Viewing 15 posts - 16 through 30 (of 73 total)
Can you try with the below one.
Go to Package Properties and then Go to Security Tab and then Change the Protection Level to "EncryptSensitiveWithUserKey"
August 8, 2011 at 5:58 am
Koen Verbeeck (7/12/2011)
If it happens only at your system, you should take a good look at your computer. Is there enough RAM?Maybe you can try to re-install BIDS.
Even, it was...
July 13, 2011 at 1:22 am
No Koen. I didn't open all the package at a time and i have only one configuration in it. Even for a small package also it takes time to open.
But...
July 12, 2011 at 6:52 am
Hi,
Thanks winash, tommyh for your quick solution. I have one more with me...
DECLARE @T VARCHAR(888)
SET @T = ''
DECLARE @TABLE TABLE (fldName1 VARCHAR(8), fldName2 VARCHAR(8))
INSERT INTO @TABLE
SELECT 'Test1','Name1' UNION ALL
SELECT 'Test1','Name2'...
July 8, 2011 at 6:07 am
Please check the below.
CREATE TABLE tblGetEmp (EmpName CHAR(8),Salary INT,Dept CHAR(1))
INSERT INTO tblGetEmp
SELECT 'aaa',10000,'a' UNION ALL
SELECT 'bbb',16662,'a' UNION ALL
SELECT 'rrr',73637,'a' UNION ALL
SELECT 'jhfdj',87683,'b' UNION ALL
SELECT 'jhk',7382,'b' UNION ALL
SELECT 'ewkjhk',98798,'b' UNION...
June 30, 2011 at 1:45 am
Thanks Phil. Let me try as you suggest.
April 20, 2011 at 6:34 am
Thanks Phil.
I am importing data from a flat file. In my flat file the text data is something like This is
sample text
This Flat file comes from a third party tool...
April 20, 2011 at 5:57 am
Even I really don't know how to check the identity of these. Also that is what my clarification is....
April 20, 2011 at 4:31 am
It is the plain text. No quotes in between. It is something like below...
This is
sample text.
April 20, 2011 at 3:02 am
Try something like below...
SET NOCOUNT ON
exec sp_name @UserDate = ?
and pass parameter in Parameters Tab (@UserDate = <Variable Name>)
January 21, 2011 at 5:18 am
Yes, i am sure package deployed it correctly on server. When deploying this we were getting this error. In our local we have tables for the disabled task. But in...
December 13, 2010 at 3:08 am
da-zero (12/10/2010)
In the error log, is it specifically the disabled task that gives the error, or another task?
Specifically, i got errors from disabled task only. Non of the error from...
December 13, 2010 at 1:58 am
Yes, i am not using this disabled task table in non of the task in my ssis.
December 9, 2010 at 10:37 pm
Red Color comes on Flat File Source or in OLEDB Destination? Send the error description along with.
If it is in Flat File Source, then check the followings.
1. Check the...
December 5, 2010 at 11:57 pm
Phil Parkin (12/2/2010)
For future reference, when you get...
December 2, 2010 at 6:48 am
Viewing 15 posts - 16 through 30 (of 73 total)