PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > AWE SQL 2005 / 8Gb RAM / 32bit
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
AWE SQL 2005 / 8Gb RAM / 32bit

Réponse
 
LinkBack Outils de la discussion
Vieux 20/08/2008, 07h21   #1
Chowsman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut AWE SQL 2005 / 8Gb RAM / 32bit

I have a Dell 2950 running Windows 2003 Enterprise Edition with a
MD1000 attached to it with RAID10. SQL version is Standard. The
system has 8Gb of RAM and I am wondering how to utilize memory in the
most efficient manner.

Any would be appreciated. Thanks
  Réponse avec citation
Vieux 20/08/2008, 07h36   #2
Uri Dimant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

Hi
Is it a cluster?

sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_configure 'awe enabled', 1
RECONFIGURE
GO
sp_configure 'max server memory', 6144
RECONFIGURE



"Chowsman" <Chowsman@gmail.com> wrote in message
news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...
>I have a Dell 2950 running Windows 2003 Enterprise Edition with a
> MD1000 attached to it with RAID10. SQL version is Standard. The
> system has 8Gb of RAM and I am wondering how to utilize memory in the
> most efficient manner.
>
> Any would be appreciated. Thanks



  Réponse avec citation
Vieux 20/08/2008, 07h40   #3
Chowsman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

On Aug 19, 10:36 pm, "Uri Dimant" <u...@iscar.co.il> wrote:
> Hi
> Is it a cluster?
>
> sp_configure 'show advanced options', 1
> RECONFIGURE
> GO
> sp_configure 'awe enabled', 1
> RECONFIGURE
> GO
> sp_configure 'max server memory', 6144
> RECONFIGURE
>
> "Chowsman" <Chows...@gmail.com> wrote in message
>
> news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...
>
> >I have a Dell 2950 running Windows 2003 Enterprise Edition with a
> > MD1000 attached to it with RAID10. SQL version is Standard. The
> > system has 8Gb of RAM and I am wondering how to utilize memory in the
> > most efficient manner.

>
> > Any would be appreciated. Thanks


It is not a cluster, stand alone server.
  Réponse avec citation
Vieux 20/08/2008, 07h43   #4
Chowsman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

On Aug 19, 10:40 pm, Chowsman <Chows...@gmail.com> wrote:
> On Aug 19, 10:36 pm, "Uri Dimant" <u...@iscar.co.il> wrote:
>
>
>
> > Hi
> > Is it a cluster?

>
> > sp_configure 'show advanced options', 1
> > RECONFIGURE
> > GO
> > sp_configure 'awe enabled', 1
> > RECONFIGURE
> > GO
> > sp_configure 'max server memory', 6144
> > RECONFIGURE

>
> > "Chowsman" <Chows...@gmail.com> wrote in message

>
> >news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...

>
> > >I have a Dell 2950 running Windows 2003 Enterprise Edition with a
> > > MD1000 attached to it with RAID10. SQL version is Standard. The
> > > system has 8Gb of RAM and I am wondering how to utilize memory in the
> > > most efficient manner.

>
> > > Any would be appreciated. Thanks

>
> It is not a cluster, stand alone server.


I am assuming here that this is run on the 'master' database?
  Réponse avec citation
Vieux 20/08/2008, 08h46   #5
Uri Dimant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

Yes. For more deatils please refer BOL


"Chowsman" <Chowsman@gmail.com> wrote in message
news:7f7d9b8d-e1a9-4c89-8709-c4832f62d769@i24g2000prf.googlegroups.com...
> On Aug 19, 10:40 pm, Chowsman <Chows...@gmail.com> wrote:
>> On Aug 19, 10:36 pm, "Uri Dimant" <u...@iscar.co.il> wrote:
>>
>>
>>
>> > Hi
>> > Is it a cluster?

>>
>> > sp_configure 'show advanced options', 1
>> > RECONFIGURE
>> > GO
>> > sp_configure 'awe enabled', 1
>> > RECONFIGURE
>> > GO
>> > sp_configure 'max server memory', 6144
>> > RECONFIGURE

>>
>> > "Chowsman" <Chows...@gmail.com> wrote in message

>>
>> >news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...

>>
>> > >I have a Dell 2950 running Windows 2003 Enterprise Edition with a
>> > > MD1000 attached to it with RAID10. SQL version is Standard. The
>> > > system has 8Gb of RAM and I am wondering how to utilize memory in the
>> > > most efficient manner.

>>
>> > > Any would be appreciated. Thanks

>>
>> It is not a cluster, stand alone server.

