Re: Querying multiple databases = multiple sets of sprocs?
From: Mike John (Mike.John_at_knowledgepool.spamtrap.com)
Date: 07/24/04
- Next message: David Portas: "Re: query help please..."
- Previous message: Steve Kass: "Re: Normalisation Query"
- In reply to: xs: "Querying multiple databases = multiple sets of sprocs?"
- Next in thread: David Portas: "Re: Querying multiple databases = multiple sets of sprocs?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 24 Jul 2004 08:11:33 +0100
If your design requires many databases with the same table structure I would think again. If you have procedures in each database that "should" be the same you will be creating something very difficult to maintain. With "hundreds to thousands" of separate databases change control, and backup/recovery will all get extremely difficult!
Why do want/need so many dbs??
Mike John
"xs" <blizzardstorm8899@yahoo.com.sg> wrote in message news:%23iuegQUcEHA.2504@TK2MSFTNGP12.phx.gbl...
> Hi All,
>
> I am going to create lots of databases. At the mean time I don't know how
> many are there. In could be hundreds to thousands. I am creating an ASP.Net
> application to access these database using sprocs. Should I create a set of
> sprocs for each database or create only 1 set and execute it from a main
> database for easier maintainability?
>
>
>
- Next message: David Portas: "Re: query help please..."
- Previous message: Steve Kass: "Re: Normalisation Query"
- In reply to: xs: "Querying multiple databases = multiple sets of sprocs?"
- Next in thread: David Portas: "Re: Querying multiple databases = multiple sets of sprocs?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|