Viewing 15 posts - 4,456 through 4,470 (of 13,871 total)
This is a requirement. What is your question?
May 13, 2018 at 8:12 am
May 10, 2018 at 12:29 pm
Apologies if you've already answered this question, but is the package deployed to SSISDB?
If so, can you check the 'All Executions' report for the package to see whether that...
May 10, 2018 at 9:43 am
Have you tried casting to VARCHAR() and then doing the comparison?
May 9, 2018 at 3:13 pm
Something like this, maybe:WITH SourceData
AS
(
SELECT
ID = ID
, EMPID = a.SNO
, TYPE = '1'
, ACTIVATE = a.StartDate
, DEACTIVATE...
May 9, 2018 at 12:12 pm
Are you saying that you have data stored in a column and you want to get all of the column's items into a string variable as a comma-delimited string?
May 9, 2018 at 9:08 am
Aside from change tracking, you can do this only if you have two tables, one containing 'old' data and one with the current data.
But if all you have is...
May 8, 2018 at 2:41 pm
I have a stored procedure which inserts and updates millions of records in a table...
May 8, 2018 at 10:39 am
May 7, 2018 at 4:51 pm
May 4, 2018 at 10:19 am
May 4, 2018 at 7:39 am
May 4, 2018 at 7:24 am
Viewing 15 posts - 4,456 through 4,470 (of 13,871 total)