Viewing 11 posts - 61 through 71 (of 71 total)
May 25, 2004 at 9:28 am
I think the asterisk is the problem. Try :
DELETE FROM <TABLE> where <conditions>
May 24, 2004 at 4:35 pm
Get a copy of Client Express Toolkit (FREE) to see some samples of executing Select statements against a DB2 database.
May 24, 2004 at 8:46 am
Select <fieldname1>, <fieldname-n> from [Servername].<DatabaseName>.<LibararyName>.<TableName> where <conditions>
Best of luck.
May 21, 2004 at 2:06 pm
The Client Access Express driver should work, as long as the AS/400 is using the same version ( could be up to V5R3M0 ).
Set up a valid DSN using the...
May 21, 2004 at 10:45 am
Wouldn't the logins be lost in this process?
May 13, 2004 at 12:42 pm
Try this snippet:
EXEC msdb.dbo.sp_get_composite_job_info NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL
April 26, 2004 at 10:48 am
Thank for the assitance. However, I'm not getting the first record back in a member's history if there is more than 1 record in a member's history
April 12, 2004 at 12:07 pm
The package you are attempting to open may have been created with a later version of DTS. Try installing the client tools for SQL Server 2000 abd try again.
January 7, 2004 at 1:46 pm
Try adding the port number to the connection string.
January 7, 2004 at 10:04 am
Viewing 11 posts - 61 through 71 (of 71 total)