can someone tell me how can i get all sql server names in my network.
thanks
You can use System.Data.Sql.SqlDataSourceEnumerator, please refer to:
http://msdn2.microsoft.com/en-us/library/a6t1z9x2.aspx
You can use System.Data.Sql.SqlDataSourceEnumerator, please refer to:
http://msdn2.microsoft.com/en-us/library/a6t1z9x2.aspx
hi i am using asp .net 1.1
i have deployed my application on server where sql server 2005 exists but if i try to connect to sql server from my development machine then it is not connecting and gives me error when
conn.open()
in my sql server it is windows authentication.
the error is general network error check network docs.
i have tried timeout=0 and pooling=false
but neither works please answer.
what should my connection string.
you're in the wrong forum for this question. this forum is for SQL Server 2005 Mobile Edition. I'd recommend one of the ASP.NET MSDN Forums for this question.
Darren