Viewing 15 posts - 8,206 through 8,220 (of 13,882 total)
Case x when 'y' then 'z' end
You need the 'then' and you need the 'end'.
August 4, 2015 at 1:30 am
Get the file name into a variable.
Use Token to break the file name into the components you need and assign these components to other variables.
Add an ExecuteSQL task to execute...
August 3, 2015 at 10:33 am
sej2008 (8/3/2015)
I am using ssis 2012 to import data from excel 2007 in to sql server using oledb destination and for transformation using Data conversion as some dates in...
August 3, 2015 at 3:32 am
I don't think that this is correct!
introduced in SQ LServer 2016, but enhanced in SQL Server 2014
August 3, 2015 at 12:49 am
Tim Mitchell (8/2/2015)
August 2, 2015 at 11:52 am
If you read the original post, you'll see this:
...Comments, the last column to the right which has its text in quotes (text qualifier ")
...so the qualifier is there.
This is a...
August 2, 2015 at 11:48 am
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
Viewing 15 posts - 8,206 through 8,220 (of 13,882 total)