Viewing 6 posts - 1 through 6 (of 6 total)
There is no more activeX script
That is true. However I (for whatever reason) never used 'ActiveX script task' but the plain 'Script task' with underlying C# code.
April 19, 2017 at 9:12 am
The inability to access package variables renders Package Parts pretty useless, actually
I haven't used SSIS for a while but I remember similar behaviour from elder versions (SQL...
April 19, 2017 at 7:42 am
If you want to save the INSERT script in the same location where the spreadsheet is located and name the file like the active sheet:
Dim FieldName As...
May 2, 2011 at 4:04 am
The following covers for a lot:
DECLARE @tstString VARCHAR(255)
SET @tstString = '20080528 '
SELECT
CASE
WHEN LEN(LTRIM(RTRIM(@tstString))) >= 6 AND LEN(LTRIM(RTRIM(@tstString)))...
October 2, 2008 at 4:55 am
Thanks Jack,
Seems to confirm what my colleagues and I found out.
I do believe however that it would be a nice add-on to Report properties in a future version/SP. I find...
July 24, 2008 at 9:17 am
Initialize your variable with a dummy SELECT statement at design time. The result should reflect the output structure (data types and column names) of your final query result.
Ex.: SELECT CAST(1...
April 28, 2008 at 2:47 am
Viewing 6 posts - 1 through 6 (of 6 total)