Viewing 15 posts - 6,121 through 6,135 (of 13,874 total)
rtp (1/3/2017)
I am having trouble with SSIS package which should insert rows from my Object named EmployeeList.
I am not getting an error, but when it inserts into my table it...
January 3, 2017 at 6:11 pm
mcfarlandparkway (1/3/2017)
There is another reason to use table valued function.
Can you please modify the above one where to use...
January 3, 2017 at 3:04 pm
Put a THROW in there somewhere.
January 3, 2017 at 2:14 pm
sgmunson (1/3/2017)
Phil Parkin (1/3/2017)
sgmunson (1/3/2017)
Phil Parkin (1/3/2017)
sgmunson (1/3/2017)
January 3, 2017 at 12:25 pm
joe 46898 (1/3/2017)
Ind_Id | First_Name | Last_Name | FootBall | Soccer | Baseball | Basketball | Volleyball | Fuseball
The sports columns have...
January 3, 2017 at 10:53 am
Thom A (1/3/2017)
I almost...
January 3, 2017 at 8:06 am
Thom A (1/3/2017)
January 3, 2017 at 7:20 am
thbaig (1/3/2017)
Phil Parkin (1/3/2017)
So do the left join and then use COALESCE to pick up t2 data if it exists:select ColName = coalesce(t2.col,t1.col)
If following is as per suggestion, it return...
January 3, 2017 at 7:15 am
sgmunson (1/3/2017)
Phil Parkin (1/3/2017)
sgmunson (1/3/2017)
January 3, 2017 at 7:08 am
sgmunson (1/3/2017)
January 3, 2017 at 6:49 am
So do the left join and then use COALESCE to pick up t2 data if it exists:
select ColName = coalesce(t2.col,t1.col)
January 3, 2017 at 6:36 am
kevaburg (12/31/2016)
Phil Parkin (12/31/2016)
kevaburg (12/31/2016)
Microsofts recommendations are a "one-shoe-fits-all" solution that I am not a huge fan of.
The reason I said this is because of this statement......
As a general...
December 31, 2016 at 8:39 am
kevaburg (12/31/2016)
Microsofts recommendations are a "one-shoe-fits-all" solution that I am not a huge fan of....
Here is a direct quote from the Microsoft recommendations:
Create as many files as needed to maximize...
December 31, 2016 at 7:30 am
Jeff Moden (12/31/2016)
kevaburg (12/31/2016)
December 31, 2016 at 7:24 am
BOR15K (12/30/2016)
ThomasRushton (12/30/2016)
Phil Parkin (12/30/2016)
Further to Thomas' answer, the flippant answer given by many people here would be 'in the garbage'.
y'know, that was my first answer... but I...
December 30, 2016 at 1:21 pm
Viewing 15 posts - 6,121 through 6,135 (of 13,874 total)