Viewing 15 posts - 31 through 45 (of 81 total)
I've read the link you gave before and am generally familiar with partitioning. It doesn't really indicate go into how you can purge records using non logged ddl operations....
March 7, 2014 at 9:26 am
The first paragraph seems to imply that partitioning will improve the performance of deletes (while purging data). How does partitioning help with that?
March 7, 2014 at 7:28 am
Al-Rahim (7/15/2013)
July 15, 2013 at 9:03 am
Did you get the solution for this issue?
No, I was never able to get this resolved. In the end, I believe it was a network issue because the secondary...
July 15, 2013 at 6:41 am
Below is the output from the errorlog. I copy this to a txt file and search for loginname, spid, hostname and so forth to get the type of information...
March 11, 2013 at 9:30 am
I have not seen any additional corruption since my initial post. My server specialist indicated there were warnings related to I/O latency that evening, but since then he has...
January 31, 2013 at 10:08 am
GilaMonster (1/21/2013)
If an index rebuild deallocated a corrupt page as part of the rebuild, the corruption would 'vanish', because it's no longer part of the allocated set of pages
Thank...
January 21, 2013 at 1:35 pm
GilaMonster (1/21/2013)
Got an index rebuild after the integrity check?
Yes, we sure do. So, are you saying the index rebuild probably fixed the corruption?
January 21, 2013 at 9:52 am
The general idea of null is that it means "it is not known what this value is"; if I replace some characters in a sting with an unknown value, how...
December 11, 2012 at 6:48 am
FYI, I found this which describes how a deadlock can occur with a SELECT.
I'm now struggling with why the output from the errorlog seems to include only part of the...
December 7, 2012 at 9:50 am
Still looking at this...
Since the app is a web app, I guess nothing can be determined from the two processes coming from the same SPID due to connection pooling. ...
December 6, 2012 at 12:45 pm
Ah, I see. You had a user input screen that ulimately called a powershell script. I'm with ya now.
December 6, 2012 at 10:09 am
I just always try to avoid any issues SQL Injection related.
Mainly to avoid copy/paste behaviour issues in the spirit of "That's how our DBA did it, so it must...
December 6, 2012 at 8:48 am
Gotcha on the date formatting. I've implemented that, thanks.
Not sure why we are concerned about SQL Injection on this, though. I'm doing a straight INSERT. Care to...
December 6, 2012 at 8:22 am
Viewing 15 posts - 31 through 45 (of 81 total)