dbTalk Databases Forums  

sql dump

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss sql dump in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
johnhitashi@gmail.com
 
Posts: n/a

Default sql dump - 11-05-2007 , 05:07 AM






Hi all,

I have sql server 2005 express edition installed. i want to
take a backup of sql database Using the sql management studio, under
tools, in tasks, i see a backup option , but this backup is in binary
format.. i wanted to know is there a way to take sql database backup
in text format.. & also i want to compare the databases in same sql
server 2005 server.. Is there any sql delta tool for this.. please do
guide me with appropriate links, documents.. how can i do these...

Thanks in Advance


Reply With Quote
  #2  
Old   
Greg D. Moore \(Strider\)
 
Posts: n/a

Default Re: sql dump - 11-05-2007 , 06:04 AM






<johnhitashi (AT) gmail (DOT) com> wrote

Quote:
Hi all,

I have sql server 2005 express edition installed. i want to
take a backup of sql database Using the sql management studio, under
tools, in tasks, i see a backup option , but this backup is in binary
format.. i wanted to know is there a way to take sql database backup
in text format..
Not easily. You can script through and do some form of BCP of each table to
a file.
However, you can't guarantee a consistent backup this way unless you stop
ALL updates to the database while you perform the backup.


Quote:
& also i want to compare the databases in same sql
server 2005 server.. Is there any sql delta tool for this.. please do
guide me with appropriate links, documents.. how can i do these...

Google for that, there's definitely some commercial and probably some
freeware solutions out there.


Quote:
Thanks in Advance



--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html




Reply With Quote
  #3  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: sql dump - 11-05-2007 , 04:53 PM



(johnhitashi (AT) gmail (DOT) com) writes:
Quote:
I have sql server 2005 express edition installed. i want to
take a backup of sql database Using the sql management studio, under
tools, in tasks, i see a backup option , but this backup is in binary
format.. i wanted to know is there a way to take sql database backup
in text format..
The nature of a backup is such that it is not meaningful to have a
text format for it. The purpose of a backup is make it possible to
restore a consistent version of the database in case of a disaster.

Quote:
& also i want to compare the databases in same sql
server 2005 server.. Is there any sql delta tool for this.. please do
guide me with appropriate links, documents.. how can i do these...
Goto http://www.red-gate.com/ and have a look at SQL Compare and SQL Data
Compare.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
  #4  
Old   
darek
 
Posts: n/a

Default Re: sql dump - 11-05-2007 , 10:02 PM




Quote:
i want to compare the databases in samesqlserver2005server.. Is there anysqldelta tool for this..
AlfaAlfa's SQL Server Comparison Tool (SCT) - www.sql-server-tool.com
- can check the schema differences between two databases, as well as
it can compare data between databases.

Comparison "sessions" can be saved and re-played later without need of
re-entering the parameters. Command line parameter can be used to
fully automate comparisons.

SCT works with SQL Server 2005, 2000 and 7.0 and between these
versions. SCT has 30 days of free evaluation period, which can be
extended to 90 days.


Dariusz Dziewialtowski.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.