Viewing 15 posts - 481 through 495 (of 528 total)
Interestingly enough, I goofed in my original statement. The failures were encountered on a database that had been restored from a backup.
When we pointed the application to the attached...
July 18, 2007 at 7:20 am
This may be a stupid question, but if you are using @tab to return values, why haven't you declared it as OUTPUT? Are you running this in...
July 17, 2007 at 6:02 am
1. have you examined the file in a 'neutral' editor that does NO reformating? Or in one that displays the hexidecimal equivalent of the actual text? Is...
July 13, 2007 at 1:47 pm
Why not just move the physical files? detach, move, attach - the bulk of the time is spend in moving the files, not in the admin aspect.
July 13, 2007 at 10:13 am
Agree with keeping the content outside the DB. However, down the road, how will you manage the organization of these images as they grow? Or will you rely...
July 13, 2007 at 10:12 am
Something to consider: The last week of the month is ALWAYS right before the first day of the following month. So, given a date, you can create a...
July 13, 2007 at 10:06 am
Why use the EXCEPT statement at all, with a "Select * ..."? What's the original objective here (other than 'drain the swamp'?)
July 13, 2007 at 9:58 am
You wrote:
I have the following IIF statement converted from an Excel IF in a textbox expression for a Report field .
= IIF(Fields!Hazard.Value >=19 AND Fields!Hazard.Value <=76
AND(Fields!Complience.Value <=11),"Excellent",...
July 13, 2007 at 9:49 am
You may not have seen this. Perhaps it can help?
http://www.simple-talk.com/sql/backup-and-recovery/pop-rivett-and-the-expanding-log-/
July 13, 2007 at 9:46 am
Why disable the database level trigger? Why not fix the underlying cause? Did you re-enable the trigger after getting your SP in?
July 13, 2007 at 9:36 am
yeh, but how many of us are willing to go to a Gulf Coast City?
July 13, 2007 at 9:33 am
I expect that answer D has the first sign going the wrong way. But it certainly isn't nice to reduce the problem to a 50-50 guess without considering what...
July 12, 2007 at 2:13 pm
did you mean to add an 'S' to the end of "XMLNAMESPACE"?
July 12, 2007 at 12:28 pm
please refer to this posting - i think it will explain the structure you need to use for what you want to do.... i suspect it means nesting your stored...
July 12, 2007 at 12:13 pm
For EXCEPT to work, don't you have to guarantee matching sort orders? Which you essentially demonstrated when you added the order by, right?
July 12, 2007 at 11:52 am
Viewing 15 posts - 481 through 495 (of 528 total)