Viewing 15 posts - 5,221 through 5,235 (of 6,678 total)
"Logic bug"? Heh... what's that?
I'm with Gus... if you do it right, it won't matter one way or the other. Using one or the other to make up for,...
May 7, 2009 at 9:20 am
No - the 32bit version of SQL has the same limitations that it would have on a 32bit OS. There is no reason to install the 32bit version on...
May 6, 2009 at 11:31 am
Ed Wyant (5/6/2009)
May 6, 2009 at 10:49 am
No degree - went the Army route instead. Started as a computer operator, moved on to programmer and eventually DBA. I have now been a DBA for more...
May 5, 2009 at 9:35 am
SQL Server does not automatically allocate the minimum or maximum memory when it starts. It allocates the memory as it is needed. Once it reaches the minimum amount...
May 5, 2009 at 9:19 am
It depends - how much memory does the server have? Is this a single instance server - in other words, are there other SQL Server instances running on this...
May 4, 2009 at 1:51 pm
I generally use SET myself - mostly because it prevents issues where you can get the wrong value returned from a SELECT. When using SELECT - if you are...
May 4, 2009 at 1:44 pm
Not sure why you are getting these errors - I have no problems running those types of processes using Standard Edition.
Could it be that you don't have the standard version...
April 29, 2009 at 4:30 pm
That drop-down works more as an MRU type of list - basically listing the most recently used server connections. There is another tab available on that dialog - select...
April 28, 2009 at 8:36 am
I am not sure what the problem is - but when running SQL Server 2005 Standard Edition (x64) there are issues when you have lots of memory.
I know that I...
April 27, 2009 at 5:21 pm
Is this SQL Server 2005 Standard edition? If it is, you may need to drop the max memory even more. With 16GB of memory available, you might find...
April 27, 2009 at 4:36 pm
I am not sure what you mean - where are you looking for localhost and it is not appearing?
April 27, 2009 at 3:44 pm
Matt (4/27/2009)
April 27, 2009 at 3:42 pm
This looks good to me - but, here are the questions I would ask:
1) Is this an upgrade from 2000? If so, have you updated statistics/rebuilt indexes/etc...
2) Is this...
April 27, 2009 at 3:20 pm
Viewing 15 posts - 5,221 through 5,235 (of 6,678 total)