Rabu, 01 Maret 2017

ASP.Net, C#, SQL Server Information

Posted on 05.51 by andi avdy

ASP.Net, C#, SQL Server Information

Link to ASP.Net, C#, SQL, JQuery, Sharepoint

Getting SQL Server admin access

Posted: 28 Feb 2017 10:22 AM PST

Following commands will provide you admin access for SQL Server instance. Step 1:  Run > Services.msc Step 2: Stop SQL Server (Express) Step 3: sc start mssql$sqlexpress -m -T3659 -T4010 -T4022 Step 4: sqlcmd -S [SQLInstanceName] -E Example: sqlcmd -S ComputerName\sqlexpress -E Step 5: exec SP_ADDSRVROLEMEMBER 'domainname\username', 'sysadmin' go exit Example: exec

No Response to "ASP.Net, C#, SQL Server Information"

Leave A Reply