Top "Sa" questions

`sa` is the System Administrator account in Microsoft SQL Server.

How can I set an SQL Server connection string?

I'm developing a simple C# application, and I'd like to know this: When I connect my application to SQL Server …

c# sql-server connection-string sa
Can't access SQL Server with my sa credential

I reset my SQL Server 2008 R2 sa password: sp_password @new = 'joomlacmssenha', @loginame = 'sa' But when I try to access …

sql-server sql-server-2008-r2 sa
sqlcmd Login failed for user sa

I am trying to run this command sqlcmd -U "sa" -P "mypassword" -S (local)\SQLEXPRESS -Q "ALTER DATABASE mydatabase SET …

sql-server-2008 ssms sa
sql server 2008 enable sa account

I logged into my PC with administrator account. When I try to enable the 'sa' account of SQL Server 2008, I …

sql-server-2008 sa