Tagged Questions
The default-database tag has no wiki summary.
14
votes
5answers
32k views
How can I change my default database in SQL Server without using MS SQL Server Management Studio?
I dropped a database from SQL Server, however it turns out that my login was set to use the dropped database as its default. I can connect to SQL Server Management Studio by using the 'options' button ...
1
vote
1answer
37 views
Setting Default Database in Root Directory
This may be an insanely easy thing to do, but I'm completely lost. I'm working off of a server which is currently hosting two websites: the older site, and the newer wordpress site. The default ...
1
vote
1answer
128 views
Protecting system databases in Sql Server Management Studio?
For the five hundredth time, I ran a sql script in management studio to add some tables to a database and FORGOT TO CHANGE THE DATABASE IT RUNS AGAINST. Since it defaults to master, I had to go and ...