Viewing 15 posts - 286 through 300 (of 302 total)
Did you create the package from your pc or actually sitting at the server? If you created the package at your pc, you probably won't be able to schedule it. I...
April 22, 2004 at 1:39 pm
I've come across the same thing. Try this. Open the package and do a "save as" and you will see where the password was probably hard-coded. After you save it with a different...
March 31, 2004 at 11:36 am
We had the same issue with the Client Access driver and could not count on the results, so we ended up purchasing a driver called HiT to install on the...
March 26, 2004 at 11:41 am
Actually, that's what I did too--create a job to look for my trigger. If your application is pretty much done with modifications and the indexes help performance, I think you...
March 5, 2004 at 12:27 pm
We use Remedy here too but haven't experienced any performance issues yet. However, before making any changes to the tables you may want to review your service contract if you...
March 5, 2004 at 11:55 am
I found this to be the easiest way:
Install Pervasive Client on the SQL Server and create an ODBC connection to the Pervasive data.
Create a DTS package and select "Other...
March 4, 2004 at 1:36 pm
If it is an older Access database like Access 95 or 97 you might have to convert it to a newer version before the option is available. Also, are you trying...
March 3, 2004 at 12:17 pm
The error message is deceiving. I've gotten the same one when trying to create a linked server to Oracle 7 / 8i. The problem ended up being the Oracle alias...
February 26, 2004 at 11:27 am
We saw those kinds of errors when one of our locations added a firewall. Don't know the particulars, but it took weeks for the network guys to figure it...
December 30, 2003 at 7:08 am
I have a procedure to BCP from a view and export the data into a spreadsheet. Works like a charm.
EXECUTE master..xp_cmdshell 'BCP Database..ViewName out "E:\FullPath\Spreadsheet.xls" /c /Sserver /Uuser /Ppassword'
Linda
...
November 19, 2003 at 8:32 am
That error occurred here once too following the install of sp3. The log file to look for has a .mdmp extension but you can't read it in notepad. ...
October 6, 2003 at 8:50 am
Which evaluation edition are you trying to install? Take a look at 'Hardware and Software Requirements for Installing SQL Server 2000' in Books On Line. You may need...
August 6, 2003 at 1:35 pm
We also have problems with unskilled Access users because of a third-party application that uses DSNs with too much permission. Since we cannot change the situation, I monitor who...
July 7, 2003 at 8:46 am
This may or may not help, but we got the same error when someone changed the drive letter where SQL Server was installed. This might not be your issue,...
June 25, 2003 at 8:42 am
Viewing 15 posts - 286 through 300 (of 302 total)