Viewing 15 posts - 976 through 990 (of 1,233 total)
I think you mean to say that you want one variable to hold three values... and pass this to one method on the web service.
You can pass the values...
June 30, 2014 at 5:44 pm
Where do you see the identity property for a column? I did not see it under sp_columns.
June 27, 2014 at 6:29 pm
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
Viewing 15 posts - 976 through 990 (of 1,233 total)