Viewing 11 posts - 1 through 11 (of 11 total)
try
alter database
set trustworthy ON
(has its own pros and cons though)
October 7, 2009 at 10:05 am
Do you use a package config file?
Right click on your solution, click properties..
Have you set up the delpoyment utility?
Maybe try setting up a deployment build which creates a...
September 4, 2009 at 6:59 am
try playing around with SELECT @@ROWCOUNT
August 27, 2009 at 4:35 am
In the instructions:
Click the "All" button, scroll up to Extended Properties, and put in "dbase 5.0". If you don't do this, SSIS will try to read your dBase file as...
April 16, 2009 at 7:30 am
In properties on the excel connection manager.
Check the connection string. Make sure IMEX=1 in the extended properties.
i.e
Extended Properties="EXCEL 8.0;HDR=NO;IMEX=1";
hope that helps
April 16, 2009 at 5:26 am
It might be a different type of DBF file
i.e try dBASE III or dBASE IV instead of a dBASE 5.0
hope that helps
April 16, 2009 at 4:18 am
Thanks for the help
Was definitely the datatype in the excel source:
Resolved by using CSTR(F2)
Cheers
April 15, 2009 at 9:44 am
Are you running a Trial version? Maybe it has expired and wont let you carry on using it...
Hint:
Description: Integration Services evaluation period has expired.
April 15, 2009 at 8:31 am
Those are the main two:
TABLOCK is very useful in an online enviroment.
Are there any clustered views? Complex Indexes? Refreshing you statistics will help performance too.
Run a Performance Monitor to...
April 14, 2009 at 8:52 am
BULK INSERT gives you a level of control for sizing the amount of data-moving that is difficult to achieve in SQL.
April 14, 2009 at 8:43 am
Viewing 11 posts - 1 through 11 (of 11 total)