macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Access to SQL Server

Subject: Re: Access to SQL Server
From: "paross1" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 11 Sep 2007 15:56:56 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

Why don't you just import your Access database into SQL Server using DTS, then 
just delete the data by using TRUNCATE TABLE [i]tablename[/i]? Of course, you 
will have to manually transform any autonumber PK fields in Access to IDENTITY 
fields in SQL Server, and re-create any FK constraints, etc.

 Phil


<Prev in Thread] Current Thread [Next in Thread>