Viewing 15 posts - 646 through 660 (of 860 total)
Before moving the files
1.take all the current files location
2.take all the DB backups.
March 24, 2010 at 12:58 am
rockingadmin (3/24/2010)
1. script the file name,location and change the location with alter statement.
2.script to backup and restore in new location.
3.manually moving...
March 24, 2010 at 12:56 am
Can you post the exact error message.
March 23, 2010 at 9:25 am
isuckatsql (3/23/2010)
exec master.dbo.xp_cmdshell 'dir c:\users\administrator.mydomainname\desktop\resumes\*.*'
I get an 'Access is denied' error!
This worked fine on my...
March 23, 2010 at 9:25 am
george sibbald (3/23/2010)
what could be safer than amending sys.master_files...
March 23, 2010 at 9:16 am
DBA_1276 (3/23/2010)
We need to move our production sql server 2005 to 2008,pls give the steps we need to do,and what are the things we need to check.
pls help me....
March 23, 2010 at 9:10 am
John Mitchell-245523 (3/23/2010)
muthukkumaran (3/23/2010)
Use the alter database method instead of detach/attach.Write a dynamic sql script to move the files.
First try to do in your Dev/test server.
This is one way of...
March 23, 2010 at 8:57 am
conor.devlin,
Do you want the data for reporting propose (Read only)?
March 23, 2010 at 8:38 am
rockingadmin (3/23/2010)
i have 400 database in one sever. all the data and log files are stored in one drive. now i want to change the file location...
March 23, 2010 at 8:24 am
Read the gail's article http://www.sqlservercentral.com/articles/64582/
March 23, 2010 at 4:16 am
DBA_1276 (3/23/2010)
We need to move our production sql server 2005 to 2008,pls give the steps we need to do,and what are the things we need to...
March 23, 2010 at 4:14 am
Or just run this -- sp_help 'fn_trace_gettable'
March 2, 2010 at 8:28 am
JMSM (3/2/2010)
I've run a profiler into a trace file 'D:\Traces\Troubleshoot-TRACES.trc' but when i insert all data in a table the following error appears.
Note: The code of the table and insert...
March 2, 2010 at 8:07 am
Thamizh (3/2/2010)
Any one give some word about this,If i run the procedure in test server it performs good.The same implement in the production server running very slow .I...
March 2, 2010 at 7:19 am
Also,
What's your sql server version?
What's your cluster type?
February 23, 2010 at 10:32 pm
Viewing 15 posts - 646 through 660 (of 860 total)