|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
New Schema DesignHello,
Not sure if this is the correct forum, however; I am looking for any help or tool to assist in designing a new schema. I have been tasked to a take an existed db with a bad design and improve it on a SQL 2005 ent box. I am not familiar with the old schema; I found a stored procedure to spit out a table schema is there anything that will do that for a whole db? What is the best way to approach this? I understand the basics of integrity, constrainsts, etc. I would like to know how some of you would take this on. Thanks, Hi,
You can use 3rd party tools to do Schema Design, that let you do all the details and then generate the schema on the database. You can also use Microsoft Viso Database Edition to do the similar thing. In addition in SQL Server Database Diagram function to generate a new schema and plot out the old schema. Hope that helps :). -- Show quoteHide quoteMohit K. Gupta B.Sc. CS, Minor Japanese MCITP: Database Administrator MCTS: SQL Server 2005 http://sqllearnings.blogspot.com/ "Hulicat" wrote: > Hello, > Not sure if this is the correct forum, however; I am looking for any > help or tool to assist in designing a new schema. > > I have been tasked to a take an existed db with a bad design and > improve it on a SQL 2005 ent box. > > I am not familiar with the old schema; I found a stored procedure to > spit out a table schema is there anything that will do that for a > whole db? > > What is the best way to approach this? > > I understand the basics of integrity, constrainsts, etc. > > I would like to know how some of you would take this on. > > Thanks, > Hulicat (dennis_A_wh***@yahoo.com) writes:
Show quoteHide quote > Not sure if this is the correct forum, however; I am looking for any I would prefer to use a real data-modelling tool like PowerDesigner> help or tool to assist in designing a new schema. > > I have been tasked to a take an existed db with a bad design and > improve it on a SQL 2005 ent box. > > I am not familiar with the old schema; I found a stored procedure to > spit out a table schema is there anything that will do that for a > whole db? > > What is the best way to approach this? > > I understand the basics of integrity, constrainsts, etc. > > I would like to know how some of you would take this on. or ErWin, but that is because I'm used it. (More exactly to PowerDesigner.) But there is an apparent problem with these products: the price tag. You can create database diagrams in Mgmt Studio, but those are too thin for my taste. Red Gate's SQL Doc may be a better option. It's not a full-fledged modelling tool, but it's a lot chaper. -- Erland Sommarskog, SQL Server MVP, esq***@sommarskog.se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Other interesting topics
How do I shrink or drop a transaction log and still be able to do backup and recovery
SSMS 2008 Registered Server problem Why I cannot see log in Management Studio log file viewer? SSIS Problem SQL Server Agent Not Available in SSMS 2005 Object explorer connect to AS via management studio Visual differentiation by environement in SQL Server Management Studio SQLIOSim (Virtual Protect Errors) Escape Template Parameters Escape Template Parameter |
|||||||||||||||||||||||