Quantcast
Channel: Answers for "Move system and user databases"
Browsing latest articles
Browse All 6 View Live

Answer by Håkan Winther

You can use alter database modify file at least for tempdb. [http://www.sqlteam.com/article/moving-the-tempdb-database][1] [1]: http://www.sqlteam.com/article/moving-the-tempdb-database

View Article



Answer by Grant Fritchey

I would reverse the orders. Remove the user databases then the system databases, then on the other machine attach the system databases then the user databases.

View Article

Answer by Blackhawk-17

To move temp dB start with this sort of T-SQL: ALTER DATABASE tempdb MODIFY FILE BOL can help with the rest.

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images