Viewing 15 posts - 661 through 675 (of 813 total)
Have you tried playing with fn_dblog (or ::fn_dblog)?
For log shipping, perhaps cut over to a manual agent job methodology, and have your "up to date" table updated as part and...
September 20, 2010 at 2:39 pm
RBarryYoung (9/15/2010)
Nadrek (9/13/2010)
Jeff Moden (9/12/2010)
Be very careful about the functionality of the procedure as your procedure should return the same results after tuning as before. It is not enough that...
September 16, 2010 at 8:22 am
Jeff Moden (9/12/2010)
Be very careful about the functionality of the procedure as your procedure should return the same results after tuning as before. It is not enough that SSMS is...
September 13, 2010 at 8:53 am
+1 to the prior poster.
I use multiple instances to use one physical machine and OSE (Operating System Environment) to serve up multiple copies of "the same" application database for different...
September 11, 2010 at 10:06 pm
SanjayAttray (9/10/2010)
Good question. I had not disabled index as of now or never tried. Thought that it would fetch data but would take time, period.
Same here; but I've...
September 11, 2010 at 10:00 pm
I believe that the true beginner's tuning guide boils down to:
A) Pop open Profiler with CPU, Reads, Writes, and Duration on the SQL:BatchCompleted event filtered for the SPID of your...
September 11, 2010 at 9:52 pm
Nice overview; I'd like to encourage the addition of looking at SQL Profiler CPU, Reads, Writes, and Duration columns on SQL:BatchCompleted events.
Not only do these show aggregates, if you do...
September 8, 2010 at 12:29 pm
Revenant (9/7/2010)
September 7, 2010 at 12:52 pm
sku370870 (9/7/2010)
I'm sure lots of people would like to know exactly what needs to be done to prevent SQL injection.
I generally build web apps. For my part I:
Prevent anyone from...
September 7, 2010 at 12:33 pm
For extra credit, first define your Leap Day Baby rule, and then implement it correctly. For instance, the rule I most commonly use is Feb 29th birthdays fall on...
September 7, 2010 at 12:27 pm
Personally, I wouldn't write scripts that depend on anything other than the backup files themselves; using msdb to figure out which files and which order fails completely if msdb isn't...
September 7, 2010 at 9:31 am
Profiler results (Reads, Writes, CPU, Duration) are superior to STATISTICS IO results; they're more comprehensive.
CPU or Reads+Writes being more important depends a lot; are you IO constrained (perfmon avg sec/Read...
September 2, 2010 at 1:55 pm
Can you get data and logs on different racks, if each rack is a stripe set/raidgroup?
Basically, have a meeting with the SAN folks and explain what your big operations (historical...
September 2, 2010 at 1:53 pm
Feel free to use the alterations I posts on Page 1; they properly handle trust/untrust and enabled/disabled, using the best of your code from Check and FK constraints.
September 1, 2010 at 9:22 am
Hmmm; I'm testing on SQL 2008 R2 Enterprise Edition.
August 30, 2010 at 4:30 pm
Viewing 15 posts - 661 through 675 (of 813 total)