Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How do I change the default database in sql server

Author  Topic 

obinna
Starting Member

26 Posts

Posted - 2007-12-19 : 05:22:16
Does anyone know how to change the default database in sql server 2005, I keep getting an error.

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-12-19 : 05:24:05
[code]Exec sp_defaultdb 'login-name', 'default-db-name'[/code]

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -