Kevin,
Thanks very much. This sounds exactly what I need. If I can implement it,
it will literally save me months of work recreating the data that I already
have, data that may only need some reformatting.
I have a MSDN Universal subscription and SQL Server 2000 and SQL Server 2000
Developer Edition is included. I have found out that the DTS can be
deployed into a MSDE environment but it is not supported by MSDE. I believe
that I may only need the Import / Export Wizard but I do not know if that
Wizard is considered deployment, probably not.
Would you know if I could install the SQL Server Developer Edition on my PC
and use it like I am currently using MSDE (MS SQL Desktop Engine). After I
installed Visual Studio.Net, I downloaded and installed MSDE because it
seemed to be a simple and sufficient database environment. If the SQL
Server Developer Edition would create the same or similar environment on my
PC (without the requirement to have a separate server), it might be that my
answer is to simply install SQL Server Developer Edition and use it instead
of MSDE and use then use the supported and included DTS to copy my MS Access
data.
Since this is getting into more SQL questions than VS.Net, do you know a
good Newsgroup for me to ask these questions?
Thanks a great deal you have helped a great deal and have given me real
hope. This seems so close and possible that I must follow up on it. DTS
sounds like it will save me months of work effort recreating existing data.
hugh
[quoted text, click to view] "Kevin Yu [MSFT]" <v-kevy@online.microsoft.com> wrote in message
news:HXXY9z8oFHA.3120@TK2MSFTNGXA01.phx.gbl...
> Hi Hugh,
>
> First of all, I would like to confirm my understanding of your issue. From
> your description, I understand that you need to transfer data from Access
> 2000 to MSDE database. If there is any misunderstanding, please feel free
> to let me know.
>
> As far as I know, MSDE doesn't support SqlXML. So we cannot get Xml data
> to
> MSDE directly. It would require us to write addition code to do the data
> trasfer, that is to read table data from Access, save it to the DataSet
> and
> then insert them to the MSDE table.
>
> So in this case, I suggest you use the Data Transformation Service (DTS).
> You can create a DTS package on a machine that has SQL Client tools and
> run
> it on your machine. Also, you can transfer data directly using the DTS
> tool
> from Access to MSDE instance. For more information of DTS, please check
> the
> following link:
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtssql/dts_
> basic_5zg3.asp
>
> HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>