Viewing 15 posts - 46,006 through 46,020 (of 49,571 total)
Jeff Moden (7/2/2008)
Mike C (7/2/2008)
I hear drinks are on Jeff? 🙂Only if you get real clumsy 😀
That can definitly be arranged. 😉
July 2, 2008 at 11:44 pm
Sounds like they really need you and really like you. Means, if you want to negotiate, you're doing it from a position of strength. There are worse positions to be...
July 2, 2008 at 2:24 pm
Agreed. Sorry, but I don't think we're going to be able to help very much here, except to offer commiserations and sympathy. Much as I'd love to dive into your...
July 2, 2008 at 1:59 pm
I've heard that the MS press self-paced training kit is very good.
July 2, 2008 at 1:19 pm
Jeff Moden (7/2/2008)
We can do that! I'll actually be at PASS this year! Looking forward to meeting you and many of the "old timers"...
Excellent. We should organise a...
July 2, 2008 at 12:58 pm
Jeff Moden (7/2/2008)
July 2, 2008 at 12:45 pm
OleHank (7/2/2008)
DECLARE @truthTable char(42)
SET @truthTable = '111111012345201333330143444015345501234560'
SET @retVal = CAST( SUBSTRING( @truthTable,...
July 2, 2008 at 12:37 pm
Jeff Moden (7/2/2008)
Oh my... wow... WOW! HOLY MACKERAL! :w00t::blush:
Congrats Jeff. When you get down from cloud nine, let us know. Don't rush though, this doesn't happen every day. :w00t:...
July 2, 2008 at 12:26 pm
Gaby Abed (7/2/2008)
However when I change @sqlstring to the following: select @sqlstring = N'select @db..sysindexes'
you need to concatenate the value of the variable into the string. This should more-or-less...
July 2, 2008 at 7:38 am
Try downloading process explorer and see if you can identify what is using that file. If you can find out and you can remove that open file handle, you should...
July 2, 2008 at 7:27 am
Ah. Now we get somewhere.
Do you have an anitvirus that may be (or may have been) scanning the file? Do you perhaps have a file backup that may be (or...
July 2, 2008 at 7:19 am
Are there any errors in the SQL error log?
July 2, 2008 at 7:07 am
Is the log file where SQL expects it to be? That error indicates that the log fle couldn't be read.
Have a look in the SQL error log, see if you...
July 2, 2008 at 6:44 am
Try using the query execution plan to see if the index is used o not.
Without more info on table structure, index structure and query, I can't even begin to...
July 2, 2008 at 6:28 am
Michael Earl (7/2/2008)
True, but what are the odds we're both off our meds on the same day?
Good point.
July 2, 2008 at 6:21 am
Viewing 15 posts - 46,006 through 46,020 (of 49,571 total)