Viewing 15 posts - 991 through 1,005 (of 1,246 total)
It would help if you presented a representation of your recordset ... what you have... and what you want the final output to look like. As I see it you...
----------------------------------------------------
June 27, 2014 at 6:04 pm
Start by right clicking the detail row and select to add a parent group. In the popup dialogue you select the column to group by and if you want to...
----------------------------------------------------
June 27, 2014 at 5:59 pm
Note that in your dataflow, click the green arrow and see that you can add a data watcher. You'll see the data as it flows from the source and BEFORE...
----------------------------------------------------
June 27, 2014 at 12:07 pm
Very awesome. I'll try it out, Thanks!
----------------------------------------------------
June 27, 2014 at 10:21 am
Else, I found out the ssis package first import the data into a table that has raw data, meaning no constraints defined, then import from raw table to the real...
----------------------------------------------------
June 26, 2014 at 6:31 pm
You have to touch everything that depends on that data stream so that it knows what to do with that new column.
----------------------------------------------------
June 26, 2014 at 5:59 pm
SSIS has an XML source and XML task. THe XML task can validate your data, merge it with another xml set and even do comparisons between the sets (You would...
----------------------------------------------------
June 26, 2014 at 5:56 pm
Hi,
What provider did you use when creating your link?
----------------------------------------------------
June 26, 2014 at 5:20 pm
Not sure if this is still an issue for you... other options are using the fast load option in a OLE DB destination. Not sure if there are constraints on...
----------------------------------------------------
June 26, 2014 at 11:10 am
I would be interested in seeing the solution.
Wouldn't "SELECT CURRENT_USER, ORIGINAL_LOGIN(), SESSION_USER, USER, USER_NAME(), SYSTEM_USER" return the general user account ? If this is a scheduled job created...
----------------------------------------------------
June 26, 2014 at 10:55 am
You would need a helper dataset query that went something like :IF (@client=1)
begin
select @datefrom = dateadd(m, -6, getdate() )
You pass the results to the master dataset ...
----------------------------------------------------
June 18, 2014 at 4:49 pm
My advise here is to build a more general stored procedure that brings in all the columns you need at a granular (lowest common factor) level. I assume you mean...
----------------------------------------------------
June 18, 2014 at 4:45 pm
Was this message the result of a server trigger, has this been ruled out? To remove permissions, one would employ the REVOKE command.
----------------------------------------------------
June 18, 2014 at 4:24 pm
Try the default trace to see what ran prior to your reboot.
----------------------------------------------------
June 11, 2014 at 6:00 pm
One thing that slows things down is casting in the where clause. I see this in query 2.
plus I also see in the WHERE clause -->
Entitlement.EntitlementId IS NULL ...
----------------------------------------------------
June 11, 2014 at 5:28 pm
Viewing 15 posts - 991 through 1,005 (of 1,246 total)