Viewing 15 posts - 1 through 15 (of 40 total)
Hello,
I forgot...
CREATE TABLE Test (Ad_ID INT, DateIn DATETIME, DateOut DATETIME)
INSERT INTO Test
SELECT 1,'2009-05-26 00:00:00.000' ,'2009-05-28 00:00:00.000'
UNION
SELECT 2,'2008-06-26 00:00:00.000' ,'2009-12-28 00:00:00.000'
UNION
SELECT 3,'2009-03-12 00:00:00.000' ,'2009-12-28 00:00:00.000'
UNION
SELECT 4,'2009-10-26 00:00:00.000' ,'2009-10-28 00:00:00.000'
UNION
SELECT 5,'2009-09-26...
January 6, 2010 at 7:41 am
Hi again,
Im becaming little crazy with this :)... for start, can i configure the parameters of Foreach Loop Container in the package Configuration?
Example in the tab collection. in the...
August 21, 2009 at 7:54 am
Hi again,
Is it possible to make my package configurations in xml?
Does anybody already made this?
Thanks
August 21, 2009 at 4:43 am
Thanks,
Is exactly what i was looking for.. thanks for u time, i will see the link u send..
August 20, 2009 at 10:10 am
Hi again,
Sorry to bother again, but does anyone can help me?
Thanks
August 20, 2009 at 9:46 am
Hello Phil, Good Morning 🙂
I Think this "problem" i told u, is not from SSIS, but from SQL Server 🙂
For Example:
CREATE TABLE [dbo].[Test](
[TestKey] [int] IDENTITY(1,1) NOT NULL,
[TestID] [int] NULL,
CONSTRAINT...
July 16, 2009 at 2:38 am
Hello again Phil,
But with that index my keys will be always 1,2,5,7... for example, not sequencial?
July 15, 2009 at 9:17 am
Hi Phil,
Thanks for helping me with that one, i didnt remember to create the unique index 🙂 nice...
Is working now, but someday u have to explain me how i can...
July 15, 2009 at 4:44 am
Hi again, and thanks for the reply 🙂
For example....
i have a file with thousands of rows, and in that file i have a field named "RealEstateID", i have to insert...
July 15, 2009 at 4:19 am
Hello, and thanks to answer me and give me nice ideias... 🙂
Yes u are very close of what i need... But like i show u on my script... every...
July 10, 2009 at 8:10 am
Hi again,
Thanks for the answer, but I think i didnt explain very well, second try :), what i wish to know is if i can know what is the...
May 18, 2009 at 8:07 am
Viewing 15 posts - 1 through 15 (of 40 total)