Viewing 15 posts - 151 through 165 (of 287 total)
Michael Valentine Jones (5/27/2011)
A SQL Server DBA myth a day: (12/30) tempdb should always have one data file...
May 27, 2011 at 6:48 pm
Not being familiar with how Compellent SAN's are configured - I have to wonder if each LUN was carved out of the SAN using separate spindles. Or, as in...
May 27, 2011 at 6:39 pm
Mark Horton-381871 (5/26/2011)
May 27, 2011 at 12:20 pm
Jeffery,
I thought I read that in either SQL Server 2005 or 2008, updating records with fatter varchars no longer caused page splits. That may not be so but I seem...
May 20, 2011 at 8:50 pm
Jeffrey Williams-493691 (5/20/2011)
Lee Crain (5/20/2011)
May 20, 2011 at 6:53 pm
TheSQLGuru (5/20/2011)
May 20, 2011 at 4:13 pm
TheSQLGuru (5/20/2011)
Just a suggestion: If all of your I/O activity on the table consists of insertions of new records and deletions of old records, I would consider setting the fill...
May 20, 2011 at 7:14 am
GilaMonster (5/19/2011)
Lee Crain (5/19/2011)
Restarting SQL Server was my first thought, too. But, what if whatever has stuck the rollback persists when SQL Server restarts?
p.s. What would you suggest instead of...
May 20, 2011 at 6:42 am
Oh, got it. Glad I didn't need to be clubbed over the head with it.
:hehe:
LC
May 19, 2011 at 6:33 pm
After having read every post in this thread, I have to say that I pretty much agree and maybe even somewhat disagree with all of you. As a software developer...
May 19, 2011 at 5:35 pm
Steve Jones - SSC Editor (5/13/2009)
:), whoops.not implying developers are not people...
I've worked with some developers that I am pretty certain were not people. :alien:
:hehe:
LC
May 19, 2011 at 4:58 pm
sqlapprentice (5/16/2011)
Unfortunately, I desperately need space released back to the OS. Any other thoughts?
Yes. What I am going to suggest that you evaluate will not release space back to the...
May 19, 2011 at 3:47 pm
Steve Jones - SSC Editor (5/18/2011)
May 19, 2011 at 3:34 pm
GilaMonster (5/16/2011)
May 19, 2011 at 3:11 pm
I am missing something.
Are my "SET" statements not assignments?
DECLARE @test_dt DATETIME
SET@test_dt = DATEDIFF(D, 0, GETDATE());
SELECT@test_dt
DECLARE @x DATETIME
SET@x = @test_dt
SELECT@x
Both "SELECT" statements produce the same "timeless" timestamp.
LC
May 19, 2011 at 12:11 pm
Viewing 15 posts - 151 through 165 (of 287 total)