Anyone have any best practices for configuring SQL to make use of multiple
CPUs in a dedicated SQL server?
Thanks
By default you don't have to do anything. SQL Server will detect the CPU's
and use them as it see's fit according to the limitations of the edition of
SQL Server you are using.
Andrew J. Kelly SQL MVP
"Mike" <mike528@.wideopenwest.com> wrote in message
news:%23NDVGnA0FHA.3712@.TK2MSFTNGP10.phx.gbl...
> Anyone have any best practices for configuring SQL to make use of multiple
> CPUs in a dedicated SQL server?
> Thanks
>
Showing posts with label configuring. Show all posts
Showing posts with label configuring. Show all posts
Monday, March 19, 2012
assistance configuring multi-cpus
Anyone have any best practices for configuring SQL to make use of multiple
CPUs in a dedicated SQL server?
ThanksBy default you don't have to do anything. SQL Server will detect the CPU's
and use them as it see's fit according to the limitations of the edition of
SQL Server you are using.
Andrew J. Kelly SQL MVP
"Mike" <mike528@.wideopenwest.com> wrote in message
news:%23NDVGnA0FHA.3712@.TK2MSFTNGP10.phx.gbl...
> Anyone have any best practices for configuring SQL to make use of multiple
> CPUs in a dedicated SQL server?
> Thanks
>
CPUs in a dedicated SQL server?
ThanksBy default you don't have to do anything. SQL Server will detect the CPU's
and use them as it see's fit according to the limitations of the edition of
SQL Server you are using.
Andrew J. Kelly SQL MVP
"Mike" <mike528@.wideopenwest.com> wrote in message
news:%23NDVGnA0FHA.3712@.TK2MSFTNGP10.phx.gbl...
> Anyone have any best practices for configuring SQL to make use of multiple
> CPUs in a dedicated SQL server?
> Thanks
>
Labels:
assistance,
configuring,
database,
dedicated,
microsoft,
multi-cpus,
multiplecpus,
mysql,
oracle,
practices,
server,
sql
assistance configuring multi-cpus
Anyone have any best practices for configuring SQL to make use of multiple
CPUs in a dedicated SQL server?
ThanksBy default you don't have to do anything. SQL Server will detect the CPU's
and use them as it see's fit according to the limitations of the edition of
SQL Server you are using.
--
Andrew J. Kelly SQL MVP
"Mike" <mike528@.wideopenwest.com> wrote in message
news:%23NDVGnA0FHA.3712@.TK2MSFTNGP10.phx.gbl...
> Anyone have any best practices for configuring SQL to make use of multiple
> CPUs in a dedicated SQL server?
> Thanks
>
CPUs in a dedicated SQL server?
ThanksBy default you don't have to do anything. SQL Server will detect the CPU's
and use them as it see's fit according to the limitations of the edition of
SQL Server you are using.
--
Andrew J. Kelly SQL MVP
"Mike" <mike528@.wideopenwest.com> wrote in message
news:%23NDVGnA0FHA.3712@.TK2MSFTNGP10.phx.gbl...
> Anyone have any best practices for configuring SQL to make use of multiple
> CPUs in a dedicated SQL server?
> Thanks
>
Labels:
assistance,
configuring,
cpus,
database,
dedicated,
microsoft,
multi-cpus,
multiple,
mysql,
oracle,
practices,
server,
sql
Monday, February 13, 2012
ASP.Net on Window server 2000 - database access
Hi
I have problem in configuring my web project on Window server 2000. I have created the web application using Visual Studio 2005 tools. I have configured Window server 2000 with the .Net Framework Version 2.0. I can access the page which doesn't have database access.
The connection string in the web config file is giving me the problem that connection string can't be found. Does any one have any idea?
My database connection string looks like this.
<
connectionStrings><
addname="etzAusBldConnectionString"connectionString="Data Source=CASCADE;Initial Catalog=etzAusBldBaseData1;User ID=sa1;Password=****"providerName="System.Data.SqlClient" /></
connectionStrings>Moe
Well, how are you looking for it?
Subscribe to:
Posts (Atom)