Viewing 15 posts - 31 through 45 (of 79 total)
My linked servers are not SQL Servers, but a Progress database. In my DTS programs, the first step is to issue a basic statement
select * from openquery(linkedserver, 'select count(*)...
December 15, 2006 at 6:47 am
Well my dts jobs all of the sudden are running fine since the source server (a Progress database server) was rebooted a couple of days ago. It hadn't been rebooted...
December 1, 2006 at 6:45 am
Do you do this on the linked server or the sql server from which you are running the query?
November 30, 2006 at 9:45 am
Unfortunately, I think the only solution is to restart the SQL Service. I'm struggling with this problem as well. The following link shows a disscussion about this. Apprently, it's a...
November 29, 2006 at 8:19 am
I've had problems with that too, as well as with sql agent jobs hanging. Make sure you apply the latest hotfix (build 2187) to sp4 which appears to be the...
November 28, 2006 at 6:41 am
I have the same question. My guess is you don't have control of this and that you would have to create code that uses a windows form and a report...
October 25, 2006 at 6:43 am
Is the IBM iSeries Access for Windows downloadable from the Internet somewhere? thanks.
August 25, 2006 at 9:56 am
THe problem still happens even though Excel is now installed successfully. It must be security.
I can successfully manually run the DTS package while logged into the server as myself...
February 17, 2006 at 1:49 pm
I was wrong. Excel was installed on the served, but with an error. If you try to start it manually, it returns an error. I will get that resolved and...
February 16, 2006 at 12:47 pm
I'm having the same problem. I've tried all suggestions (cast as varchar(100)and recreating the linked server. Any further suggestions? thanks.
February 2, 2006 at 2:10 pm
This example ActiveX task VBscript does a check of the database using OPENQUERY. Note that it requires an ODBC DSN defined having the same name for each Progress database. This...
November 18, 2005 at 9:57 am
Thanks much for the script, especially your version. I could easily do a TSQL WHILE loop to have it create each file. However, my main concern is to format the excel files...
October 19, 2005 at 7:35 pm
We do use the Merant 3.7 driver. The "Read Uncommitted" is checked. However, it's useful to know that does indeed make a difference. I always selected it just in case.
I changed the...
October 18, 2005 at 12:45 pm
Thanks for the tips. I'll try them.
One work around seems to be to not use SELECT *, but rather SELECT field1, field3, etc. For testing, I used * because the test...
March 1, 2005 at 8:47 am
Viewing 15 posts - 31 through 45 (of 79 total)