Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan all datatabase
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01565255
Message ID:
01565426
Views:
43
>>>Hi,
>>>
>>>I would like to write a script to scan all databases in SQL Server and check a certain table(s). Is there a command in TSQL like FOR NEXT that would allow me to USE each database, one at a time?
>>>
>>>TIA.
>>
>>Check sp_MSForEachDB SP.
>>You can ONLY Goolge the name, it is Undocumented.
>
>I want to thank you again for suggesting the sp_msforeachdb SP. It turns out that I can use it in tons of other cases. I often times wonder if I did this or that in my databases (constantly changing) so with this SP I can quickly scan all databases to find out the changes.
>Great tool (even though undocumented).

How about my suggestion - IMHO it's even easier to use and you're knowing what you're getting at and what order the databases will be processed.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform