PDA

View Full Version : msde


nicmorno
07-26-2003, 04:50 AM
I'd like to know if I can use a msde database without paying extra money?

Thank you
Nicolas

Nicolas

bruce
07-27-2003, 04:46 AM
No. MSDE is not supported

Review this KB article for detail explaination

http://kb.discountasp.net/article.aspx?id=10069
[b]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">

Bob Sandberg
08-05-2003, 07:51 AM
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

bruce
08-06-2003, 11:36 AM
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.
[b]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">