generate database to word with sql 2005

Last post 10-09-2008 1:05 PM by moh_hassan20. 3 replies.
Page 1 of 1 (4 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 10-06-2008 1:43 AM

    generate database to word with sql 2005

    Hi all,

    i am still new in sql. i want to generate database in sql 2005 :

    · Table Column Details
    · Indexes
    · Views
    · Stored Procedures
    · Functions Confused
    · Triggers
    · Primary Keys
    · Foreign Keys
    · Default Constraints
    · Identity Columns
    . etc) to word.


    could anybody help me with this one ?

    thanks before

    irvinia

  • 10-06-2008 2:21 PM In reply to

    Re: generate database to word with sql 2005

    welcome to the forums. start from here. http://msdn.microsoft.com/en-us/library/ms176061.aspx then whatever you need just search in books online or msdn like CREATE TABLE CREATE FUNCTION ...
    Atul
    Filed under:
  • 10-08-2008 3:14 PM In reply to

    Re: generate database to word with sql 2005

    First install sql server 2005 and go to book online...

    You can down load sql server from http://msdn.microsoft.com/en-us/sqlserver/bb671254.aspx

    search as previous poster mentioned...

    MohammedU.
    Microsoft SQL Server MVP
    Moderator
    SQL-Server-Performance.com

    All postings are provided “AS IS” with no warranties for accuracy.
  • 10-09-2008 1:05 PM In reply to

    Re: generate database to word with sql 2005

    If you mean creating documentation for database , in word file 

    That is a starting:

    • open SSMS 
    • select database
    •  right click, select tasks -> generate script
    •  a wizard is displayed
    •  go with wizard

      you will generate text file , which you can open by text editor or word  
    Also, you can use Visio for reverse engineering database.
    MCSE , MCITP (SQL 2005 Administration & Development), MCTS, MCPD
Page 1 of 1 (4 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.