Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 use differen pools to use for different users

Author  Topic 

mcbulan
Starting Member

7 Posts

Posted - 2011-06-04 : 18:31:09
Hello all,
I am developing a high load web based application with .net
I am using MS SQL SERVER 2008 r2 as database. I want to configure the sql server to use different pools/connections for each LAN access users and WAN access users.
I mean, when an user accesses to the system inside LAN, MS SQL Server will use a different pool, because there are many local (intranet) users and will use an another pool for all queries for the users come from internet (outside).
"Can i" or "how can i" do this in MS SQL Server??
Thanks for all help.


mcb

Bustaz Kool
Master Smack Fu Yak Hacker

1834 Posts

Posted - 2011-06-06 : 18:19:37
Are you referring to Connection Pools? If so, why do you care which connection pool is being used?

=======================================
Elitism is the slur directed at merit by mediocrity. -Sydney J. Harris, journalist (1917-1986)
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-06-06 : 19:34:56
You could just use two different accounts if you wanted to differentiate between them. How you configure the pool is up to your application and not something that we manage in SQL Server.

So what are you really trying to solve?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -