Viewing 15 posts - 211 through 225 (of 497 total)
The size of the tables is not that huge, the snapshot takes only a minute to run, this may change in the future, I don't know. As for backup/restore,...
August 6, 2009 at 5:21 pm
My initial idea was to dynamically build a snapshot publication including only the articles required, build and re-initialise the subscription, drop the publication and then disable the publishing database for...
August 5, 2009 at 9:12 pm
This is exactly the article I read before setting the whole thing up. The only problem I have is not being able to retrieve the XML data in a...
June 30, 2009 at 6:09 pm
Hi,
this is the XML I am trying to render:
BLOCKED_PROCESS_REPORT2009-06-25T22:20:52.7135
June 29, 2009 at 6:58 pm
I've been trying to simulate some blocking, the query above does not return any results, while if I run this:
select spid, blocked from master..sysprocesses (nolock)
where blocked = 0...
June 15, 2009 at 7:33 pm
What I am actually after is the most effective (performance wise) way to log any blocks on a server. Something I could run every minutes without killing a production...
June 15, 2009 at 2:22 am
ps (6/14/2009)
http://support.microsoft.com/kb/271509 has detailed query to find blockings.Also master.sys.dm_tran_locks is a dymamic view that provides information about locks and blockings.
That detailed query to find blocking is just another version...
June 14, 2009 at 10:01 pm
Ok, what I was missing is:
SET XACT_ABORT ON
After I put it into my SP all worked as expected.
May 26, 2009 at 8:45 pm
Brandie Tarvin (4/29/2009)
April 29, 2009 at 7:55 pm
What I want to do is to run lets say 5 scripts against 10 databases (not all of the database, but selected ones) at the same time, so "USE DBName"...
April 28, 2009 at 6:51 pm
Because I don't want to drop the views/indexes and re-create them. Just switching the option on, if it gives the same result, is much more convenient. And...
April 22, 2009 at 9:56 pm
Viewing 15 posts - 211 through 225 (of 497 total)