|
-
Sep 7th, 2000, 12:50 AM
#1
Thread Starter
Member
Hello
When i used access i could easly make a buckup file to my database (with *.mdb file).
And i could easly make a buckup table in any database.
I have no idea how to do it with Sql Server.
How to do it? any info will help
Thanks!!
Namo.
-
Sep 7th, 2000, 02:58 AM
#2
Fanatic Member
Are you using SQL 6.5 or SQL 7.0 ?
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Sep 7th, 2000, 03:42 AM
#3
Thread Starter
Member
-
Sep 7th, 2000, 03:51 AM
#4
Fanatic Member
Ok Then
First of all, open up enterptise manager. Expand the server and go down to and expand managment, then right click on backup and click on create new backup device. type in the name you want to call it, then click OK. Then right click the device on the right hand pane and fill out the form. click ok and hey presto your back up is now done.
Ian
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Sep 8th, 2000, 02:25 AM
#5
Thread Starter
Member
Thanks Lan
But how can i make a buckup (file) and transfer it to other computer with Sql Server...
You know what i mean>? in access i can copy *.mdb file and take it to any comp with access and copy all DB... how can i do it with sql server?
Please let me know.
Thanks alot!!
Namo.
-
Sep 8th, 2000, 02:38 AM
#6
Fanatic Member
is the other server on the same network ?
ian
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Sep 8th, 2000, 03:13 AM
#7
Thread Starter
Member
-
Sep 8th, 2000, 03:44 AM
#8
Fanatic Member
What I mean is you have two computers running two different SQL server's and you want to copy a database from one computer to the next. Am I right in saying that? if so can the two computers talk to each other through a network ?
ian
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Sep 8th, 2000, 08:09 AM
#9
Thread Starter
Member
Yes , two computers running two different SQL server's and i want to copy a database from one computer to the next.. they CANNOT connect via server..
-
Sep 10th, 2000, 02:30 PM
#10
Thread Starter
Member
Any idea how to do it? is it possible?
-
Sep 11th, 2000, 03:21 AM
#11
Fanatic Member
Hi Namo
sorry about the delay, I forgot all about this thread.
this is a bit of a dirty way of doing it but it does the job.
First of all make a blank access database (name it what ever you like). Next,open up enterprise manager and right click the database you wany to copy. Go to all tasks and click on export database. Follow the wizard and when it says "where do you want to copy to", select access, then select the blank database you have just created. Select all tables then finish. This will copy all you tables and data into the access database. Next, take that database other to your other machine and fire up enterprise manager and create a new blank database. Right click it, all tasks, import data. Follow the wizard and use the access database as the copy from.
Right, now you have the database with all the tables and the field's, but there isn't any primary key's, relationship's, stored procedures etc. etc. If you have some of these things follow the next step
Go back to your original machine, right click the database, all tasks, generate SQL scripts. Deselect Script all objects, and select all options apart from all Table's and anything you have not got on your database. run these script's on your other machine using the query analyser, and providing you have named the database the same, it will make all the above mentioned
Hope this helps
Ian
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Sep 11th, 2000, 03:35 AM
#12
Thread Starter
Member
Thanks alot , nice ideas.
Thanks again
Namo.
-
Sep 11th, 2000, 05:55 AM
#13
Hyperactive Member
Lan
LOL - Ian, that was so subtle I don't think anyone noticed it ! Maybe you should change your signature permanently.
That's Mr Mullet to you, you mulletless wonder.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|