Viewing 15 posts - 2,191 through 2,205 (of 2,495 total)
XP is designed to be a desktop OS. W2003 is designed to be a Server OS.
Using XP for application development is fine, but the servers used for system testing upwards...
October 12, 2006 at 3:38 am
If you are using different character set code pages, then you should be OK. If you use different collation sets then ther aer a few things to look out for.
If...
October 12, 2006 at 3:34 am
Our standard for all applications is to install them to a E: drive, leaving C: for the OS. We found that the initial install of SQL 2005 used about the...
October 12, 2006 at 3:17 am
Colin is right (as normal...) If your vendor insists on showing their ignorance in this way, ask them to give you some benchmark statistics to prove what they are saying...
October 5, 2006 at 5:32 am
The only functionality in the whole of the SQL2000 and SQL2005 32-bit product set that is AWE-aware is the database buffer pool. All other storage in the 32-bit versions of both...
October 4, 2006 at 8:25 am
It has taken Microsoft so long to upgrade SQL Server that we have mostly grown used to making do with what we have got. Or is it that even with...
October 4, 2006 at 3:15 am
SQL Agent is not AWE-aware, so it cannot use any memory above the 4GB line. The memory value it reports will depend on the API call it made to Windows. ...
October 4, 2006 at 2:45 am
With most DBMSs, a low cardinality index very seldom gives a performance advantage.
When a DBMS is deciding to use an index, it will first calculate the I-O 'cost' of...
October 3, 2006 at 5:10 am
The reason master and msdb are different databases is that they came into the SQL Server product at different times. Once the decision had been made to have separate databases,...
September 23, 2006 at 11:12 am
Companies expect a lot more time from their employees than in years past. There is pressure to have a cell phone with you 24x7, and have it switched on...! Just...
September 23, 2006 at 11:05 am
In 1984 I visited the US from England, arriving at JFK with hand baggage only. Time taken from leaving the plane to leaving the terminal was about 15 minutes, most...
September 20, 2006 at 3:19 am
The issue is not with the AWE memory allocation, it is to do with the normal memory allocations SQL makes below the 4GB line. The argument I was given by...
August 16, 2006 at 7:21 am
Yes, you need to do both. Use /PAE in boot.ini to enable extended adressing support in Windows, then enable AWE in SQL to allow SQL to use the enabled support.
My...
August 15, 2006 at 10:24 am
The /3GB switch is in BOOT.INI and therefore refers to the operating system, not SQL Server.
With 32-bit addressing, you can access 4GB of memory. This is normally divided by...
August 15, 2006 at 4:38 am
Let's go back to Service Management (as per ITIL) and Audit (as per COBIT) best practice.
The job of Service Management professionals is to 'pull' the framework of corporate IT so that it:
a) Is...
August 11, 2006 at 4:10 am
Viewing 15 posts - 2,191 through 2,205 (of 2,495 total)