Viewing 15 posts - 106 through 120 (of 257 total)
My good story is the system I'm still proud to have developed. It's a deceptively simple process - onboarding and offboarding employees.
I started this as part of a project back...
June 14, 2016 at 7:22 am
Sorry - didn't see you had more questions. :ermm:
You can put each data flow and file move into its own sequence container and add your precedence constraints so they happen...
June 7, 2016 at 3:20 pm
I'm not associated with them in any way but Indeed.com is a really useful job aggregater. Keep track of which jobs you apply for since the same one can show...
June 6, 2016 at 3:26 pm
GilaMonster (5/31/2016)
Lowell (5/31/2016)
that is a great set of study topics for anyone starting out in SQL.
Well, it was.
Though the first one wasn't really a study area:
Do you have experience in...
June 6, 2016 at 8:27 am
You can have multiple connection managers and data flows in the package.
So in this case you have 4 connections - the source and the 3 targets.
Create 4 data flows and...
May 25, 2016 at 2:54 pm
Remember that a CASE statement will terminate on the first true condition. So if you're trying to do multiple actions on the same value you're not going to do it...
May 20, 2016 at 12:36 pm
It's a matter of breaking it down into component parts.
You need to get the year, month, and day out of the date value.
Then you need to combine those into a...
May 4, 2016 at 12:20 pm
xsevensinzx (5/3/2016)
Need some advice. I got a really good job offer recently to work at a company as a DBA. I'm currently a data architect that built and manages...
May 4, 2016 at 11:59 am
Brandie Tarvin (4/21/2016)
Eirikur Eiriksson (4/21/2016)
Brandie Tarvin (4/21/2016)
Luis Cazares (4/21/2016)
BLOB_EATER (4/21/2016)
Luis Cazares (4/21/2016)
Brandie Tarvin (4/21/2016)
April 21, 2016 at 10:15 am
Can you see the 'Columns' option to the left on your data source? If so that's where you select the columns you want to pull into the data flow.
April 21, 2016 at 10:04 am
That doesn't sound fun but then again if it were you wouldn't be posting it here. 😛
Onward.
I've dealt with similar source files. An ugly but effective way to handle...
April 15, 2016 at 10:59 am
The overall answer is to look into the Merge command.
https://msdn.microsoft.com/en-us/library/bb510625.aspx?f=255&MSPPError=-2147217396
However this doesn't take into account the idea of slowly changing dimensions. Do you need to keep a history of the...
April 15, 2016 at 10:53 am
Look into dynamic SQL. That's how you pass database/table/field values into SQL statements.
April 15, 2016 at 8:22 am
Notepad ++ and the Poor Man's T-SQL Formatter. Change to use spaces instead of tabs. No one here has an excuse for trying to push ugly T-SQL.
March 30, 2016 at 12:35 pm
Steve Jones - SSC Editor (3/15/2016)
I'm sad today
One bit of advice. Work with your body shop to make sure that the repairs come under the amount where your insurance company...
March 15, 2016 at 11:33 am
Viewing 15 posts - 106 through 120 (of 257 total)