We use a single database in SQL Server 2005 and the size is around 190 GB. We plan to spilt the database in following methods;
1. single instance multiple database without synonyms
2. single instance multiple database with synonyms
3. multiple instance multiple database
Need inputs on the below queries:
Which best method we can go for?
Pros and Cons of each method?
Related help links/guides to split the database in the above types?