Viewing 15 posts - 31 through 45 (of 237 total)
Funny!
Sad really though that they can't at least let you script in .net languages.
I suppose there are some trusted/untrusted code issues to resolve.
Postgres has had extensions for other languages...
April 1, 2014 at 7:29 am
Daniel Brink (2/24/2014)
Regarding sp_ExecuteSQL: Dynamic SQL is one of...
February 24, 2014 at 4:03 am
Wow thanks for what was effectively part 2 in this spackle 🙂 You've written an article in its own right to answer my question and I am very grateful, as...
February 2, 2014 at 4:53 pm
Thanks for the Spackle Jeff, I always read your articles.
Just thinking a bit further, is the clustered index enough to really take advantage of those end and start date intersections?...
February 2, 2014 at 5:53 am
Mighty (1/21/2014)
Interesting question, however, I don't understand why the "LEFT JOIN"-construction was used.Distracts a little bit from what was the essential part of the question.
Left join... Where a column...
January 27, 2014 at 7:32 am
raulggonzalez (1/21/2014)
davoscollective (1/21/2014)
January 21, 2014 at 7:43 am
Ah yes you are correct, my mistake, the maxrecursion 0 removes the limit. I agree, go for the better performing code. It is one statement, but internally it is still...
January 21, 2014 at 7:24 am
raulggonzalez (1/21/2014)
PHYData DBA (1/20/2014)There might be several other ways of doing this without using a Row By Row script. We could not find one that was as easy to read...
January 21, 2014 at 6:34 am
"Mr Pepper" ? Surely that's the only real Doctor present.
I found this thread both amusing and enlightening on many levels.
January 17, 2014 at 7:11 am
Thanks for the great article.
I suppose for SQL people it might look unreadable but I found your examples very easy to understand. There's a clear nested structure
Evaluate<-Rows<-Row functions etc
I...
December 12, 2013 at 4:32 am
Lowell (3/10/2009)
you can do something pretty close:
declare @val decimal (12,6)
set @val =...
November 18, 2013 at 7:24 pm
tjcavins (4/26/2012)
My DB and Analysis Server are on the same machine so I don't need a linked server. All examples I've seen require a linked server and use OPENQUERY
I realise...
November 12, 2013 at 8:22 pm
dwain.c (11/6/2013)
davoscollective (11/6/2013)
odeddror (11/5/2013)
What aboutexecute [dbo].[Shipment_Tracking] @CustID = 'Apple', @ReferenceNo = null
Will give all record regardless null
Thanks,
Oded Dror
Are you trying to return only records where ReferenceNo IS null?
Imagine...
November 6, 2013 at 3:25 pm
odeddror (11/5/2013)
What aboutexecute [dbo].[Shipment_Tracking] @CustID = 'Apple', @ReferenceNo = null
Will give all record regardless null
Thanks,
Oded Dror
Are you trying to return only records where ReferenceNo IS null?
Imagine this is...
November 6, 2013 at 5:05 am
Great article, thanks for sharing. I've used similar constructs for flexible SSRS reports. I learned a few nice tricks, I particularly like the @debug and the line numbers, very nice.
Based...
November 5, 2013 at 1:12 am
Viewing 15 posts - 31 through 45 (of 237 total)