Viewing 15 posts - 1 through 15 (of 15 total)
Advanced options in the transform button will offer the option to first remove records in the existing table prior to the import.
July 5, 2004 at 7:15 am
I am sort of building a packaged app. The issue is that it still needs to be user friendly, not used by programmers or DBA's. But it needs to be...
June 29, 2004 at 11:19 am
my best solution is still to create a stored procedure that creates this file. My reason is this. In this process a cleanup of data is first performed. Then at...
June 29, 2004 at 9:11 am
All processing of monthly data is automated. Right now the import and export of files is still manual. And mistakes made delay reporting processing. So I am trying to automate...
June 29, 2004 at 7:44 am
I just found the problem. I added the delimiters [] to the table name. It did not like this. But without them it works fine.
June 25, 2004 at 8:47 am
I now find this problem with changing the name. The filname is altered just fine. The table structure is fine. The indexes are lost. But worse yet the data count...
June 25, 2004 at 6:39 am
Then entire process may need to run over. (sometimes they correct the monthly data after sending reports) But when I try to use the same syntax you suggested I get...
June 22, 2004 at 3:54 pm
thanks. that is what I was looking for. Can't use one table. The idea is scripts recreate all data for the report from the three base tables. I would need...
June 22, 2004 at 3:07 pm
Not really what I need to do. What is needed is to create a complete set of monthly data with the same table names adding the date to the table...
June 22, 2004 at 2:21 pm
Thanks for a good answer and good directions to be following.
May 24, 2004 at 6:32 am
This works (with a few minor field name changes) issue was [Report 1] table is to be updated, This report table does not have the storename field. Report1 (a work...
May 24, 2004 at 5:58 am
I would love to see a better way! This project requires determining 8 different rankings for the Wal-Mart stores. In this sample, I worked out the updates without nesting cursors. ...
May 24, 2004 at 4:15 am
This query takes 15 minutes to execute. QA works fine. I have set the connection to 0 and the ODBC timeout to 0... still it's a no go. The problem...
April 29, 2004 at 11:11 am
Viewing 15 posts - 1 through 15 (of 15 total)