>
> I am assuming here that this is run on the 'master' database?



  Réponse avec citation
Vieux 20/08/2008, 17h08   #6
Kalen Delaney
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

You can run sp_configure from any database. It allows you to change
server-wide properties.
It is well documented.

--
HTH
Kalen Delaney, SQL Server MVP
www.InsideSQLServer.com
www.SQLTuners.com


"Chowsman" <Chowsman@gmail.com> wrote in message
news:7f7d9b8d-e1a9-4c89-8709-c4832f62d769@i24g2000prf.googlegroups.com...
> On Aug 19, 10:40 pm, Chowsman <Chows...@gmail.com> wrote:
>> On Aug 19, 10:36 pm, "Uri Dimant" <u...@iscar.co.il> wrote:
>>
>>
>>
>> > Hi
>> > Is it a cluster?

>>
>> > sp_configure 'show advanced options', 1
>> > RECONFIGURE
>> > GO
>> > sp_configure 'awe enabled', 1
>> > RECONFIGURE
>> > GO
>> > sp_configure 'max server memory', 6144
>> > RECONFIGURE

>>
>> > "Chowsman" <Chows...@gmail.com> wrote in message

>>
>> >news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...

>>
>> > >I have a Dell 2950 running Windows 2003 Enterprise Edition with a
>> > > MD1000 attached to it with RAID10. SQL version is Standard. The
>> > > system has 8Gb of RAM and I am wondering how to utilize memory in the
>> > > most efficient manner.

>>
>> > > Any would be appreciated. Thanks

>>
>> It is not a cluster, stand alone server.

>
> I am assuming here that this is run on the 'master' database?



  Réponse avec citation
Vieux 05/09/2008, 16h42   #7
Amy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

In the line "sp_configure 'max server memory', 6144" - how did you determine
the number 6144?

"Kalen Delaney" wrote:

> You can run sp_configure from any database. It allows you to change
> server-wide properties.
> It is well documented.
>
> --
> HTH
> Kalen Delaney, SQL Server MVP
> www.InsideSQLServer.com
> www.SQLTuners.com
>
>
> "Chowsman" <Chowsman@gmail.com> wrote in message
> news:7f7d9b8d-e1a9-4c89-8709-c4832f62d769@i24g2000prf.googlegroups.com...
> > On Aug 19, 10:40 pm, Chowsman <Chows...@gmail.com> wrote:
> >> On Aug 19, 10:36 pm, "Uri Dimant" <u...@iscar.co.il> wrote:
> >>
> >>
> >>
> >> > Hi
> >> > Is it a cluster?
> >>
> >> > sp_configure 'show advanced options', 1
> >> > RECONFIGURE
> >> > GO
> >> > sp_configure 'awe enabled', 1
> >> > RECONFIGURE
> >> > GO
> >> > sp_configure 'max server memory', 6144
> >> > RECONFIGURE
> >>
> >> > "Chowsman" <Chows...@gmail.com> wrote in message
> >>
> >> >news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...
> >>
> >> > >I have a Dell 2950 running Windows 2003 Enterprise Edition with a
> >> > > MD1000 attached to it with RAID10. SQL version is Standard. The
> >> > > system has 8Gb of RAM and I am wondering how to utilize memory in the
> >> > > most efficient manner.
> >>
> >> > > Any would be appreciated. Thanks
> >>
> >> It is not a cluster, stand alone server.

> >
> > I am assuming here that this is run on the 'master' database?

>
>
>

  Réponse avec citation
Vieux 05/09/2008, 17h35   #8
Kalen Delaney
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

Hi Amy

This question refers to a server with 8 GB of RAM, and we need to leave a
bit for the OS, so max memory is set to about 6 MB. The ideal amount of
memory should be determined by testing on your system with your application,
but this blog post might get you started:

http://glennberrysqlperformance.spac...960!1003.entry

--
HTH
Kalen Delaney, SQL Server MVP
www.InsideSQLServer.com
www.SQLTuners.com


