Viewing 15 posts - 11,116 through 11,130 (of 26,486 total)
Yep, that is another one.
June 22, 2012 at 8:50 am
Yea, but I think I should change mine to use <> instead of just >.
June 22, 2012 at 8:47 am
Going to require a table scan to accomplish, but something like this may work:
SELECT
*
FROM
dbo.MyTable
WHERE
Amount - ROUND(Amount,0,1) <> 0.0;
June 22, 2012 at 8:42 am
Sachin 80451 (6/22/2012)
In my result set I want to show all the data for the next three months. If we were...
June 22, 2012 at 8:25 am
You can create inline table valued functions and use those as parameterized views, passing in the appropriate values to obtain the desired result set.
June 22, 2012 at 8:19 am
forsqlserver (6/22/2012)
hi,I have as approx similar issue:
If you really want people to lok at other threads, either here on ssc or other forums, it would help if you would use...
June 22, 2012 at 8:11 am
Unless you move data from the larger data file to smaller data file before doing the backup and restore, you are going to need 3 TB of disk space for...
June 22, 2012 at 8:06 am
What it will affect is that the transactions that need to go to the mirror database are queued until the mirror is resumed. This means the transactions are not...
June 22, 2012 at 8:03 am
Testing is important. Remember; backups are worthless, restores are priceless.
Ages ago I worked as a computer operator. We backed up our databases to 9 track tapes. I...
June 22, 2012 at 7:52 am
GBeezy (6/22/2012)
June 22, 2012 at 6:30 am
Duplicate post. Please post any responses here.
June 22, 2012 at 6:00 am
One possibility, iirc, is that you could have hyperthreaded cores, which means 16 could be 32. Just a shot in the dark.
June 22, 2012 at 5:58 am
Charmer (6/22/2012)
if you have time , could you...
June 22, 2012 at 5:44 am
Lynn Pettis (6/21/2012)
herladygeekedness (6/21/2012)
If the former, I'm not sure how to help unless you can...
June 21, 2012 at 7:28 pm
Munabhai (6/21/2012)
June 21, 2012 at 7:10 pm
Viewing 15 posts - 11,116 through 11,130 (of 26,486 total)