Viewing 15 posts - 1,846 through 1,860 (of 3,957 total)
shalinder.verma (4/3/2013)
Phil Parkin (4/3/2013)
shalinder.verma (4/3/2013)
April 3, 2013 at 5:25 am
P Jones (4/3/2013)
WHEN NOT MATCHED BY SOURCE AND (t.ID = s.ID) THEN DELETE;
in the original merge statement.
But I've no complaints about the article...
April 3, 2013 at 5:23 am
KWymore (4/3/2013)
April 3, 2013 at 2:59 am
DavidBridgeTechnology.com (4/3/2013)
This...
April 3, 2013 at 2:56 am
Koen Verbeeck (3/28/2013)
Because someone has to answer all those BI questions on this forum...
March 28, 2013 at 10:55 pm
First I'd like to thank everybody that stopped by and left some kind feedback on the question.
Second, I'd like to apologize for not saying the above sooner but I've been...
March 26, 2013 at 8:12 pm
kapil_kk (3/24/2013)
This wil also give error :DROP FUNCTION dbo.Test DROP TYPE dbo.MyTable GO
as GO is present at the same line where it should not be....
Alas I got wrong :w00t:
I'll refer...
March 24, 2013 at 11:41 pm
Danny, Ron and Tom - Thanks to all for giving it a go.
The history of this was that I was playing around with passing subqueries to TVFs, hoping for a...
March 24, 2013 at 6:25 pm
L' Eomot Inversé (3/24/2013)
But does the fourth batch fail with an error or with two errors? Anyone, I find it surprising that the two error messages give the...
March 24, 2013 at 6:23 pm
L' Eomot Inversé (3/21/2013)
dwain.c (3/20/2013)
Lynn Pettis (3/20/2013)
March 21, 2013 at 6:00 pm
Lynn Pettis (3/20/2013)
March 20, 2013 at 11:54 pm
Jeff Moden (3/17/2013)
Try your solution on the following test data and let me know how long it takes.
Test data?
March 17, 2013 at 7:34 pm
Here's my shot at this:
;
WITH Tally (n) AS (
SELECT TOP (SELECT MAX(Number) FROM #TransDetail)
ROW_NUMBER() OVER (ORDER BY...
March 17, 2013 at 7:21 pm
Out of the game last night, so sorry I couldn't contribute more. But it appears MickyT and Steven Willis came to the rescue / problem solved.
I did say my...
March 14, 2013 at 6:02 pm
Viewing 15 posts - 1,846 through 1,860 (of 3,957 total)