Ask a Question related to ASP Database, Design and Development.
-
MDW #1
Moving Databases To A Different Box
Hey all,
One of the guys I work with is fanagling for us to get
another box for the Web site we work on. The plan is to
relocate all the databases (currently Access, but will
eventually be converted to SQL Server) to this new machine.
At present all the databases and ASP/HTML files reside on
the same machine - Windows 2000 Advances Server.
Two questions -
1) If we do this, does the box with the databases need to
have advanced server, or since it's only serving as a data
source, can we get away with just having Windows XP or
something?
2) Would a setup such as this increase security for the
data within the databases? If not, what other advantages
are there to this (assuming that disk space is not a
critical issue).
MDW Guest
-
ASP & Databases
"Jim Bowman" <anonymous@discussions.microsoft.com> wrote in message news:153dc01c41a95$698241d0$a601280a@phx.gbl... This worked for me: 1) ... -
Moving Randomly Moving Sprite To New Location on mouseEnter
Hi All, This is way over my head. I am currently using Director 8. I have a randomly moving sprite(call it X) on stage (I accomplished this... -
PHP and databases
I am completely new to PHP and have a couple questions. Can PHP access Microsoft Access databases? Are there any basic scripts, any good sites... -
Federated Databases, joins across databases etc
Greetings, I want to do a join between 2 tables on 2 different db2 databases on the same server. I assume that I have to use federated databases. I... -
One vs many databases
Hi Gang, I'm looking at submitting a business case to management that will justify changing from our current structure of many oracle databases... -
Bob Barrows #2
Re: Moving Databases To A Different Box
MDW wrote:
I would wait until you move to SQL Server to do this. Connecting to Access> Hey all,
>
> One of the guys I work with is fanagling for us to get
> another box for the Web site we work on. The plan is to
> relocate all the databases (currently Access, but will
> eventually be converted to SQL Server) to this new machine.
>
databases on remote servers, while possible, has proven problematic for many
people. If you do this, make sure you carefully read this article:
[url]http://www.aspfaq.com/show.asp?id=2168[/url] along with the relevant KB articles
cited in the article.
It is definitely recommended that SQL Server and IIS be on different> At present all the databases and ASP/HTML files reside on
> the same machine - Windows 2000 Advances Server.
>
machines.
No> Two questions -
>
> 1) If we do this, does the box with the databases need to
> have advanced server,
The current version of SQL Server (2000) will not install on XP, so the> or since it's only serving as a data
> source, can we get away with just having Windows XP or
> something?
>
other box should be W2000.
No.> 2) Would a setup such as this increase security for the
> data within the databases?
Hopefully, you have your Access databases in folders that are outside the
wwwroot structure already.
For SQL Server to work most efficiently, it's got to have a pretty free rein> If not, what other advantages
> are there to this (assuming that disk space is not a
> critical issue).
over system resources. This can take resources away from other applications
which need them (such as IIS). You can limit the amount of resources that
are taken by SQL Server, but that limits its performance. it is best to have
the servers on different boxes..
HTH,
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest
-
Aaron Bertrand [MVP] #3
Re: Moving Databases To A Different Box
> > or since it's only serving as a data
Yep. Relevant articles:>> > source, can we get away with just having Windows XP or
> > something?
> >
> The current version of SQL Server (2000) will not install on XP, so the
> other box should be W2000.
[url]http://www.aspfaq.com/2202[/url]
[url]http://www.aspfaq.com/2494[/url]
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand [MVP] Guest



Reply With Quote

