Re: How to import mysql data into SQL Server 2000 ?
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 05/27/04
- Next message: Rand Boyd [MSFT]: "Re: SQL Server startup"
- Previous message: Rand Boyd [MSFT]: "Re: How do people use SQL in Win authenticated mode only?"
- In reply to: .: "How to import mysql data into SQL Server 2000 ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 19:15:39 +0530
Hi,
That is actually a dump file of MYSQL. You cant use that in SQL Server
directly. Ways to transfer data from MYSQL to SQL server is given below:-
1. DTS
2. Generated comma seperated text file in MYSQL and use BCP IN / to load it.
Better and easiest option is to use DTS to copy data between
Thanks
Hari
MCDBA
<.> wrote in message news:OWZ8OZ5QEHA.2404@TK2MSFTNGP09.phx.gbl...
> Hi all,
>
> I have a *.sql backup file, is there any method to import the backup into
> SQL Server 2000 ? I cannot open it in the SQL Query Analyzer.
>
> Thanks a lot !
>
>
- Next message: Rand Boyd [MSFT]: "Re: SQL Server startup"
- Previous message: Rand Boyd [MSFT]: "Re: How do people use SQL in Win authenticated mode only?"
- In reply to: .: "How to import mysql data into SQL Server 2000 ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|