"Amy" <Amy@discussions.microsoft.com> wrote in message
news:C4BEC7DC-B81A-43D7-B2AF-A7C320A903C1@microsoft.com...
> In the line "sp_configure 'max server memory', 6144" - how did you
> determine
> the number 6144?
>
> "Kalen Delaney" wrote:
>
>> You can run sp_configure from any database. It allows you to change
>> server-wide properties.
>> It is well documented.
>>
>> --
>> HTH
>> Kalen Delaney, SQL Server MVP
>> www.InsideSQLServer.com
>> www.SQLTuners.com
>>
>>
>> "Chowsman" <Chowsman@gmail.com> wrote in message
>> news:7f7d9b8d-e1a9-4c89-8709-c4832f62d769@i24g2000prf.googlegroups.com...
>> > On Aug 19, 10:40 pm, Chowsman <Chows...@gmail.com> wrote:
>> >> On Aug 19, 10:36 pm, "Uri Dimant" <u...@iscar.co.il> wrote:
>> >>
>> >>
>> >>
>> >> > Hi
>> >> > Is it a cluster?
>> >>
>> >> > sp_configure 'show advanced options', 1
>> >> > RECONFIGURE
>> >> > GO
>> >> > sp_configure 'awe enabled', 1
>> >> > RECONFIGURE
>> >> > GO
>> >> > sp_configure 'max server memory', 6144
>> >> > RECONFIGURE
>> >>
>> >> > "Chowsman" <Chows...@gmail.com> wrote in message
>> >>
>> >> >news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...
>> >>
>> >> > >I have a Dell 2950 running Windows 2003 Enterprise Edition with a
>> >> > > MD1000 attached to it with RAID10. SQL version is Standard. The
>> >> > > system has 8Gb of RAM and I am wondering how to utilize memory in
>> >> > > the
>> >> > > most efficient manner.
>> >>
>> >> > > Any would be appreciated. Thanks
>> >>
>> >> It is not a cluster, stand alone server.
>> >
>> > I am assuming here that this is run on the 'master' database?

>>
>>
>>



  Réponse avec citation
Vieux 05/09/2008, 18h11   #9
Amy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: AWE SQL 2005 / 8Gb RAM / 32bit

Perfect - that is exactly what we needed. Thank you.

"Kalen Delaney" wrote:

> Hi Amy
>
> This question refers to a server with 8 GB of RAM, and we need to leave a
> bit for the OS, so max memory is set to about 6 MB. The ideal amount of
> memory should be determined by testing on your system with your application,
> but this blog post might get you started:
>
> http://glennberrysqlperformance.spac...960!1003.entry
>
> --
> HTH
> Kalen Delaney, SQL Server MVP
> www.InsideSQLServer.com
> www.SQLTuners.com
>
>
> "Amy" <Amy@discussions.microsoft.com> wrote in message
> news:C4BEC7DC-B81A-43D7-B2AF-A7C320A903C1@microsoft.com...
> > In the line "sp_configure 'max server memory', 6144" - how did you
> > determine
> > the number 6144?
> >
> > "Kalen Delaney" wrote:
> >
> >> You can run sp_configure from any database. It allows you to change
> >> server-wide properties.
> >> It is well documented.
> >>
> >> --
> >> HTH
> >> Kalen Delaney, SQL Server MVP
> >> www.InsideSQLServer.com
> >> www.SQLTuners.com
> >>
> >>
> >> "Chowsman" <Chowsman@gmail.com> wrote in message
> >> news:7f7d9b8d-e1a9-4c89-8709-c4832f62d769@i24g2000prf.googlegroups.com...
> >> > On Aug 19, 10:40 pm, Chowsman <Chows...@gmail.com> wrote:
> >> >> On Aug 19, 10:36 pm, "Uri Dimant" <u...@iscar.co.il> wrote:
> >> >>
> >> >>
> >> >>
> >> >> > Hi
> >> >> > Is it a cluster?
> >> >>
> >> >> > sp_configure 'show advanced options', 1
> >> >> > RECONFIGURE
> >> >> > GO
> >> >> > sp_configure 'awe enabled', 1
> >> >> > RECONFIGURE
> >> >> > GO
> >> >> > sp_configure 'max server memory', 6144
> >> >> > RECONFIGURE
> >> >>
> >> >> > "Chowsman" <Chows...@gmail.com> wrote in message
> >> >>
> >> >> >news:99c0f856-a551-44ca-986c-f5487caf6280@z11g2000prl.googlegroups.com...
> >> >>
> >> >> > >I have a Dell 2950 running Windows 2003 Enterprise Edition with a
> >> >> > > MD1000 attached to it with RAID10. SQL version is Standard. The
> >> >> > > system has 8Gb of RAM and I am wondering how to utilize memory in
> >> >> > > the
> >> >> > > most efficient manner.
> >> >>
> >> >> > > Any would be appreciated. Thanks
> >> >>
> >> >> It is not a cluster, stand alone server.
> >> >
> >> > I am assuming here that this is run on the 'master' database?
> >>
> >>
> >>

>
>
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h01.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,18021 seconds with 17 queries