Viewing 15 posts - 1,576 through 1,590 (of 5,103 total)
Yes Steve, my most sincere congratulations for the Mark!
September 28, 2007 at 11:35 am
Dynamic query construction should be left to the Client Side. As long as you do that you won't loose flexibility and with the use os sp_execusql some of those could...
September 28, 2007 at 11:32 am
I believe in my case it is an SQL Server Bug because it never happens unless there is a big tracsaction coliding with index manipulations.
September 27, 2007 at 4:34 pm
you must ensure that the Subscriber SQL Agent Account has the necessary permissions on the Yoda Shared drive.
September 27, 2007 at 4:32 pm
Reinitizialization happens when there is something forcing the snapshot to happen or when the delivery of it Fails! You will have to look at the agent history for Errors to...
September 27, 2007 at 4:25 pm
This ssssssooooooooo dangerous that "Bankers Rounding" could be in threatened. Apparently we are all in the same boat this time :D:D:D:
September 27, 2007 at 4:12 pm
Happy to Help 😀
September 27, 2007 at 4:10 pm
restore database can use a DIFFERENT target database name. Just make sure you also change the physical filenames using the "move" option.
Cheers,
September 27, 2007 at 4:07 pm
September 27, 2007 at 4:04 pm
SQL Server Handles each QUERY by default as a SINGLE transaction. INSERT...SELECT is a SINGLE unit of work so either all commit or all rollback. That is because of the...
September 27, 2007 at 3:59 pm
The problem with these kind of scripts is that a little mistake is paid hard BIG time. So I just wanted to warn the poster 😉
September 27, 2007 at 3:49 pm
sql trace does not add too much overhead .... depending on what are you catching and what are you filtering. My Servers get sometimes over 5000 batch/sec rates and if...
September 27, 2007 at 3:42 pm
Make sure that the CHECK CONSTRAINTS are replicated too.
September 27, 2007 at 3:32 pm
Rich (9/27/2007)
C2 auditing produces reams of unnecessary info. Flip side is there isn't a SELECT trigger on a table. Does anybody out there know of a...
September 27, 2007 at 11:51 am
Viewing 15 posts - 1,576 through 1,590 (of 5,103 total)