dbTalk Databases Forums  

Please Help me

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Please Help me in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Govada
 
Posts: n/a

Default Please Help me - 06-16-2004 , 11:53 PM






Hi ,

I have 10 Client's sql server databases residing on different systems. Now
I want to Pull data from all the 10 database into one Consolidated sql
server Database.
What is the technology that I should use??

Please Help me


Thanks in advance..

Regards
Srinivas Govada



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Please Help me - 06-17-2004 , 12:18 AM






There are a variety of things you can do.

You could use Replication
You can use DTS
You can use straight TSQL


There will be a lot of planning involved whichever you choose.

Are these 10 * the same database just different information?
Are these 10 * different schema and you want to make something akin to a
data warehouse.



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Govada" <sgovada (AT) stcroixsystems (DOT) com> wrote

Quote:
Hi ,

I have 10 Client's sql server databases residing on different systems. Now
I want to Pull data from all the 10 database into one Consolidated sql
server Database.
What is the technology that I should use??

Please Help me


Thanks in advance..

Regards
Srinivas Govada





Reply With Quote
  #3  
Old   
Govada
 
Posts: n/a

Default Re: Please Help me - 06-17-2004 , 01:55 AM



Hi ,
All these databases(10) have same schema. How ever data is different. I need
to consolidate all database for datawarehouse.

Regards
Srinivas Govada


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
There are a variety of things you can do.

You could use Replication
You can use DTS
You can use straight TSQL


There will be a lot of planning involved whichever you choose.

Are these 10 * the same database just different information?
Are these 10 * different schema and you want to make something akin to a
data warehouse.



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Govada" <sgovada (AT) stcroixsystems (DOT) com> wrote in message
news:uosgVcCVEHA.1048 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi ,

I have 10 Client's sql server databases residing on different systems.
Now
I want to Pull data from all the 10 database into one Consolidated sql
server Database.
What is the technology that I should use??

Please Help me


Thanks in advance..

Regards
Srinivas Govada







Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Please Help me - 06-17-2004 , 02:09 AM



Then my original suggestion stands.

You can consolidate all data using any of these methods. My preference
would be to use DTS but that's me.

Is the data split i.e. site 1 can only see their data/make changes to their
data?

The implementation is too big for a NG post but you will need to initially

1. Load all data for all sites/de-duplicating/scrubbing into the
consolidated DB
2. Monitor changes are each site
3. Replicate (and I use that word meaning to duplicate not in reference to
SQL Server replication) those changes to the consolidated DB
4. Work out if you will therefore need to replicate those changes across
ALL sites.

Replication will handle a lot of this for you as it can handle the changes
and the conflicts but requires implemntation knowledge i.e. an extra
attribute will be added to your entities and you need to understand the
conflict resolution models as well.

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Govada" <sgovada (AT) stcroixsystems (DOT) com> wrote

Quote:
Hi ,
All these databases(10) have same schema. How ever data is different. I
need
to consolidate all database for datawarehouse.

Regards
Srinivas Govada


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:uo91omCVEHA.3280 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
There are a variety of things you can do.

You could use Replication
You can use DTS
You can use straight TSQL


There will be a lot of planning involved whichever you choose.

Are these 10 * the same database just different information?
Are these 10 * different schema and you want to make something akin to a
data warehouse.



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Govada" <sgovada (AT) stcroixsystems (DOT) com> wrote in message
news:uosgVcCVEHA.1048 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi ,

I have 10 Client's sql server databases residing on different systems.
Now
I want to Pull data from all the 10 database into one Consolidated sql
server Database.
What is the technology that I should use??

Please Help me


Thanks in advance..

Regards
Srinivas Govada









Reply With Quote
  #5  
Old   
Govada
 
Posts: n/a

Default Re: Please Help me - 06-17-2004 , 03:45 AM



Thanks for the reply..

I will try using above solution and get back for futher clarification


Thanks once again

with regards
Srinivas Govada


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Then my original suggestion stands.

You can consolidate all data using any of these methods. My preference
would be to use DTS but that's me.

Is the data split i.e. site 1 can only see their data/make changes to
their
data?

The implementation is too big for a NG post but you will need to initially

1. Load all data for all sites/de-duplicating/scrubbing into the
consolidated DB
2. Monitor changes are each site
3. Replicate (and I use that word meaning to duplicate not in reference
to
SQL Server replication) those changes to the consolidated DB
4. Work out if you will therefore need to replicate those changes across
ALL sites.

Replication will handle a lot of this for you as it can handle the changes
and the conflicts but requires implemntation knowledge i.e. an extra
attribute will be added to your entities and you need to understand the
conflict resolution models as well.

--

----------------------------

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Govada" <sgovada (AT) stcroixsystems (DOT) com> wrote in message
news:%23E5nVgDVEHA.3420 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Hi ,
All these databases(10) have same schema. How ever data is different. I
need
to consolidate all database for datawarehouse.

Regards
Srinivas Govada


"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:uo91omCVEHA.3280 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
There are a variety of things you can do.

You could use Replication
You can use DTS
You can use straight TSQL


There will be a lot of planning involved whichever you choose.

Are these 10 * the same database just different information?
Are these 10 * different schema and you want to make something akin to
a
data warehouse.



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Govada" <sgovada (AT) stcroixsystems (DOT) com> wrote in message
news:uosgVcCVEHA.1048 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi ,

I have 10 Client's sql server databases residing on different
systems.
Now
I want to Pull data from all the 10 database into one Consolidated
sql
server Database.
What is the technology that I should use??

Please Help me


Thanks in advance..

Regards
Srinivas Govada











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.