https://github.com/rashedul-alam46/search-inside-the-database
Search a string inside the entire database.
https://github.com/rashedul-alam46/search-inside-the-database
database tsql
Last synced: 5 days ago
JSON representation
Search a string inside the entire database.
- Host: GitHub
- URL: https://github.com/rashedul-alam46/search-inside-the-database
- Owner: rashedul-alam46
- Created: 2022-02-08T11:03:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T12:18:47.000Z (9 months ago)
- Last Synced: 2026-04-01T09:31:57.261Z (3 months ago)
- Topics: database, tsql
- Language: TSQL
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search Inside The Database
This simple database project will search a particular string inside the entire database.
## How to Run
Download the application. There is a SQL stored procedure. Run the stored procedure.
Execute dbo.SearchTheString 'your-string'