Viewing 9 posts - 1 through 10 (of 10 total)
Thank you. Works like a charm
July 13, 2016 at 7:34 pm
I'm not calling via script task, this is a regular dtsx package and it does not even have any script components in it.
This pop up comes after the validations of...
December 31, 2014 at 10:37 am
CREATE TABLE sqlText (ID int , line NVARCHAR(MAX),referenced_entity_name VARCHAR(1000) )
INSERT INTO [sqlText] ([Id],[line],[referenced_entity_name])VALUES(8712,'CREATE view [dbo].[AZLJ_RPT_V_STAT_CVLDISPOSITION] as
','AZLJ_RPT_V_STAT_CVLDISPOSITION')
INSERT INTO [sqlText] ([Id],[line],[referenced_entity_name])VALUES(8713,'/************************************************************************************
','AZLJ_RPT_V_STAT_CVLDISPOSITION')
INSERT INTO [sqlText] ([Id],[line],[referenced_entity_name])VALUES(8714,'Name:AZLJ_RPT_V_STAT_CVLDISPOSITION
','AZLJ_RPT_V_STAT_CVLDISPOSITION')
INSERT INTO [sqlText] ([Id],[line],[referenced_entity_name])VALUES(8715,'Created By:Suganya
','AZLJ_RPT_V_STAT_CVLDISPOSITION')
INSERT INTO [sqlText] ([Id],[line],[referenced_entity_name])VALUES(8716,'Created...
May 6, 2014 at 9:58 am
I don't think this solves my question.
May 5, 2014 at 2:35 pm
ohh ok, that is good if they are ignored by SQL.
But, how do i get the list of where clauses from the definition.
May 5, 2014 at 1:12 pm
I'm not sure what your saying here.
Please explain. Thanks,
May 5, 2014 at 12:56 pm
Viewing 9 posts - 1 through 10 (of 10 total)