Viewing 8 posts - 1 through 9 (of 9 total)
Thank you for reply, Phil!
Here's the data generator. Still working on the output.
---------------------
CREATE TABLE [dbo].[Orders](
[OrderNumber] [int] NOT NULL,
[ItemNumber] [varchar](30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[ItemDescription] [varchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Book] [int] NULL,
[OtherItem] [int] NULL,
[WeightEach]...
November 6, 2012 at 1:20 am
π
Look like it doesn't work inside the OLE DB Source of SSIS (?)
March 22, 2012 at 11:47 am
Worked like a dream! π Totally amazing.
Do you think it'll survive ForEachLoop in SSIS (SQL command text filed of a source query to be exact)?
Something like this:
--------------------------------------
......
SELECT...
March 21, 2012 at 1:05 pm
Thank you, SQLRNNR! π
Apparently, we are running the Standard version of SQL 2005 server, which doesnβt support Data driven subscriptions .. What a joy!
March 19, 2012 at 1:24 pm
That looks cool. Will give a try next week.
Thank you, Jeff Moden! π
March 16, 2012 at 12:15 pm
Finally made this work! And used for a few more reports since then.
Thank you very much for all your help, GSquared π
March 14, 2012 at 2:09 pm
Thanks you for sticking around.
I added Execute SQL Task to the Control Flow window with the following parameters:
Full result set
OLE DB
MyDatabase (created new connection to the MyDatabase.Table1)
Direct input
Query1
Added User::mail under...
December 27, 2011 at 3:53 pm
Thank you for reply, GSquared! π
I have two servers 7 and 2005. Never worked with SSIS, but just looked it up, and it appears to be a part of...
December 22, 2011 at 12:30 pm
Viewing 8 posts - 1 through 9 (of 9 total)