Viewing 15 posts - 61 through 75 (of 146 total)
yes, if it take off the alter statement. I dont see master, msdb etc.
But with the alter statement in there, it tries to run it against master first.
dont undertstand.
July 1, 2009 at 10:04 am
still thesame, it tries to run on the master.
July 1, 2009 at 9:12 am
I did a truncate and that was all I done. Didnt run a delete.
I know SQL will not allow you to reduce size from GUI, but there must be a...
July 1, 2009 at 6:47 am
DB Size 99984.25 MB
Unallocated space 89150.41 MB
I need to be able to reclaim all that unallocated space as these was space allocated to tables before, which I have now deleted.
Cheers
July 1, 2009 at 6:40 am
Hi Roy,
I'm just curious, how do you go about benchmarking I/O stats, can you give me some pointers plz. I have use SQLIO and thats it, as the Disks are...
June 21, 2009 at 1:39 am
ALZDBA (6/18/2009)
- if you drop a proc, all related grants also vanish !
What you might do is :
1) create a...
June 18, 2009 at 7:34 am
As you can image, in a Dev environment its better to drop/re-create to proper version it and also the timestamp on crdate as well on sysobjects is sometimes useful.
Alter would...
June 18, 2009 at 5:46 am
Its not created using impersonation, its just created as standard create proc. One option is to include a grant permission on the create script for the creation of the object,...
June 18, 2009 at 5:30 am
Thanks for the reply, but doesnt thesame rule apply if the Clustered index was on an integer column ?
June 15, 2009 at 11:53 am
thanks for the info, I have just sent you a PM.
cheers
June 7, 2009 at 8:23 am
Roy Ernest (5/27/2009)
May 27, 2009 at 10:57 am
right, so there is no solution for solving deadlocking on replicated articles.
May 27, 2009 at 10:20 am
Roy Ernest (5/27/2009)
May 27, 2009 at 9:51 am
Vinay Thakur (5/26/2009)
use snapshot isolation level. *This require more tempdb.... manage tempdb carefully.
1. Try to make the distributor job at least for 15mins.
2. *Snapshot isolation will take care of...
May 27, 2009 at 9:05 am
Viewing 15 posts - 61 through 75 (of 146 total)