↧
Re: SQL Server remote connection
<add key="myConnectionString" value="Data Source=mssql.host.net;Network Library=DBMSSOCN;Initial Catalog=myDB;User Id=usr;Password=pwd;" /> can be turned to<add key="myConnectionString"...
View ArticleRe: SQL Server remote connection
Thanks for the help. It seems from the pages you suggested that it is fine to use the connectionstring i was using. The error was in the way the database had changed from using dbo. to its new...
View ArticleRe: SQL Server remote connection
First turn Integrated Security to true in web.config. Also you have to give execute right to the user which will execute SPs in SQL Server.try this...
View ArticleSQL Server remote connection
Hi All, I have a question that may make me look like a grade A muppet, but i cant find the answer, so here goes... I am trying to use my remote SQL Server credentials to log into the DB from my...
View Article