أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
IN SQL server :By using SQL server integration service and create a package to import data from any database engine to SQL server
if the same db is on both side, then simple exp/imp is the easiest way. if two different dbs then if the exported file is a txt file then it can easily be iported in the target db, if not a txt file then there r severl other ways..
PHPMyAdmin is a simple way to import data from a MySQL database into your DBs.
1) What database are you importing into ?
2) What is the format of the data that you want to import?