Viewing 15 posts - 616 through 630 (of 2,278 total)
Create a query (temp table, cte, table variable) where you create all the dates of the month with a zero value for the quantity and UNION ALL it with the...
March 19, 2012 at 7:57 am
Why do you need the Null category at all? Does it exist simply for roll up? If it is just for roll up then drop the null category...
March 19, 2012 at 7:54 am
L' Eomot Inversé (3/19/2012)
SQLRNNR (3/17/2012)
greengrass
mow
March 19, 2012 at 7:51 am
I am not sure this is true in SSIS, but....
Have you tried DT_STR? In SQL Server an NVARCHAR is limited to 4000 characters because each character takes 2 bytes,...
March 16, 2012 at 7:00 am
TRIM all of your data.
March 16, 2012 at 6:52 am
I hear Snookie is pregnant, and her due date is December 21, 2012.
Well played Mayans......well played.
March 16, 2012 at 6:49 am
If your source data has a key, why not just use that?
Your expression
project_manager_lastname == "Anyname" ? 1 : 2
is a valid conditional expression that should return a 1 when project_manager_lastname...
March 14, 2012 at 11:03 am
L' Eomot Inversé (3/13/2012)
SQLRNNR (3/13/2012)
roundabout
peg
March 14, 2012 at 7:20 am
I didn't know the answer for certain, but I couldn't imagine a situation where it would be good or practical to have multiples writing to the same cache. Thanks.
March 14, 2012 at 7:18 am
crookj (3/13/2012)
Daniel Bowlin (3/13/2012)
triviaWho sang background in Carly Simon's Your So Vain?
😎
Christina Aguilera and Maroon 5 just had a song about him.:-P
March 13, 2012 at 2:15 pm
It looks like you might have a couple of problems. The first is multi value inputs to stored procedure parameters. I like the table valued function approach to...
March 13, 2012 at 11:36 am
Stage everything to SQL Server first, then do your ETL work.
March 12, 2012 at 7:26 am
Viewing 15 posts - 616 through 630 (of 2,278 total)