Viewing 15 posts - 6,466 through 6,480 (of 7,467 total)
AFAIK Analysis Service (32 bit) takes maximum 3Gb. Even if more is available.
October 14, 2005 at 12:00 am
did you disable AWE when you enabled the /3Gb switch ?
October 13, 2005 at 5:57 am
When you have 8Gb ram you should alter your boot.ini to use /3Gb _and_ /pae and _not_enable AWE !
This is what we have in the boot.ini :
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server...
October 12, 2005 at 7:11 am
John,
when you only have 4 Gb ram on your server AWE would be overhead because you should only use /3gb switch in the boot.ini
Have a look at http://www.sql-server-performance.com/awe_memory.asp
October 12, 2005 at 6:42 am
Sorry for the late followup : I've been attending SQLPASS2005
btw Natalia I got it working now
Thanks
October 6, 2005 at 12:34 am
just a thinking :
imgFname varchar(30),
that 30 may be to small, then you'll get an error stating truncation would take place if you want to store a imgFname that is...
October 6, 2005 at 12:00 am
arch the nice refs are gone, you must have edited the reply
I have one problem with an anymated gif, it appears to only...
September 23, 2005 at 7:57 am
I was trying to avoid just that
I'd seen you derive that info from " dRE.GetString(2) " and was hoping to find an equivalent...
September 23, 2005 at 7:26 am
you could offcourse use an alert in JobNumber1 final success step, wich launches JobNumber2, ...
If this job-launching is depending on who/what launched the...
September 23, 2005 at 6:50 am
euh ... got a question
What if you have the image in a dataset
How can you figure...
September 23, 2005 at 3:07 am
SELECT
ll.pid AS PID,
la.oic AS OIC,
lo.NAME_1 AS NAME1,
lo.NAME_2 AS NAME2,
lo.ADDRESS_1 AS ADD1,
la.set_id AS SET_ID,
(la.gen_impr_net + la.gen_land_net) AS Assesment
FROM OWNERS lo INNER JOIN
land_legal ll ON lo.EQUITY_ID = ll.legal_id
INNER...
September 23, 2005 at 3:03 am
thanks for the feedback
September 22, 2005 at 1:22 am
sorry for the fase ref.
try :
ALTER DATABASE [Dorian Event Archiver] Set single_user WITH ROLLBACK IMMEDIATE
go
September 22, 2005 at 1:08 am
You _will_ have to follow the procedure described in Allan Cui's article !
September 21, 2005 at 8:17 am
Viewing 15 posts - 6,466 through 6,480 (of 7,467 total)