Last active
December 20, 2016 23:29
-
-
Save aswad32/1eae86f89c26313b1d43373c0e61b51f to your computer and use it in GitHub Desktop.
Revisions
-
aswad32 renamed this gist
Dec 20, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aswad32 renamed this gist
Dec 20, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
aswad32 revised this gist
Dec 20, 2016 . No changes.There are no files selected for viewing
-
aswad32 created this gist
Dec 20, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ use master go alter database tempdb modify file (Name=tempdev, filename='D:\SQLServer\tempdb.mdf') go alter database tempdb modify file (Name=templog, filename='D:\SQLServer\templog.ldf') go