there is a project which has got a dababase .. in sql server .. i neeed to import the database into sql server .. before running the project .. how do i do this ??
importing a database into ms sql server
Collapse
X
-
Tags: None
-
-----Originally posted by fresher0021there is a project which has got a dababase .. in sql server .. i neeed to import the database into sql server .. before running the project .. how do i do this ??
Where are you importing the database from? There are several options depending on the platform. You could backup and restore, detach and attach or use Data Transformation Services. All that depends on whether you're geting the data from another sql server, an oracle server, a flat file or etc....
ammieComment
Comment