Viewing 15 posts - 631 through 645 (of 4,745 total)
The backup command does not require the filename so not sure why you need it. How are you doing your backups?
IF you want to get filenames extract them out of...
April 29, 2013 at 3:36 am
varunlpu,
to move master you only need to amend the startup parameters, stop SQL, copy files to new location, and restart SQL.
(and then cross fingers) 🙂
April 28, 2013 at 2:17 pm
did you drop the database via the gui? If so did you untick the delete database history radio button, not doing so can cause the drop database to take a...
April 28, 2013 at 8:32 am
defiantclass (4/27/2013)
April 27, 2013 at 9:59 am
long shot (I hope) and I doubt it but they didn't rename the server did they?
maint plans should produce a .txt file in the install path\log directory, any errors in...
April 27, 2013 at 9:31 am
If you have explicitly amended the size of a tempdb database file via an alter database command that is the size it will recreated at on restart.
Any data in tempdb...
April 27, 2013 at 9:14 am
has the SQLAgent service been restarted. Some sysadmins do not realise that restarting the SQL service does not restart the agent.
April 27, 2013 at 8:43 am
thanks for clarifying, I thought thats what you meant. And that allows you to install RS as part of the default instance on the second node instead of in its...
April 27, 2013 at 8:28 am
I cannot think of any good reason to change system database file names and cannot guarantee it won't cause a problem either now or with some future change MS makes...
April 27, 2013 at 6:18 am
I have also never had to try this either so I would have to agree with Perry that thats the only safe, guaranteed way to do it.
also the fact that...
April 27, 2013 at 4:11 am
could you expand on that perry?
April 27, 2013 at 3:52 am
Steve JP (4/27/2013)
IT researcher (4/27/2013)
Can I rename the physical name of both mdf and ldf files of system databases such as msdb,model and master?
Without breaking anything?? I very much...
April 27, 2013 at 3:49 am
if you don't need point in time recovery set your recovery mode to simple, else schedule regular transaction log backups, that will prevent the log growth.
There is NO need to...
April 25, 2013 at 10:05 am
A million? that should keep me going for a while. Glad that's sorted 🙂
April 24, 2013 at 2:06 pm
Viewing 15 posts - 631 through 645 (of 4,745 total)