Viewing 15 posts - 2,131 through 2,145 (of 2,838 total)
Gianluca Sartori (2/18/2011)
If I didn't post on THE THREAD a "Lennie alert" nobody would have noticed, Lennie would have got his answer and...
February 18, 2011 at 6:59 am
Craig Farrell (2/18/2011)
Koen Verbeeck (2/18/2011)
Gianluca Sartori (2/18/2011)
Do you remember Lennie, the guy with sock-puppets friends?He's back again. Nothing worth worrying about, at the moment.
http://www.sqlservercentral.com/Forums/Topic1066085-9-1.aspx
I just read the thread you linked...
February 18, 2011 at 6:47 am
Jack Corbett (2/17/2011)
george sibbald (2/17/2011)
Koen Verbeeck (2/16/2011)
Jeff Moden (2/16/2011)
CirquedeSQLeil (2/16/2011)
--get spid of code requestor
sp_whorequestedcodeIntheThread 'Wayne'
--use returned spids to verify the request
dbcc inputbuffer(61)
--output
'Wayne definitely requested...
February 17, 2011 at 7:26 am
GSquared (2/16/2011)
Fal (2/16/2011)
Koen Verbeeck (2/15/2011)
Fal (2/15/2011)
WayneS (2/15/2011)
February 16, 2011 at 7:31 am
GilaMonster (2/14/2011)
Stefan Krzywicki (2/14/2011)
GilaMonster (2/14/2011)
Grant Fritchey (2/14/2011)
February 14, 2011 at 1:32 pm
GilaMonster (2/14/2011)
Grant Fritchey (2/14/2011)
February 14, 2011 at 1:08 pm
ALZDBA (2/14/2011)
SELECT *
, $PARTITION.AnnualDateRange_PartitionFunction(OrderDate) AS...
February 14, 2011 at 10:49 am
I haven't had a chance to run the code and won't until after work today at the earliest, but from reading through it it looks like your SWITCH statement violates...
February 14, 2011 at 10:15 am
Have you done a query against the system tables to see if that's still the case?
SELECT T.name, P.* FROM sys.tables T
INNER JOIN sys.partitions P
ON T.object_id = P.object_id
This query will tell...
February 14, 2011 at 8:43 am
nadabadan (2/13/2011)
Craig Farrell (2/13/2011)
February 13, 2011 at 8:27 pm
nadabadan (2/13/2011)
Except that it isn't me "cherry-picking", it is you. You're the one that wants us to ignore everything else you said and only consider the cherry-picked statement you made.
No...
February 13, 2011 at 8:24 pm
WayneS (2/13/2011)
Stefan Krzywicki (2/9/2011)
February 13, 2011 at 6:55 pm
WayneS (2/13/2011)
Dave Ballantyne (2/9/2011)
Handed my notice in today , i can already feel the freedom 🙂
Congratulations! Seems to be quite a few folks moving on... I myself just started a...
February 13, 2011 at 6:55 pm
nadabadan (2/13/2011)
I did. Here I was answering the question "When did I claim it was a question about basic knowledge of "computer theory".
Are you now saying that everything you said...
February 13, 2011 at 6:11 pm
nadabadan (2/13/2011)
Stefan Krzywicki (2/13/2011)
nadabadan (2/13/2011)
February 13, 2011 at 11:09 am
Viewing 15 posts - 2,131 through 2,145 (of 2,838 total)