SQL SERVER 2005 UPDATE TABLES

  • Hello, guys how are you doing?

    some times if there is new information needs to update tables, and designs from temporary data to permanent data, it is very easy and few steps in SQL SERVER 2000.

    example:- *1st- After i have changed any new updates in the tables of Temporary data ( temp Accounting), to execute query here is the clear steps.

    - right click on the Temp ACC, All tasks, SQL generate script, in the screen, show all tables, options, under table scripting, check the box of script primary keys, foreign keys......... and also check the box of script indexes, general then preview. now script in progress. finally copy the scripts and click ok. then close, go to tools, Query Analyzer and paste then execute Query. finished.

    * the 2nd thing is EXPORT permanent Accounting data to temporary data. and after exported the data, backup the temporary data and restore the Permanent Accounting data with the temporary backed up data. here is the following few steps.

    - pointing the permanent data, tall tasks, export, next, select where to export the data from the combo box,( temp data), next,next,next, select all tables, remove all views, next next finish.

    SO, MY QUESTION IS HOW CAN I FIND THIS KIND OF UPDATING TABLE FROM SQL SERVER 2005 ( MANAGEMENT STUDIO) BECAUSE I HAVE TRIED AND I COULD NOT DO IT. BESIDES I AM NOT FAMILIAR WITH SQL SERVER 2005. I MEAN IT IS SO COMPLICATED FOR ME.

    SO, PLEASE GUYS I NEED YOUR HELP?

    THANK YOU VERY MUCH

  • If you are looking to script the database for #1, then right click the database, select Tasks, and there is a Generate scripts option.

    For #2, if you want to export data, under the Tasks menu, there are also export and import options.,

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply