Viewing 15 posts - 3,616 through 3,630 (of 4,745 total)
sorry it is not possible to do partial restores in that way from one database to another.
You need to look into doing a logical copy of the database to the...
May 29, 2009 at 5:01 pm
Michael Belcher (5/29/2009)
I don't think it will use the file once you use the EMPTYFILE argument...
emptyfile just empties the file. To actually stop using it you need to use alter...
May 29, 2009 at 1:45 pm
SQL fills files in a filegroup on a proportional fill basis. depending on how much free space is available. So it will start to spread data between the files without...
May 29, 2009 at 1:28 pm
the most resilient way to monitor log shipping is to use a separate instance on its own server to do the monitoring. This can be any edition but the...
May 29, 2009 at 1:20 pm
GilaMonster (5/28/2009)
.........and if writing to either one fails the entire backup is aborted.
thats an important point in this case as you are backing up across the network, be aware...
May 28, 2009 at 3:19 pm
the situation you describe does not ring true. Are you sure that
a) the user is not a member of some other user defined role that has select permissions on the...
May 27, 2009 at 4:30 pm
At the risk of over simplifying this (I live by the KISS principle)
set backups up via maintenance plan and place backups for each database in separate sub directories of the...
May 27, 2009 at 7:59 am
middletree (5/26/2009)
Wow. That could be a problem. The whole issue here is that there is no disk space. I don't have a place to back it up to.
then you need...
May 26, 2009 at 10:30 am
best re-read all the posts, file wont shrink unless its cleared out first. what does dbcc sqlperf(logspace) say for this db.?
shrink the log to a sensible size rather than based...
May 26, 2009 at 9:51 am
most probable cause of this is the database is in full or bulk logged recovery mode and the log has never been backed up (or not for a long time)....
May 26, 2009 at 9:35 am
thank you Gail.
we will have an incident review next week 🙂
May 26, 2009 at 8:30 am
thanks for the feedback, had a feeling it would not be just me. It was happening for me from home and work. Now I seem to be able to get...
May 26, 2009 at 8:08 am
kishore, thanks for replying.
excuse me posting this here, but this currently appears to be my only route into SSC.I am getting routed to another page saying 'zoneEdit DNs services for...
May 26, 2009 at 5:57 am
you qoute the values in sysaltfiles but this is posted in 2005 forum, is it 2005? If it is check values held in sys.master_files as well.
Hopefully you have a recent...
May 25, 2009 at 10:31 am
TRACEY (5/22/2009)
I have a period of time that there was over 50,00000 io within the time.Roughly how much is this is GIG of data.
Thanks
I am not sure it will be...
May 23, 2009 at 10:11 am
Viewing 15 posts - 3,616 through 3,630 (of 4,745 total)