Reputation: 30045
How to run SQLCMD with builtin Administrator Group.
Upvotes: 1
Views: 2630
Reputation: 15849
Run CommandPrompt (or PowerShell) as Administrator (so that you have elevated permissions). Then use sqlcmd with the -E flag, so that it uses your Windows login (using sa these days isn't recommended).
Upvotes: 1