>I have no RAM left on the server. Every time i logon and try anything the
>server hanngs and needs to be rebooted.
[quoted text clipped - 53 lines]
>>> >>>
>>> >>> Thank you
Hi,
nope it is not the solution , have you check EP for correct INDEX seeking !
statistics are all updated , index is defreged ! on top of all is your
application have complex calulation ?!
> The server has 2GB RAM and all is used up, so i need a way to figure which
> domain is taking up all the ram.
> Taskmanager shows sqlservr.exe taking up the ram.
> I know i need to add ram, but first i want to make sure no users are
> abusing the server.
--- IT SHOWS THAT YOUR SQL SERVER IS WITH IIS , RIGHT ?! I WOULD SUGGEST YOU
THAT CHOOSE RAID1 FOR OS AND RAID 5 OR RAID 10 (DEPENDS UPON READ / WRITE IS
MORE) BASED ON HOW YOUR APPLICATION WORKS (READ / WRITE MORE) .
ONE MORE THING , MAY BE YOU KNOW BUT IF YOU ARE USING STANDARD EDITION YOU
CAN NOT USE MORE THAN 2 GB OF RAM , YOU HAVE TO HAVE ENTERPRISE / DEV EDITION
TO USE MORE THAN 2 GB OF RAM . READ MAXIMUM CAPICITY SPECIFICATION IN BOL
FOR MORE.
HTH
:-)
Regards

Signature
Andy Davis
Activecrypt Team
--------------------------------------------
SQL Server Encryption Software
http://www.activecrypt.com
> you can restrict how much memery sql uses
>
[quoted text clipped - 55 lines]
> >>> >>>
> >>> >>> Thank you
rvegas@rogers.com - 22 Dec 2005 22:55 GMT
how do i check what editon of SQL i have?
I just noticed that i have more than 5 connections to the same IP on port
1433 when i run netstat. Should i be worried about that?
Thanx
> Hi,
> nope it is not the solution , have you check EP for correct INDEX seeking
[quoted text clipped - 93 lines]
>> >>> >>>
>> >>> >>> Thank you
Andy Davis - 23 Dec 2005 11:58 GMT
Hi,
run this in QA :
SELECT CONVERT(char(20), SERVERPROPERTY('servername'))
SELECT CONVERT(char(20), SERVERPROPERTY('NumLicenses'))
SELECT CONVERT(char(20), SERVERPROPERTY('LicenseType'))
SELECT CONVERT(char(20), SERVERPROPERTY('productversion'))
SELECT CONVERT(char(20), SERVERPROPERTY('productlevel'))
SELECT CONVERT(char(20), SERVERPROPERTY('Engine Edition'))
SELECT CONVERT(char(20), SERVERPROPERTY('Edition'))
as far as those application accessing yr server are authorised by you and
not from anonymous don't worry but plz use firewall tooo.
HTH

Signature
Andy Davis
Activecrypt Team
--------------------------------------------
SQL Server Encryption Software
http://www.activecrypt.com
> how do i check what editon of SQL i have?
> I just noticed that i have more than 5 connections to the same IP on port
[quoted text clipped - 97 lines]
> >> >>> >>>
> >> >>> >>> Thank you
rvegas@rogers.com - 28 Dec 2005 22:22 GMT
Thanx Andy.
Yeah i have a linux firewall. Thats why i need to know what to look for in
netstat, so i can block these on the firewall.
My server needs to be accessed externally, through asp pages and enterprise
manager, so i cant block port 1433.
What im trying to do is find a way in netstat to find out if there are too
many of a specific connection to my server.
Then block that on the firewall.
> Hi,
> run this in QA :
[quoted text clipped - 124 lines]
>> >> >>> >>>
>> >> >>> >>> Thank you
rvegas@rogers.com - 28 Dec 2005 22:25 GMT
I have enterprise on my machine, so i guess i can upgrade to 4 GB ram.
> Hi,
> run this in QA :
[quoted text clipped - 124 lines]
>> >> >>> >>>
>> >> >>> >>> Thank you