dbTalk Databases Forums  

web hoster only allows 1 sql server database

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss web hoster only allows 1 sql server database in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve Richter
 
Posts: n/a

Default web hoster only allows 1 sql server database - 04-24-2005 , 07:39 PM






What can be done if the shared web hoster I am using allows only 1 sql
server database and a second web application I would like to install is
configured to use its own database?

can databases be nested, one within another?

thanks,

-Steve


Reply With Quote
  #2  
Old   
Steve Jorgensen
 
Posts: n/a

Default Re: web hoster only allows 1 sql server database - 04-24-2005 , 08:06 PM






You can implement 2 or more distinct schemas in one database by using
different name spaces (object owners). Using permissions, you can make each
schema invisible to other applications to prevent accidental overlap.

On 24 Apr 2005 17:39:51 -0700, "Steve Richter" <StephenRichter (AT) gmail (DOT) com>
wrote:

Quote:
What can be done if the shared web hoster I am using allows only 1 sql
server database and a second web application I would like to install is
configured to use its own database?

can databases be nested, one within another?

thanks,

-Steve


Reply With Quote
  #3  
Old   
Dan Guzman
 
Posts: n/a

Default Re: web hoster only allows 1 sql server database - 04-24-2005 , 09:05 PM



The separate schema approach suggested by Steve is a good one but a caveat
is that you'll need different logins in order to implement that solution.
If your provider limits you to a single login, you can still deploy as many
apps as you like in a single database using the 'dbo' schema as long as you
have no object name conflicts. You can adopt an object naming convention to
make it easier to identify the associated application.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Steve Richter" <StephenRichter (AT) gmail (DOT) com> wrote

Quote:
What can be done if the shared web hoster I am using allows only 1 sql
server database and a second web application I would like to install is
configured to use its own database?

can databases be nested, one within another?

thanks,

-Steve




Reply With Quote
  #4  
Old   
Steve Richter
 
Posts: n/a

Default Re: web hoster only allows 1 sql server database - 04-24-2005 , 09:26 PM




thanks Dan and Steve. Your answers helped me a lot!

-Steve

Dan Guzman wrote:
Quote:
The separate schema approach suggested by Steve is a good one but a
caveat
is that you'll need different logins in order to implement that
solution.
If your provider limits you to a single login, you can still deploy
as many
apps as you like in a single database using the 'dbo' schema as long
as you
have no object name conflicts. You can adopt an object naming
convention to
make it easier to identify the associated application.

--
Hope this helps.

Dan Guzman
SQL Server MVP

"Steve Richter" <StephenRichter (AT) gmail (DOT) com> wrote in message
news:1114389591.250302.312760 (AT) z14g2000cwz (DOT) googlegroups.com...
What can be done if the shared web hoster I am using allows only 1
sql
server database and a second web application I would like to
install is
configured to use its own database?

can databases be nested, one within another?

thanks,

-Steve



Reply With Quote
  #5  
Old   
Morgan Kane
 
Posts: n/a

Default Re: web hoster only allows 1 sql server database - 05-17-2005 , 02:08 PM



Steve Richter wrote:
Quote:
What can be done if the shared web hoster I am using allows only 1 sql
server database and a second web application I would like to install is
configured to use its own database?

can databases be nested, one within another?

thanks,

-Steve


Why don't you just pay for their service instead of trying to circumvent it.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.