Development Setup

Discussion in 'Databases' started by fezzik, Nov 28, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm brand new to web application/.Net development and I was curious how other people set up their databases. I'm using MS SQL on the DASP site, but I do not have it on my personal machine. I assume using MSDE would work for my local database development, but is it possible to copy this to MS SQL on the DASP machine? I'm using VS.Net as my development environment (VB.Net specifically)

    Any opinions would be greatly appreciated.

    Derek
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You have several options

    1) Develop on local MSDE and move the schema and data over using SQL Export & Import Wizard to move the data. You'll need to download the MS client tool.

    2) Create the schema directly on our server.


    quote:Originally posted by fezzik

    I'm brand new to web application/.Net development and I was curious how other people set up their databases. I'm using MS SQL on the DASP site, but I do not have it on my personal machine. I assume using MSDE would work for my local database development, but is it possible to copy this to MS SQL on the DASP machine? I'm using VS.Net as my development environment (VB.Net specifically)

    Any opinions would be greatly appreciated.

    Derek
    </blockquote id="quote"></font id="quote">
     
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