Viewing 15 posts - 7,216 through 7,230 (of 8,416 total)
TheSQLGuru (9/4/2009)
select count(*) from #mytemptable 😀
I'll add a :laugh: to that
September 4, 2009 at 8:34 am
The question appears to about how best to monitor log usage, and why the figure obtained from DBCC SQLPERF(LOGSPACE) sometimes goes over 100%.
As for the first part, while you certainly...
September 4, 2009 at 3:07 am
Steve Jones - Editor (9/3/2009)
September 3, 2009 at 9:22 pm
Bob ("evil and should be destroyed") and Jeff ("!enots ot gninrut") - you guys just rock!
So funny.
😀
September 3, 2009 at 6:35 pm
TheSQLGuru (9/3/2009)
the sp_spaceused issue isn't with performance it is with getting the wrong answer.
Yes - although I would concede that 2005 and later are considerably better in that respect than...
September 3, 2009 at 6:30 pm
Timothy & Randall,
You'll find the very fastest no-overhead method a few posts back (here).
Also:
1. It is true that, in the current versions of SQL Server, the QO will often...
September 3, 2009 at 6:28 pm
Yeah, we've still got one 2000 box...and all this at a time when most are 2005, a small number are 2008, and we're busy evaluating the latest R2 CTP :laugh:
September 3, 2009 at 10:34 am
Jack Corbett (9/3/2009)
It all makes sense, but it would be nice to have it documented somewhere, especially since TEXT/NTEXT/IMAGE are mentioned.
Oh I agree. But don't hold your breath for...
September 3, 2009 at 10:30 am
Bob Hovious (9/3/2009)
-- Dear Lord, why am I using a cursor here?
Your penance is 10 Hail Mary's and 10 Our Father's.
Go and sin no more.
:laugh:
I...
September 3, 2009 at 9:57 am
Dave Ballantyne (9/3/2009)
Shall I? I feel mean ,but at the same time it is quite simple.http://www.sqlservercentral.com/Forums/Topic781960-338-1.aspx
Yikes!!!!
September 3, 2009 at 9:51 am
Sandesh (9/3/2009)
anything wrong??? 🙁
Not wrong as such, just not new.
We've kinda been down that track quite a bit in this thread already, you see?
Paul
September 3, 2009 at 9:40 am
Just for completeness, this is also valid:
-- Just to simulate some condition or other
declare @v-2 int;
set @v-2 = 2;
-- Dear Lord, why am I using a cursor here?
-- (probably an...
September 3, 2009 at 9:38 am
Hey Jack,
FILESTREAM support is pretty patchy - the list of core features that don't support it, or support it with caveats is long indeed.
Quite apart from the fact that the...
September 3, 2009 at 9:31 am
Sandesh (9/3/2009)
Guys,How about the below queries which use only 1 table or view to get the required info.
It might pay you to read back a few posts :laugh:
September 3, 2009 at 8:47 am
TheSQLGuru (9/3/2009)
September 3, 2009 at 8:46 am
Viewing 15 posts - 7,216 through 7,230 (of 8,416 total)