Viewing 15 posts - 61 through 75 (of 89 total)
Do you have any precedences on the data pump? If not, try setting one using the copy task as the source. I had problems this past week when the...
September 27, 2006 at 11:08 am
We have several tasks of this sort and in the package we first delete the current spreadsheet, next recreate it using an ActiveX task and then populate it. One...
September 27, 2006 at 4:52 am
I agree with Jonathan. I've had this issue several times, always after Excel has been removed from one server or the other since our standard configuration does not include...
August 10, 2006 at 8:26 am
Here goes... THe names have been changed to protect the guilty
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************
Function Main()
Dim appExcel
Dim newBook
Dim xSheet5
Dim xSheet6
Dim oPackage
Dim oConn
Set...
June 21, 2006 at 1:16 pm
If you using SP3, check out http://www.novicksoftware.com/Articles/SQL-Server-2000-SP3-and-xp_cmdshell-Woes.htm
June 21, 2006 at 12:28 pm
We have quite a few DTS pacakages that function similarly. In each, we delete the spreadsheet using xp_cmdshell within an execute SQL task, and recreate it using the Visual Basic...
June 21, 2006 at 12:04 pm
Thanks... I did check the file header and it is marked as a differential. So I guess I have to redo the process. My main question is why it...
November 30, 2005 at 5:32 am
I often have problems like this, generally when I'm trying to debug another developer's code. I generally start by removing the where clause completely. After that I add back...
November 28, 2005 at 7:08 am
I tried the Restore Database and it worked! Which is not a good thing since it restored on the 1st server as a Log. I'm following up with the...
November 22, 2005 at 5:36 am
Thanks. The same log file works on one server but not the other. I thought I had a problem pulling the log from the ftp site, so I copied the...
November 18, 2005 at 12:40 pm
Try adding TRUNCATEONLY - this should release empty space without moving the data. Depending on how fragmented the data is, that can affect the elapsed time.
We schedule...
July 18, 2005 at 12:08 pm
And the answer was... Installing SQL with a local admin startup account initially. We were then able to change the account to a non-privilged account to run under. Apparently,...
June 14, 2005 at 5:38 am
Our experience with similar problems have generally been one of two things: resources not available to the server (for example, exporting an Excel spreadsheet would work manually but not...
May 12, 2005 at 6:05 am
We use a book by Carl Rabeler SQL Server 2000 DTS step by step - although it did not contain any information on the specific task we were looking...
May 12, 2005 at 5:40 am
I setup an Excel connection and a database connection. I used the Excel connection to create a "table", and setup a SQL query within the transform data task properties to...
November 12, 2004 at 8:57 am
Viewing 15 posts - 61 through 75 (of 89 total)