I using VB.NET 2005
I want to connect to my LAN SQL Server 2000 objects
using SMO How I can do that
please any answer
I using SQL Server Management Studio Express CTP
and How I can connect to My LAN SQL Server 2000 Instances
should I write "Computer_name\Instance_name" or What ?
Please My MAIN OBJECTIVE IS TO CONNECT TO SQL Server 2000 Instace ?
You should see all instances through theEnumAvailableSqlServers
method including the instances from SQL Server 2000.Computer_name\Instance_name is only needed if you connect to a named instance (either in 2k or 2k5). If you are connecting to a default instance you don′t need the named instance syntax.
HTH, Jens Suessmeyer.
No comments:
Post a Comment