![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
#3
| |||
| |||
|
|
Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
#4
| |||
| |||
|
|
Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
#5
| |||
| |||
|
|
If you want all the tables and data then why not simply do a backup. You can then restore that to another server and you will have everything. -- Andrew J. Kelly SQL MVP "Stanko Milosev" <stanko@-no-s-pa-mmilosev.co.yu> wrote in message news:%23rAQatfEFHA.2508 (AT) TK2MSFTNGP09 (DOT) phx.gbl... Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
#6
| |||
| |||
|
|
We need data to be transfered, smallest possible, because connections here are terrible, so that remote transfer be fastest as possible. Thank you, once again, for your time, Stanko. "Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message news:#MSG4BhEFHA.936 (AT) TK2MSFTNGP12 (DOT) phx.gbl... If you want all the tables and data then why not simply do a backup. You can then restore that to another server and you will have everything. -- Andrew J. Kelly SQL MVP "Stanko Milosev" <stanko@-no-s-pa-mmilosev.co.yu> wrote in message news:%23rAQatfEFHA.2508 (AT) TK2MSFTNGP09 (DOT) phx.gbl... Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
#7
| |||
| |||
|
|
We need data to be transfered, smallest possible, because connections here are terrible, so that remote transfer be fastest as possible. Thank you, once again, for your time, Stanko. "Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message news:#MSG4BhEFHA.936 (AT) TK2MSFTNGP12 (DOT) phx.gbl... If you want all the tables and data then why not simply do a backup. You can then restore that to another server and you will have everything. -- Andrew J. Kelly SQL MVP "Stanko Milosev" <stanko@-no-s-pa-mmilosev.co.yu> wrote in message news:%23rAQatfEFHA.2508 (AT) TK2MSFTNGP09 (DOT) phx.gbl... Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
#8
| |||
| |||
|
|
One compromise is to conduct a SQL backup to a file, then zip it with the Maximum option. This may be the best approach. There's a high degree of compression that can be realized. Michael "Stanko Milosev" <stanko@-no-s-pa-mmilosev.co.yu> wrote in message news:euVXpQhEFHA.3416 (AT) TK2MSFTNGP09 (DOT) phx.gbl... We need data to be transfered, smallest possible, because connections here are terrible, so that remote transfer be fastest as possible. Thank you, once again, for your time, Stanko. "Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message news:#MSG4BhEFHA.936 (AT) TK2MSFTNGP12 (DOT) phx.gbl... If you want all the tables and data then why not simply do a backup. You can then restore that to another server and you will have everything. -- Andrew J. Kelly SQL MVP "Stanko Milosev" <stanko@-no-s-pa-mmilosev.co.yu> wrote in message news:%23rAQatfEFHA.2508 (AT) TK2MSFTNGP09 (DOT) phx.gbl... Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
#9
| |||
| |||
|
|
I asked about backup, but I get answer that still database is too big, and it take to long to be sent, is there maybe another way? Stanko. "Michael Clifford" <mjclifford (AT) hotmail_nospam (DOT) com> wrote in message news:#AJSNWpEFHA.2608 (AT) TK2MSFTNGP10 (DOT) phx.gbl... One compromise is to conduct a SQL backup to a file, then zip it with the Maximum option. This may be the best approach. There's a high degree of compression that can be realized. Michael "Stanko Milosev" <stanko@-no-s-pa-mmilosev.co.yu> wrote in message news:euVXpQhEFHA.3416 (AT) TK2MSFTNGP09 (DOT) phx.gbl... We need data to be transfered, smallest possible, because connections here are terrible, so that remote transfer be fastest as possible. Thank you, once again, for your time, Stanko. "Andrew J. Kelly" <sqlmvpnooospam (AT) shadhawk (DOT) com> wrote in message news:#MSG4BhEFHA.936 (AT) TK2MSFTNGP12 (DOT) phx.gbl... If you want all the tables and data then why not simply do a backup. You can then restore that to another server and you will have everything. -- Andrew J. Kelly SQL MVP "Stanko Milosev" <stanko@-no-s-pa-mmilosev.co.yu> wrote in message news:%23rAQatfEFHA.2508 (AT) TK2MSFTNGP09 (DOT) phx.gbl... Greetings from Serbia, as subject saids, does anyone had expirience with it? I need to find a way to export a database, with all tables, and relations if it is possible to a one or more txt files. This is my first task in this new company (http://www.netcomp.co.yu/) and only idea which I have to export table by table to txt file. Thank you in advance, Stanko. |
![]() |
| Thread Tools | |
| Display Modes | |
| |