Viewing 15 posts - 1,291 through 1,305 (of 2,897 total)
Vivek29 (9/7/2010)
September 7, 2010 at 12:54 am
How much free space is in the database files ?
What command did you run ?
How long did it run ? Did you cancel it ? I had...
September 7, 2010 at 12:32 am
SSIS packages in 2005 are more confusing than 2000 DTS packages.
I'm working off memory here, but basically:
With SSIS (not SSMS) You first export the package from "MSDB" to file system...
September 7, 2010 at 12:03 am
ashish.kuriyal (9/6/2010)
if its not sql compressed backup or litespeed compressed backup, then for estimate, it should be nearly equaly to mdf file size of database.
Unless you have a lot of...
September 6, 2010 at 1:47 pm
Based on the error message, your database is configured as a publisher for replication. It won't let you truncate the log because replication keeps track of log entries and "knows"...
September 6, 2010 at 1:43 pm
Is this some kind of homework question ?
Each organization has their own requirements.
September 6, 2010 at 5:52 am
Do the SQL error logs give any more detail ?
September 2, 2010 at 8:00 am
As I recall, when replicating across domains, I had to create identical accounts on each server with the same password.
September 1, 2010 at 11:51 am
Day 1 - Verify that all databases are backed up. If not, back them up.
August 31, 2010 at 10:58 pm
Matt-1034261 (8/31/2010)
Do you have it so that each backup overwrites the last? There doesn't seem to be an option in the maintenance plan setup to assign them different names
Don't overwrite...
August 31, 2010 at 10:14 am
Matt-1034261 (8/31/2010)
August 31, 2010 at 9:28 am
CirquedeSQLeil (8/31/2010)
Once you have re-grown the log - then defrag your indexes.
Does defragmenting indexes apply to shrinking log files as well as data files ?
August 31, 2010 at 8:58 am
Maybe you didn't have any free space in your log file, so there was nothing to shrink. What value was in "Available Free Space" ??
When I find I need to...
August 31, 2010 at 8:19 am
We've got a few instances of large inserts occuring during production hours that cause blocking. I'm looking at breaking them up into smaller insert batches and/or dropping & recreating the...
August 30, 2010 at 6:02 am
Thanks for the reply. I should clarify that I'm not using a loop. It's just the 1 statement above. The 25,000 batch size is specified in the properties tab in...
August 30, 2010 at 4:45 am
Viewing 15 posts - 1,291 through 1,305 (of 2,897 total)