Viewing 13 posts - 16 through 28 (of 28 total)
I have been told by Microsoft to reduce the number of useable CPUs on a box with more than 8 physical processors to 8. SQL 2005 is greedy when...
December 21, 2009 at 12:37 pm
Magy (12/15/2009)
Yeah, I did that...and the order was not the same.I was under the impression that it would be...
Thanks!
I wouldn't waste my time with an order by on INSERT, that...
December 21, 2009 at 12:20 pm
CozyRoc (10/25/2009)
latheesh.jaya (10/24/2009)
I have a req to read mails from Microsoft exchange server and take action if there are mails received.Please help me by providing a snippet of code
You can...
November 25, 2009 at 6:05 pm
Kwisatz78 (9/8/2009)
SQLRunner what kind of stats you require? This is a 4 disk RAID 5...
September 8, 2009 at 4:46 am
Kwisatz78 (9/7/2009)
SQLRunner - the SQL Buffer cache is %99 and above for the same period.
Marcin Gol - I will set up a new...
September 7, 2009 at 4:42 pm
If you look closely you will see that by adding recid to the select statement, sql has chosen totally different indexes to search, namely it is using 'Unit_Readings_Unique' in the...
September 4, 2009 at 12:20 pm
Can you provide information about the server itself? Can you also tell me what your cache hit% is? I would hazard a guess and say that you are...
September 4, 2009 at 9:57 am
forum member (9/3/2009)
Need help with Execute Sql Task,I am using delete statement where it deletes records based on date
DELETE FROM mytesttable
WHERE (CONVERT(VARCHAR, datevar, 103) =...
September 4, 2009 at 9:10 am
If you are using sql 2005, and the columns you are interested in are varchar,nvarchar, or varbinary, you can try making a computed column out of the /b HashBytes /b...
September 4, 2009 at 8:37 am
Are you by chance running this in 64-bit mode? Excel services can only run in 32-bit mode, so simply make sure you run it using 32-bit mode for execution...
September 4, 2009 at 8:30 am
Tim,
This select statement 'Select ACT_BLKDTL'. Is this the 'special' table that contains your passwords or is this the select from the data tables?
September 4, 2009 at 8:20 am
Scott (9/3/2009)
September 4, 2009 at 8:13 am
I will tell you that certain functionality is not compatible with 64-bit, such as Excel Services. Mind you there is no need to go 64-bit. You can run...
August 15, 2009 at 8:05 am
Viewing 13 posts - 16 through 28 (of 28 total)