DB resign tool

Hi All,

We are redesigning the our database due to performance issues. Is there any tool which helps us to provide insight of whats wrong in our DB structure.

Please provide your valuable suggestions for DB redisign

July 30th, 2015 9:48am

Please post your issue in Database Design forum.
Free Windows Admin Tool Kit Click here and download it now
July 31st, 2015 1:17am

Hi DBALearner,

What performance issues do you get? Could you please share us some examples?

In addition, in SQL Server, you can use Database Engine Tuning Advisor tool to tune the physical design of your database. Database Engine Tuning Advisor uses a representative workload in the form of a Transact-SQL script, a trace file, or a trace table, to analyze the effects of running that workload on databases that have been selected for tuning.

After consuming the workload, Database Engine Tuning Advisor produces a recommended configuration of physical database design structures to improve performance for the workload that was tuned. For more details, please review this article.



Thanks,
Lydia

July 31st, 2015 2:47am

Hello,

No tool can guess your Business logic and requirements for the database design. But if you are going to re-engineer your DB design then I like to suggest to use SSDT = SQL Server Database Tools for this; see Download Latest SQL Server Data Tools

Free Windows Admin Tool Kit Click here and download it now
July 31st, 2015 2:50am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics