Re: [ADVANCED-DOTNET] asp.net + sql

2005-02-28 Thread Bruno N
Yes, it helps Thanks!! Bruno N - Original Message - From: "Sanjay Mittal" <[EMAIL PROTECTED]> To: Sent: Monday, February 28, 2005 2:30 PM Subject: Re: [ADVANCED-DOTNET] asp.net + sql Bruno I myself didn't like the idea of creating a table for each user. It will b

Re: [ADVANCED-DOTNET] asp.net + sql

2005-02-28 Thread Sanjay Mittal
Bruno I myself didn't like the idea of creating a table for each user. It will be really hard for you to run query. But again I don't know what kind of design you are implementing. I guess you need to create one sql server user for each User and then create table under the user name. I hope this

Re: [ADVANCED-DOTNET] ASP.NET + SQL

2005-02-28 Thread Potter, Mark S.
-Original Message- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of Bruno N Sent: Sunday, February 27, 2005 11:20 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] ASP.NET + SQL Hi guys I building a hosting web service in

Re: [ADVANCED-DOTNET] asp.net + sql

2005-02-27 Thread Bruno N
Thank you very much! Bruno N - Original Message - From: "Frans Bouma" <[EMAIL PROTECTED]> To: Sent: Sunday, February 27, 2005 1:20 PM Subject: Re: [ADVANCED-DOTNET] asp.net + sql I building a hosting web service in ASP.NET, every user can have its own tables. Is it possi

Re: [ADVANCED-DOTNET] asp.net + sql

2005-02-27 Thread Vince Pacella
ussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Frans Bouma > Sent: Sunday, February 27, 2005 10:20 > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] asp.net + sql > > > I building a hosting web service in ASP.NET, every us

Re: [ADVANCED-DOTNET] asp.net + sql

2005-02-27 Thread Frans Bouma
> I building a hosting web service in ASP.NET, every user can > have its own tables. > Is it possible to configure SQL Server to allow every client > to have its own tables, like, two users having the Client table. Yes you can. These are called 'schema's and are bound to a user. Say you

[ADVANCED-DOTNET] asp.net + sql

2005-02-27 Thread Bruno N
Hi guys I building a hosting web service in ASP.NET, every user can have its own tables. Is it possible to configure SQL Server to allow every client to have its own tables, like, two users having the Client table. dont know if i made myself clear. Thanks in advance Bruno N ==

[ADVANCED-DOTNET] ASP.NET + SQL

2005-02-27 Thread Bruno N
Hi guys I building a hosting web service in ASP.NET, every user can have its own tables. Is it possible to configure SQL Server to allow every client to have its own tables, like, two users having the Client table. dont know if i made myself clear. Thanks in advance Bruno N ==