Click here to Skip to main content
16,011,685 members
Home / Discussions / Database
   

Database

 
GeneralRe: Moving a database from one server to another Pin
KreativeKai5-Sep-06 8:47
professionalKreativeKai5-Sep-06 8:47 
GeneralRe: Moving a database from one server to another Pin
Paul Conrad5-Sep-06 8:59
professionalPaul Conrad5-Sep-06 8:59 
GeneralRe: Moving a database from one server to another Pin
KreativeKai5-Sep-06 9:05
professionalKreativeKai5-Sep-06 9:05 
GeneralRe: Moving a database from one server to another Pin
Not Active5-Sep-06 8:47
mentorNot Active5-Sep-06 8:47 
GeneralRe: Moving a database from one server to another Pin
KreativeKai5-Sep-06 9:05
professionalKreativeKai5-Sep-06 9:05 
QuestionCannot import Japanese text Pin
VaibhavJ5-Sep-06 5:42
VaibhavJ5-Sep-06 5:42 
AnswerRe: Cannot import Japanese text Pin
Member 965-Sep-06 6:49
Member 965-Sep-06 6:49 
GeneralRe: Cannot import Japanese text Pin
VaibhavJ5-Sep-06 19:47
VaibhavJ5-Sep-06 19:47 
Hi John,

Thanks for your prompt reply. As per your suggestion I executed bcp command in the command prompt.

URL referred :
http://www.databasejournal.com/features/mssql/article.php/3391761

First I used following command to export data from source table in SQL 2000 database table to a .bcp file

[DatabaseName].dbo.[tablename] out c:\file1.bcp -n -S[servername] -U[username] -P[password]

Next I used following command to import data to the target table on SQL 2005
database

[DatabaseName].dbo.[tablename] out c:\file1.bcp -n -S[servername] -U[username] -P[password]

But it looks to me as if I need to write as many statements to export/import data for as many tables.

Anyway, thanks again for your valuable suggestions as it gave me right direction.Smile | :)

Thanks & regards,
Vaibhav


Question@@identity Pin
yazan_zahi5-Sep-06 2:46
yazan_zahi5-Sep-06 2:46 
AnswerRe: @@identity Pin
Colin Angus Mackay5-Sep-06 3:05
Colin Angus Mackay5-Sep-06 3:05 
AnswerRe: @@identity Pin
SeMartens5-Sep-06 3:10
SeMartens5-Sep-06 3:10 
QuestionProblem in database entry Pin
lucluv5-Sep-06 2:33
lucluv5-Sep-06 2:33 
AnswerRe: Problem in database entry Pin
Colin Angus Mackay5-Sep-06 3:06
Colin Angus Mackay5-Sep-06 3:06 
GeneralRe: Problem in database entry Pin
lucluv5-Sep-06 3:59
lucluv5-Sep-06 3:59 
GeneralRe: Problem in database entry Pin
Colin Angus Mackay7-Sep-06 8:47
Colin Angus Mackay7-Sep-06 8:47 
QuestionGet time part Pin
Vipul Mehta5-Sep-06 1:17
Vipul Mehta5-Sep-06 1:17 
AnswerRe: Get time part Pin
Eric Dahlvang5-Sep-06 5:03
Eric Dahlvang5-Sep-06 5:03 
QuestionCreating a Trusted Sub-System for a Biztalk Database Pin
bensalins4-Sep-06 23:05
bensalins4-Sep-06 23:05 
Questiontow stored procedure Pin
yazan_zahi4-Sep-06 23:00
yazan_zahi4-Sep-06 23:00 
AnswerRe: tow stored procedure Pin
_AK_4-Sep-06 23:19
_AK_4-Sep-06 23:19 
GeneralRe: tow stored procedure Pin
yazan_zahi4-Sep-06 23:26
yazan_zahi4-Sep-06 23:26 
GeneralRe: tow stored procedure Pin
_AK_5-Sep-06 3:16
_AK_5-Sep-06 3:16 
QuestionSet field to "Allow Zero Length" Pin
myNameIsRon4-Sep-06 22:36
myNameIsRon4-Sep-06 22:36 
QuestionWrite XML File Using SQL Server 2000 Pin
FriendlySoluations4-Sep-06 21:41
FriendlySoluations4-Sep-06 21:41 
AnswerRe: Write XML File Using SQL Server 2000 Pin
Marek Grzenkowicz4-Sep-06 22:55
Marek Grzenkowicz4-Sep-06 22:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.