Viewing 15 posts - 16 through 30 (of 57 total)
Great question - was not aware of that issue with SQL variables at all. Leanred something very important this morning!:cool:
September 5, 2012 at 6:38 pm
Great - Thanks 🙂
May 3, 2012 at 12:46 am
Some really good advice here. Very glad I started this thread 🙂
April 15, 2012 at 11:41 pm
Henrico Bekker (4/12/2012)
When I used to interview someone, I would ask one unanswerable question
I've done it as well... "how do you detach a Log Shipped tempdb that is in Read...
April 12, 2012 at 12:43 am
Ha! Made me laugh - sometimes it does feel like that! Thanks for the reply....:cool:
April 12, 2012 at 12:12 am
Hi all - Thanks so much for taking the time to reply - been very helpfl. Ive been playing around with Antares686's solution today and it works like a charm!
March 29, 2012 at 11:17 pm
I did actually work some logic into the code and it is OK
SELECT CASE
WHEN wff.ID = 1 THEN
...
March 28, 2012 at 10:42 pm
Hey Burninator - thaks for taking the time to reply to me - I was able to incorporate the logic of your query into my existing code to get the...
November 7, 2011 at 5:30 pm
Hey - Thanks for the heads up - I have now masked that contact value....
October 26, 2011 at 3:23 pm
All Ok - used <br/><br/> and worked OK 🙂
August 16, 2011 at 2:00 pm
Hi,
I have implemented this solution and it works great sending emils with PDF attachment but I can't seem to get the email body to include the new line character.
Here is...
August 16, 2011 at 1:26 pm
Thanks for the helpful replies - been reading the online preview of The Microsoft Data Warehouse Toolkit: With SQL Server 2008 R2 and the Microsoft Business Intelligence Toolset on...
August 2, 2011 at 10:02 pm
Hi GilaMonster,
OK - i read your article, took the advise and changed my query replacing the COALESE and using Dynamic SQL instead.
My query, which returns 60830 rows went from an...
January 19, 2011 at 4:09 pm
Found this article which looks good to me:
http://www.sqlteam.com/article/implementing-a-dynamic-where-clause
Using COALESCE certainly looks a lot neater.....
January 17, 2011 at 4:01 pm
Spent 30 mins on this one but still got incorrect answer due to issue with answers but still an excellent question - ANSI PADDING was something I never really spent...
January 11, 2011 at 3:46 pm
Viewing 15 posts - 16 through 30 (of 57 total)