Answered Show SQL Queries

  • Tuesday, May 15, 2012 9:48 AM
     
     

    Hello

    I am using SSMS with SQL Server 2008 Express.
    If I change a table name, or change a column type  I can do all this with the graphical interface within Management Studio

    But I need the real SQL commands which are behind this activity

    like "RENAME table..."
    or
    like ALTER TABLE `test` CHANGE `testid` `testid` INT( 10 ) NOT NULL ;

    I need this commands for a SQL Update script later.

    Is it possible to see the commands behind or see this in a window?

    regards

    Hans

All Replies