Viewing 15 posts - 61 through 75 (of 637 total)
Ok figured out!
Question:
Is there a way for us to have an variable at a higher level ( I mean still we have to go one by one...
April 30, 2018 at 2:59 pm
Phil, Yes they are deployed!
RE: If so, have you investigated using SSISDB environments to control such things
Do you mean environment variables ? Like sgmunson mentioned ?
April 30, 2018 at 2:06 pm
April 30, 2018 at 12:39 pm
BTW- Some time back someone gave me this script - WORKED fine! It exports all the DTSX files into a given location. Cool.
if someone out there cam tweak...
April 30, 2018 at 12:09 pm
Agreed, but here is a problem. You would have to have a separate SERVERfor the config database ?
Note: Each SSIS package ( whether it is in the DEV or...
April 30, 2018 at 12:06 pm
Sorry, I think I am OK, Managed to make it work....
WITH XMLNAMESPACES( DEFAULT 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' )
Select * FROM
(
SELECT ReportName = name
April 16, 2018 at 10:06 am
This is what I did...
I was hoping someone could come up with something without using LOOPS.
I did mention that replacements must be done only of the character...
April 16, 2018 at 9:46 am
Sorry folks! Please ignore this ... I found the solution. It was that simple....
Sorry about my ignorance
IF OBJECT_ID('tempdb..#T') IS NOT NULL
DROP...
April 5, 2018 at 7:53 am
I used recursion.. Works Well ! Thanks for the help. See I knew it was easy
IF OBJECT_ID('tempdb..#MonthlyIntervals') IS NOT NULL
DROP TABLE...
March 23, 2018 at 1:51 pm
March 23, 2018 at 10:59 am
February 13, 2018 at 4:02 pm
Lynn Pettis - Thursday, February 8, 2018 1:29 PMMy fault, read things backwards when I was writing the code.
Thanks! Credit goes to...
February 8, 2018 at 2:45 pm
Viewing 15 posts - 61 through 75 (of 637 total)