Viewing 15 posts - 8,326 through 8,340 (of 13,882 total)
arooj300 (6/25/2015)
I am trying to upload Excel file through SSIS package , there is no job . we are calling from front-end and manually uploading. For that one we...
June 25, 2015 at 5:41 am
SQL Guy 1 (6/24/2015)
But about the 2nd tip, this is not exactly BOL...
June 24, 2015 at 11:14 am
Check here[/url] for some ideas.
You don't need BOL installed to use it. Look here.
June 24, 2015 at 9:15 am
roblew 15918 (6/24/2015)
Previously Microsoft had a nice easy to view break down of what features where in what products.
Does anyone have a link for the 2014...
June 24, 2015 at 2:32 am
You may find this [/url]related article interesting.
You're certainly going to have to do some indexing, but the optimal set of indexes will depend on the search patterns. Get some users...
June 23, 2015 at 10:25 am
gchappell (6/23/2015)
June 23, 2015 at 5:27 am
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
Viewing 15 posts - 8,326 through 8,340 (of 13,882 total)