Changing the Default Database
By default SQL Server loads master databse.
Sometimes it is required to change the default database in SQL Server. Use below query to chage the default database:
ALTER LOGIN [AbcL\Abc] with default_database =TEST
Sometimes it is required to change the default database in SQL Server. Use below query to chage the default database:
ALTER LOGIN [AbcL\Abc] with default_database =TEST
No comments:
Post a Comment