Viewing 15 posts - 151 through 165 (of 196 total)
I know u used DontSaveSensitive, but when u created the pkg, did u enter any password?
March 30, 2009 at 2:20 pm
I am not sure of sending to a list 'all at once', but can help with sending one at a time in a loop using ForEach and create a custom...
March 30, 2009 at 2:10 pm
Does your SMTP connection have any (SSIS) configurations?
March 30, 2009 at 2:06 pm
may give problem in qry, try running it before your execute proc statement "SET FMTONLY ON; EXEC "
March 19, 2009 at 1:42 pm
Try using the SET FMTONLY option in your query. It should work.
March 19, 2009 at 1:40 pm
Try removing exclusive locking from tables in your Data flow tasks.
March 2, 2009 at 12:13 pm
So...you want to create a configuration file for other configuration files??
March 2, 2009 at 12:11 pm
Is the CID mapped to LONG or NUMERIC. ..... it shud be LONG (if it is integer)
February 18, 2009 at 7:52 am
Use derived columns in dataflow task with GETDATE function.
February 10, 2009 at 11:25 am
Give the user\job owner access to db_dtsoperator role in msdb database or use proxy accounts for executing thru a ajob.
February 5, 2009 at 7:23 am
Use an environment variable (Indirect configuration in Package configurations) to point to your configuration file. Use the environment variable in all your 8 packages, they will reference the same file...
February 4, 2009 at 2:01 pm
Lookup proxy accounts and running SSIS jobs.
February 4, 2009 at 7:58 am
Is your path coming from a package configuration? If you do have it as a pkg config, Did u restart BIDS after u added this variable?
February 4, 2009 at 7:55 am
Try changing your where clause to use an exists
WHERE SomeIntVal IS NULL OR SomeIntVal NOT EXISTS(SELECT 1 FROM FROM table2 WHERE id = SomeIntVal)
hope you have SomeIntVal indexed.
February 3, 2009 at 1:35 pm
vishal.gamji (2/3/2009)
vishal.gamji (2/3/2009)
SELECT ? = TOP 1 1 FROM
create a variable for the ? and change the resultset of this...
February 3, 2009 at 1:31 pm
Viewing 15 posts - 151 through 165 (of 196 total)