Viewing 15 posts - 2,776 through 2,790 (of 6,486 total)
Jeff Moden (6/21/2008)
Matt Miller (6/21/2008)
June 21, 2008 at 10:06 am
Jeff Moden (6/20/2008)
The old myth was that COUNT(*) and SELECT * performed better than anything else because it would look for the best index to use....
June 21, 2008 at 9:00 am
GSquared (6/20/2008)
Without an index on the column I had in the...
June 20, 2008 at 7:25 pm
hmm...looks to me that someone is storing 'null' as a string, and not NULL (the lack of value or the undefined state that is NULL).
June 20, 2008 at 2:08 pm
GSquared (6/20/2008)
June 20, 2008 at 12:23 pm
No - it sounds like profiler is fine - you just have to find which row actually talks about the UPDATE operation you're trying to perform. Might not be...
June 20, 2008 at 12:17 pm
That's a SELECT. The message is about an UPDATE operation. You don't think you're looking at the right operation.
June 20, 2008 at 12:03 pm
Well - the error message is implying that whatever the new value for em_ID is. - it doesn't exist in the employee table. Meaning - the employeeID doesn't exist...
June 20, 2008 at 11:47 am
You may be able to do something with the Default trace. The default trace tracks schema changes (it's the basis for the Schema Change History report, which might also...
June 20, 2008 at 11:17 am
I'd pick a good time, and grow the files myself. In other words - don't wait for it to auto-grow. auto-grow usually happens at the worse possible time...
June 20, 2008 at 11:08 am
Mauri (6/20/2008)
The recovery model is the FULL one, and you are right I should think about changing the backup planning, so I am going to...
June 20, 2008 at 10:08 am
Automation-wise - it might be easiest to allow them to pick one date (say - the startdate), and an integer replresenting the day of the other "side", and set up...
June 20, 2008 at 10:01 am
You can get there using a variety of methods. The first one that comes to mind would be to go read up on Common Table Expressions, which kind of...
June 20, 2008 at 9:43 am
You haven't supplied a critical piece of info to fully answer your question (your recovery model). that being said, given your scenario, it sounds like your transaction log needs...
June 20, 2008 at 9:35 am
and don't forget the hardest of them all:
How do you spell SSRS?
June 20, 2008 at 9:00 am
Viewing 15 posts - 2,776 through 2,790 (of 6,486 total)