Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan all datatabase
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01565255
Message ID:
01565426
Vues:
42
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform