Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I loop through databases in SQL Server?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
How can I loop through databases in SQL Server?
Divers
Thread ID:
01038181
Message ID:
01038181
Vues:
89
Is there a way to programmatically loop through the databases in SQL Server?

something like the following pseudo-code?
nDatabases = sqlServer.NumberOfDatabases

for i = 1 to nDatabases
   insert into sqlServer.ArrayOfDatabases[i].TableName , yada, yada...
endfor
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform