Home All Groups Group Topic Archive Search About

validate data of target database against source database structure..How?



Author
29 May 2005 1:09 PM
sonny singh via SQLMonster.com
Hi All

I need to

- Validate Data from target Database against source Database
Structure before upgrade target database from source database.

I would like have advise on it that which would be the ideal method to do
this process??


Thanx in advance

Author
29 May 2005 2:00 PM
Hari Prasad
Hi,

SQLCompare is great utility to compare and vaidate data structure and data.
This product is from Redgate software.

http://www.red-gate.com/SQL_Compare.htm

Thanks
Hari
SQL Server MVP

Show quoteHide quote
"sonny singh via SQLMonster.com" <forum@nospam.SQLMonster.com> wrote in
message news:9dafd28b7cd1437bbecb36b8c2a01a1e@SQLMonster.com...
> Hi All
>
> I need to
>
> - Validate Data from target Database against source Database
> Structure before upgrade target database from source database.
>
> I would like have advise on it that which would be the ideal method to do
> this process??
>
>
> Thanx in advance
Are all your drivers up to date? click for free checkup

Author
30 May 2005 11:47 AM
Wayne Snyder
Definitely Red Gate... It's not too expensive either.

--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)

I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org

Show quoteHide quote
"sonny singh via SQLMonster.com" <forum@nospam.SQLMonster.com> wrote in
message news:9dafd28b7cd1437bbecb36b8c2a01a1e@SQLMonster.com...
> Hi All
>
> I need to
>
> - Validate Data from target Database against source Database
> Structure before upgrade target database from source database.
>
> I would like have advise on it that which would be the ideal method to do
> this process??
>
>
> Thanx in advance
Author
30 May 2005 1:43 PM
mark baekdal
I would create a copy of my target database.
Do a comparison and synchronization between the source and target databases
recording the delta script.
All you need is the tool to do it. DB Ghost (htt6p://www.dbghost.com) is the
only tool that can say the delta script it produces always works this is due
to the way it creates it.

A quote from RedGates SQL Compare

Q:
The script that SQL Compare generates doesn't work. Why not?

A:
Although the scripts that SQL Compare generates work 99% (my analysis puts
this figure much lower although it does depend on your environment and I
cannot see how this figure could ever be correct) of the time, they are only
meant as a starting point.
You may have to do some tweaking of the scripts before running them.
Also, make sure you test them and backup any databases before running them.
If you find a situation in which SQL Compare does not work, please let us
know.

My analysis: Why get something that doesn't always work.

Show quoteHide quote
"sonny singh via SQLMonster.com" wrote:

> Hi All
>
> I need to
>
> - Validate Data from target Database against source Database
> Structure before upgrade target database from source database.
>
> I would like have advise on it that which would be the ideal method to do
> this process??
>
>
> Thanx in advance
>
Author
31 May 2005 1:09 PM
sonny singh via SQLMonster.com
Hi Folks

Thanx for your thoughts.. I do not want to use third party software guys..
please help me to find other method using scripts...

regards

--
Message posted via http://www.sqlmonster.com

Bookmark and Share