Viewing 15 posts - 1,246 through 1,260 (of 2,897 total)
Backups don't contain the empty space, so shrinking won't help, and is detrimental to the database due to the fragmentation it causes. Your indexes may now need to be defragmented.
After...
September 26, 2010 at 7:11 am
Can you schedule the 2 jobs so they don't conflict ? If they are both EOD jobs, maybe they should run consecutively ?
September 24, 2010 at 10:21 am
For my large tables, I reorg/rebuild indexes one at a time in a script, with t-log backups inbetween.
September 24, 2010 at 10:17 am
Grant Fritchey (9/22/2010)
September 24, 2010 at 8:47 am
I agree with Jeffrey. I have a folder with all the trans log backup files for various databases, even up to a week. Yes, there are many thousands, but who...
September 23, 2010 at 6:04 am
Can you be more specific about what you want to do ?
September 23, 2010 at 5:30 am
How frequently is your subscriber pulling updates ? I think if you set it to "continuous" you should get fast deletes at server B
(I've been away from replication for...
September 22, 2010 at 12:32 pm
A view is not a table. Views can be complicated, joining multiple tables with 'where' clauses. They need to be well written just as a query does.
September 21, 2010 at 2:21 pm
I think there have been some scripts and threads posted here before.
I would not suggest just arbitrarily killing a job after 10 minutes. You might cause worse problems for your...
September 20, 2010 at 12:53 pm
ColdCoffee (9/18/2010)
Varinder Sandhu (9/18/2010)
actually if the tables lie in different dbs
then create temp table in db X that contain the data of tableB from db Y
this...
September 19, 2010 at 5:50 am
I think the default is blank, but it seems to "remember" from previous backups. I've found that sometimes the destination and file name is already there and I need to...
September 17, 2010 at 12:39 pm
Bhuvnesh (9/17/2010)
JF1081 (9/16/2010)
I want to do is simply back it up to a local drive and overwrite it on a nightly basis.
instead take backup with datetime suffix and delete the...
September 17, 2010 at 9:24 am
I found a freeware gui to use for scheduling jobs in Express ... works fine.
September 16, 2010 at 6:11 pm
sqlbuddy123 (9/16/2010)
September 16, 2010 at 2:54 pm
So, without a trace actively running at the time, I guess there's no way to find out what was running ? A tool like Apex Log reader: "can show...
September 16, 2010 at 2:12 pm
Viewing 15 posts - 1,246 through 1,260 (of 2,897 total)