Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-05-15 : 08:41:38
|
| Nirmal writes "We have several branches at different-2 locations.Earlier we were using Access database, So at HO we could easily locate the database of branches and could access the database.Is it possible the same thing in SQL Server database?What is the method of Export/Import of database from a different Computer to different Computer?" |
|
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2006-05-15 : 09:04:08
|
| Yes its possible using the client tools like Enterprise manager or Query Analyser you can access any database.. using the connection string .. Checkout for DTS (Data Transformation Service).. which can be use to migrate data from one server to other serverIf Debugging is the process of removing Bugs then i Guess programming should be process of Adding them. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-05-15 : 09:26:17
|
| Also read about Linked servers in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|