Posted by serge on 10/01/93 11:22
I am currently using VB and SQL DMO.
I am looping in a folder and reading each file into a string variable
and then using ExecuteImmediate to create the SQL server objects.
I don't want to use OSQL as running the SQL DMO is much faster
than OSQL.
I'll stay away from ADO and try to learn ADO.NET with
SqlClient 2.0.
I'm also going to keep in mind to read more about 2005's SMO
and RMO.
Thank you all for the replies.
[Back to original message]
|