Viewing 15 posts - 1,081 through 1,095 (of 1,348 total)
as a former exchange admin, db mail is just a mini smpt client. you just need to point it to one of your internal smtp server and you are good...
June 25, 2007 at 8:12 am
i never said it doesn't use RAM over 4GB. it's just not used in everything SQL does. i'm playing with a test server now and doing selects for 8 million...
June 25, 2007 at 7:55 am
set statistics io on
your query goes here
set statistics io off
run all three lines and click the messages tab and it will show you the number of reads. or you can...
June 21, 2007 at 1:50 pm
restore should be enough
yesterday we put one half of our new 64 bit cluster in production. storage is EMC SAN. We attached the disk volumes to the new server, mounted...
June 21, 2007 at 8:46 am
at the end of SP2 there is checked checkbox that says run the Vista provisioning tool. something about permissions. if you uncheck it, then it won't run. not sure how...
June 20, 2007 at 5:14 pm
did you run the provisioning tool at the end of SP2?
June 20, 2007 at 2:07 pm
the other 4GB is used, but only as a cache from what i remember. most memory functions are still in the first 4GB.
to really use it you have to go...
June 20, 2007 at 9:40 am
each core shows up as a separate CPU
June 20, 2007 at 9:31 am
i personally can't stand the DTA
i would run a profiler trace and look for queries that do a lot of reads and compare to rows returned. My personal ideal is...
June 20, 2007 at 8:17 am
from what i remember it's still 4GB per process and the rest is just for a buffer cache. Pretty much anything memory related is still in the 4GB limit.
We had...
June 20, 2007 at 8:10 am
if you are buying new hardware, then make sure you look at 64 bit. Memory is still expensive, but next year it should fall. you can get an Intel box...
June 20, 2007 at 7:59 am
unless you are running 64 bit you aren't really using any RAM over 4GB
June 20, 2007 at 7:45 am
then try doinog update statistics with fullscan, manually dropping and rebuilding indexes, dropping and rebuilding statistics or any combination of the above
June 14, 2007 at 11:35 am
install windows on each node
hook up to common storage
make volume for quorom disk
install cluster on node1
install cluster on node2 and add it to the cluster
run tests to make sure both...
June 13, 2007 at 10:57 am
they make changes to user databases as part of the upgrade so there is no going back. i don't think they ever did it with any of their products
June 13, 2007 at 10:54 am
Viewing 15 posts - 1,081 through 1,095 (of 1,348 total)