Hi...........
Good morining....1
in interview.....
how to move tempdb,MSDB, Model and Master.... from one locaation to another location..? in production environment..?
I said answer for tempdb,msdb, and model..
4 stpes :
1. take the db into single user mode
2 . ALTER DATABASE TEMPDB MODIFY FILE(NAME='TEMPDB','FILENAME='NEW-PATH')
3.Copy the tempdb mdf file manually from original place to new place.
4. then i will take to db online.
5. i will check the db file location by using
SELECT NAME, PHYSICAL_NAME FROM SYS.DATABSES_FILES.
6. i wil check the db consistensy by using DBBC CHECKDB.
PLs sugest me me....I dnt knwweather it is corect or not...........
pls drop your...valuble sugestions.....
greetings in advance..............
Thank you
Vijay