Viewing 5 posts - 1 through 5 (of 5 total)
First thing that comes to mind is substring. You can group by substring(column,1,10) and order by substring(column,11,19) desc
January 7, 2011 at 1:47 pm
I am not a memory guru by any means but about the only way to clear the buffer pool is to reboot, restart the instance, or run dbcc dropcleanbuffers. ...
October 6, 2010 at 9:59 am
Paul, is there a way to run the with repair on a specific file group rather than the entire DB? I have a similiar issue but it is only...
September 7, 2010 at 7:41 am
Unique Index Requirement
The SQL Server OLE DB provider requires that a unique index exist on the underlying table for UPDATE or DELETE operations. If no unique index exists on a...
February 18, 2010 at 12:27 pm
Viewing 5 posts - 1 through 5 (of 5 total)