Viewing 15 posts - 286 through 300 (of 1,539 total)
May be you need to supply the provider name as well in the connection string and see if that works. is the sql server residing on the local machine?
May 8, 2010 at 9:26 am
marwenG (5/8/2010)
Hi ps,My string connection is now like that:
string sConnection = @"Data Source=Admin-PC;Initial Catalog=GMAO;User ID=sa;Password=sa;";
When running my program,still the same error:
Specified sql server not found:Admin-PC
what is the problem?
Thanks
Please open sql...
May 8, 2010 at 9:20 am
pls read my previous post.
May 8, 2010 at 9:03 am
marwenG (5/8/2010)
Thanks for the clarification.I change my strind connection to that:
string sConnection = @"Data Source=Admin-PC\MSSQLSERVER,1433;Initial Catalog=GMAO;User ID=sa;Password=sa;";
I turn off my Firewall.
When running,this error appears:
SQL server name not found:Admin-PC\MSSQLSERVER,1433
What is the...
May 8, 2010 at 8:55 am
marwenG (5/8/2010)
I need to find the IP address of an INSATNCE of sql server 2005. When I open sql server management studio,it writes ADMIN-PC (SQL Server 9.0.1399 - sa).Is...
May 8, 2010 at 7:17 am
It seems you are taking backup on a network path instead of local disk and the network path is no longer available.
suggest u to take backup locally then copy/move to...
May 8, 2010 at 7:09 am
kjplreddy 85311 (4/30/2010)
were can i run thread on sql server?wat is the use of threads?if anyone knows about tis plz reply
your question is bit unclear. can u clarify pls?
April 30, 2010 at 9:19 am
I had faced this problem earlier. I managed this in my front end. i created dynamic sql and then ran that sql.
April 29, 2010 at 11:08 am
Roseane (4/29/2010)
I tried to get the Staff id...
April 29, 2010 at 10:41 am
Your script is too neat and simple. and yeah, the performance improvement is massive. I'm little bad in writing complex queries. I'm waiting for my manager's comment on that. all...
April 29, 2010 at 10:22 am
Many thanks for the script Wayne. This took 5 ms on a database where as the earlier one took 1 min 17 secs.
April 29, 2010 at 5:48 am
vijay82 (4/29/2010)
thankyoucan you plz explain it ,how to take filesystem backup
Copy the files and paste it in a different drive/disk/folder/tape.
April 29, 2010 at 5:30 am
Viewing 15 posts - 286 through 300 (of 1,539 total)