Re: Advice needed: Best way to deploy/manage SQL db website
- From: "Bobby Edward" <test@xxxxxxxx>
- Date: Wed, 20 Feb 2008 22:13:37 -0500
Thanks. I will look at the DB Publishing Wizard. I just create mostly
small websites with few tables and I just wanted to know the best "standard"
way to design and deploy a db-enabled website (with the ability to easily
make future db changes).
"Peter Bromberg [C# MVP]" <pbromberg@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:42FBA3D1-A14C-4039-97FD-B345AF5EED77@xxxxxxxxxxxxxxxx
There is NO DIFFERENCE between a SQLEXPRESS database and a SQL Server 2005
database. The only issue you may run into is the fact that SQLEXPRESS can
use
the "User Instance" connection string which web hosting companies do not
support, as it is only supported for localhost operation. Download the
Sql
Server "Database Publishing Wizard" (free from Microsoft) to create a SQL
script that allows you to migrate your local database to your hoster. Take
the time to "RTFM".
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: htp://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
"Bobby Edward" wrote:
Here's the situation....
1. Local dev environment is VS2005 and VS2008 / using SQL Express
databases
for data
2. Hosting company ONLY supports MS SQL Server 2005 databases
Here are the questions...
1. Should I develop using SQL Express, or would my life be easier if I
had
my local dev machine connected to a local SQL Server db? Any advantages
or
disadvantages?
2. After I'm done developing the website I want to deploy it in such a
way
that if I have to change the database schema (add fields, tables, etc...)
in
the future it's easy to do. Any recommendations?
I guess I'm not quite sure as to what is the "proper" way to make db
changes
to a db already in production (changes to schema, fields, tables,
etc...)?
I'm kind of lost.
What is the best way to do this?
.
- Follow-Ups:
- References:
- Advice needed: Best way to deploy/manage SQL db website
- From: Bobby Edward
- Advice needed: Best way to deploy/manage SQL db website
- Prev by Date: DataSources. Should I use them? Need advice ...
- Next by Date: Re: Session Timeout
- Previous by thread: Re: Advice needed: Best way to deploy/manage SQL db website
- Next by thread: Re: Advice needed: Best way to deploy/manage SQL db website
- Index(es):
Relevant Pages
|