Rabu, 01 Maret 2017
ASP.Net, C#, SQL Server Information
Posted on 05.51 by andi avdy
ASP.Net, C#, SQL Server Information | |
| 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 |
| You are subscribed to email updates from ASP.Net, C#, SQL, JQuery, Sharepoint. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
| Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States | |
Langganan:
Posting Komentar (Atom)
No Response to "ASP.Net, C#, SQL Server Information"
Leave A Reply