Sql server/connection strings - aargh! Programming Web Development by mederby … Server 2008) given by my hosting site is "sql11.sqlsvr.net". I have verified that the user id and…;add name="HostingConnectionString" connectionString="Data Source=sql11.sqlsvr.net;Database=App_Data\ASPNETDB.MDF;User id=administrator1 password=mypassword… Re: Sql server/connection strings - aargh! Programming Web Development by mederby …: the hosting provider gave me this: "connection info: sql11.sqlsvr.net". Obviously, I'm confused and perplexed. Where do… Re: Create an SQL Server Login using C# Programming Software Development by Ramy Mahrous … Login using SQL statement ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/eb737149-7c92-4552-946b-91085d8b1b01.htm… Create Login using SMO ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/smo9mref/html/b327d041-e7c3-6396-8a72-200e9507f97b.htm… Re: What sequence to follow while installing Visual Studio Programming Software Development by |-|x … also had trouble in the past getting different versions of SQLsvr to play nicely together, theoretically they should be fine, but… subtracting a SQLSVR Query away from and MYSQL Lookup Programming Web Development by Magic8Computing I have two values in my code one is from a SQL Server query echo to the screen as formattedNum10d my second value is stored in a MySQL database and echo to the screen as formattedNum10f. In a seperate column i would like to subtract foramattedNum10f from formattedNum10d and echo the result but everything i have tried does not work any help would be… Re: Sql server/connection strings - aargh! Programming Web Development by sknake Please use code tags when posting on daniweb: [noparse] [code=language] ...code here [/code] [/noparse] Next -- Why are you accessing the MDF file directly? You should probably be accessing the SQL Server via Named Pipes which is a form of network communication. Unless you know why you want to access the MDF then I can almost guarantee you …