Viewing 6 posts - 1 through 6 (of 6 total)
SSIS 2005 only supported VB.NET as your scripting language. I think 2008 or 2008 R2 allowed for C# to be used as the Scripting language in an SSIS Script Task....
April 16, 2019 at 2:33 am
Yup, it looks like they missed a step. I thought there was an errata at one point for that book but it's not on the main apress site that I...
April 16, 2019 at 2:08 am
To qualify my statement, Steve stares at my legs a lot. 😛
July 31, 2014 at 12:25 pm
You could try
ALTER PROCEDURE [dbo].[udsp_ApplyLogfileToRRDB]
-- Add the parameters for the stored procedure here
(
@p_filename varchar(max)
)
AS
BEGIN
BEGIN TRY
END TRY
...
March 23, 2012 at 3:46 pm
Assuming I'm understanding correctly, you have two variables modifyscript and texfile. Assuming initial values of C:\Mod.txt and C:\text.txt respectively. After running the package and presumably changing the value...
November 19, 2009 at 6:42 am
"for example they may forget to change the connection property"
Ugh, this used to be such a pain in the keister but then someone turned our group on to using UDL's...
January 24, 2007 at 11:48 am
Viewing 6 posts - 1 through 6 (of 6 total)