↧
Answer by Dave for SQL Login fails for app but not for SSMS
First, I've never seen an SQL express instance use the year. Typically it is always localhost\SqlExpress In configuration manager, ensure TCP/IP and Named Pipes are enabled. In control panel, try and...
View ArticleSQL Login fails for app but not for SSMS
I wrote a simple test application in C# (4.5) which does nothing more than connect to a database and display a message. (Basically just to test the deployment and DB connection.) On my local...
View Article