Viewing 15 posts - 8,326 through 8,340 (of 13,876 total)
zi (6/22/2015)
Thanks for replying
I just want to schedule and automate this process without any intervention
some one advised me to use setting called MAX ERROR, but I couldnt find...
June 22, 2015 at 2:35 pm
Or put a DEFAULT (GetDate() / GetUTCDate()) constraint on the new column.
June 22, 2015 at 2:34 pm
In your source proc, include an isnull (column,-1) check on the column and use -1 (or whatever ) as your default member. The lookup will then succeed.
June 22, 2015 at 10:45 am
keshab.basnet (6/21/2015)
June 22, 2015 at 1:29 am
am_mal80 (6/22/2015)
I create the lookup task to check Filename in Table from database.
The problem is sometimes the file is created early than Filename generate in database table.
So, the...
June 22, 2015 at 1:24 am
Recreating the package manually is your only solution.
June 22, 2015 at 1:19 am
We are also using it for tables that have more configuration type data basically less data changes.
Using this in conjunction with FileTables to replace 100's of SSIS packages for importing...
June 21, 2015 at 6:20 am
No difference at all. Both of the proposed ideas pick up whatever is there at run time.
June 19, 2015 at 9:07 am
Alvin Ramard (6/19/2015)
Phil Parkin (6/19/2015)
Alvin Ramard (6/19/2015)
...If xp_DirTree won't do what you want, then you could use a VB or C# script to populate that same object variable.
In other...
June 19, 2015 at 8:19 am
Alvin Ramard (6/19/2015)
Phil Parkin (6/19/2015)
richardmgreen1 (6/19/2015)
I've got an SSIS package that loads a block of CSV files from a specified folder and moves them to another folder after processing...
June 19, 2015 at 7:55 am
richardmgreen1 (6/19/2015)
I've got an SSIS package that loads a block of CSV files from a specified folder and moves them to another folder after processing them. It then...
June 19, 2015 at 7:41 am
nidhi.naina (6/18/2015)
Thanks.
removing the index helped by bringing down the time to 6 seconds.
Can you please help me with why it might have been used in first place. (possible...
June 19, 2015 at 12:08 am
Jonathan Marshall (6/18/2015)
I have been giving the task of profiling databases and all the tables within it.
Right now I'm collecting the following:
Null_Count
Null_Percentage
Total_Record_Count
I'm looking to capture Mean_value, Min_value,...
June 18, 2015 at 8:38 am
nidhi.mahajan (6/18/2015)
I am a beginner. 🙁
Can you please...
June 18, 2015 at 6:50 am
Viewing 15 posts - 8,326 through 8,340 (of 13,876 total)