Viewing 14 posts - 1 through 14 (of 14 total)
Forgot to include the updated [IsBusnessDay] for what it is worth:
WAS:
, CASE WHEN rh.[CALENDER_DATE] IS NULL THEN 1 ELSE 0...
January 7, 2015 at 6:47 am
Perfect!
I'll tailor the [IsBusinessDay] field to ignore Sat / Sun values and I'm sorted.
Thanks, Brian.
January 7, 2015 at 6:41 am
Great Post - This will save me a lot of effort !
I'm still SS2005 - The icing on the cake would be to see the ISO week calculated as well,...
January 7, 2015 at 5:35 am
Is there an RSS feed for this comic strip that I can tap into? Thanks!
March 6, 2014 at 4:31 am
Hi guys, late post but this might help someone else...
I got OPENQUERY to work with variables using the code below. The main problem I had was that I couldn't use...
October 10, 2011 at 6:12 am
Try MS-Access' Help and key in 'Open Exclusive'... It's pretty basic. When you go to open an MS-Access file you have the option to open as multi-user or 'exclusive'. The...
June 15, 2010 at 2:18 am
Try google the fault code with the text of the error you are getting, just delete your specific filename. Google is my best friend when it comes to these problems....
June 11, 2010 at 2:46 am
Has anyone documented a database that was for a Medical Device / Phara environment application and how did you achieve it? Tks.
March 15, 2010 at 4:20 am
It is a temp table I going with so will use #tmptablename (or ##tmptablename) so I'm 'good-to-go'. Thanks for the help on this one, its truely appreciated.
Now - can you...
January 13, 2010 at 3:41 am
Are the only logistial issues that I might try to drop a table that doesn't exist after SQL is (re-)started... ?
Is a good workaround to use the IF OBJECT_ID(....) IS...
January 12, 2010 at 11:32 am
This might be releated to the same original problem...
I have a stored procedure that runs fine under my (dbo) account, but gives errors from basic users where I have...
January 12, 2010 at 10:19 am
Matt / Gialuca / Ian:
Thanks for your very prompt responses.
In particular I have looked at the two articles identified by Gialuca and Ian and though tempted by the DynamicSQL option...
August 5, 2009 at 8:20 am
Viewing 14 posts - 1 through 14 (of 14 total)