Viewing 15 posts - 8,206 through 8,220 (of 13,876 total)
sgmunson (7/31/2015)
Naina_11 (7/27/2015)
it's done. I added a Level column with 0 and 1 and ordered accordingly.Thanks
Another alternative:
DECLARE @testing AS TABLE (
DepDate datetime,
val int
);
INSERT INTO @testing VALUES ('2014-01-10 00:00:00.000', 1);
INSERT INTO...
July 31, 2015 at 9:12 am
I'm not sure what could cause this. If it were me, I'd be thinking about doing a reinstall / repair.
July 31, 2015 at 12:33 am
maddukuru.rambabu (7/30/2015)
Hi All,In SSIS, I am getting error in Script Task.Please find attachment that contains screen shot of error.
Please help me.
Thanks
Rambabu
Is this a new script task, or are you trying...
July 30, 2015 at 11:57 pm
vipin_jha123 (7/30/2015)
Out of 3 DFT 2 DFT have sourceA and Last DFT have difrent source.
For each...
July 30, 2015 at 5:53 am
Don't CTEs have to begin with the keyword 'WITH'?
July 30, 2015 at 1:08 am
Welsh Corgi (7/29/2015)
July 29, 2015 at 9:31 am
vipin_jha123 (7/29/2015)
But my question is that within US zone I have 2 different source
out of 3 DFT 2 DFT have same source and...
July 29, 2015 at 5:10 am
A brief Google search will show you how to determine a package's version without opening it in anything more than a text editor.
July 28, 2015 at 9:09 am
mandy-570563 (7/28/2015)
On further investigation and digging the ENVREFERENCE value changes when my colleague creates the link?
The link between an environment and a project should be created only once. Why do...
July 28, 2015 at 8:43 am
Welsh Corgi (7/28/2015)
The version number in the package is not valid. The version number cannot...
July 28, 2015 at 7:37 am
I am creating the environment and link via a post deploy script. I have checked all parameters have a variable and all are linked properly.
This may be your problem. There...
July 27, 2015 at 7:08 am
Adam McArdle (7/27/2015)
Lowell (7/27/2015)
if you used windows authentication, you would not need to encrypt the projects and data sources, and i think the problem would go away, right?
The vast majority...
July 27, 2015 at 6:58 am
Brandie Tarvin (7/27/2015)
TomThomson (7/26/2015)
Grant Fritchey (7/26/2015)
Managed to get a fully-loaded station wagon (four people plus bags) all the way up to 120MPH (195KPH) on the Autobahn.
Don't get caught at that...
July 27, 2015 at 5:35 am
Adam McArdle (7/27/2015)
One thing which is slightly off-putting is that you...
July 27, 2015 at 5:34 am
Are you logged in using Windows Authentication, by the way?
SSISDB-related activities generally work better if you are.
July 27, 2015 at 5:29 am
Viewing 15 posts - 8,206 through 8,220 (of 13,876 total)