Viewing 4 posts - 1 through 4 (of 4 total)
well if sqlserver.exe was at the top, the first thing i can think of is re-indexing.
then you have to look at your partitions and a defrag running.
January 8, 2010 at 7:28 am
after looking it does not put the $ inf ront of the number but try this little script and then rethink your question.
declare @int money
declare @int2 decimal(9,2)
set @int = '88.5555555555555666666666666'
set...
January 8, 2010 at 7:23 am
if i am not mistaken the money type placse the $ infront of the number where as decimal does not
January 8, 2010 at 7:20 am
Well there is alot you left out.
1. What operating system you running
2. raid configuration
3. any other software on the system besides SQL
4. last time system as updated
5. did you check...
January 8, 2010 at 7:16 am
Viewing 4 posts - 1 through 4 (of 4 total)