msde

Discussion in 'Databases' started by nicmorno, Jul 26, 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'd like to know if I can use a msde database without paying extra money?

    Thank you
    Nicolas

    Nicolas
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    No. MSDE is not supported

    Review this KB article for detail explaination

    http://kb.discountasp.net/article.aspx?id=10069
    quote:Originally posted by nicmorno

    I'd like to know if I can use a msde database without paying extra money?

    Thank you
    Nicolas

    Nicolas
    </blockquote id="quote"></font id="quote">
     
  3. I've developed my ASP.NET / ADO.NET using MSDE for a development database. I'm ready now to upload it to my discountASP.net account with MS SQL Server support.

    I'm sure I'm not the only one developing this way, so there must be a fairly straight forward way to do this.

    1. How do I migrate the database to the given SQLServer database given for my account?
    2. From MSDE, I don't see how to export the schema or data.
    3. Do you use the OSQL interface?



    Bob Sandberg
    .NET Web Developer
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    There's no easy way to do this. Don't know why MS made it this hard

    The simpliest (and cheapest) way to do this is to use MS SQL data import and export wizard. You'll need to have MS SQL client install on your machine to do this.

    See these articles for details

    http://kb.discountasp.net/article.aspx?id=10064
    http://kb.discountasp.net/article.aspx?id=10041

    Hope this helps.
    quote:Originally posted by Bob Sandberg

    I've developed my ASP.NET / ADO.NET using MSDE for a development database. I'm ready now to upload it to my discountASP.net account with MS SQL Server support.

    I'm sure I'm not the only one developing this way, so there must be a fairly straight forward way to do this.

    1. How do I migrate the database to the given SQLServer database given for my account?
    2. From MSDE, I don't see how to export the schema or data.
    3. Do you use the OSQL interface?



    Bob Sandberg
    .NET Web Developer
    </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