script the database

Discussion in 'Databases' started by apeelewuetu, Jul 29, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. apeelewuetu

    apeelewuetu Guest

    Please . kindly tell me advantages and disadvantages of scripting database (script database) and the best way to apply it in discountASP.NET.
     
  2. mjp

    mjp

    There's no advantage to scripting your database if you're not really sure what it is...your question is weird.
     
  3. I would say it's not a question of Advantage...just an optional way to load a database onto a server (without having to rebuild the database table by table, etc.) For example, using Visual Web Developer, you can use the "Publish Database to Provider" tool. This will turn your entire database into T-SQL code which you can run in the server's database query window to "rebuild" the database in the server.

    gater
    -trying and learning
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page