Viewing 15 posts - 346 through 360 (of 587 total)
Ok, I'm guessing a little, but do you by chance have this query wrapped inside an EXEC or a sp_executesql? The reason I ask is that when you are...
January 21, 2010 at 3:17 pm
I see several mentioning martial arts stuff... Do your coworkers have to attend as well to get the full relaxing effect...? 😀
Chad
January 21, 2010 at 11:01 am
Alvin Ramard (1/20/2010)
Probably not, but you can add it to your resume.
Excellent idea!
Alright, back to the shadows behind the watercooler for me...
Chad
January 20, 2010 at 11:56 am
Do I get a certificate of accomplishment for helping Lynn? Stuff like that doesn't happen every day and I'd like to have something to hang up on my wall....
January 20, 2010 at 11:45 am
Wow... it actually worked?!?!
I can't claim credit for the settings - I copied them from a website/blog/forum somewhere I can't now find and luckly it worked for me. ...
January 20, 2010 at 11:44 am
Lynn Pettis (1/20/2010)
January 20, 2010 at 9:49 am
Lynn Pettis (1/19/2010)
January 20, 2010 at 7:41 am
Correction - looking back at the log we did just do a service restart. Of course, that was after 30 minutes of "OH NO!" detective work.
Chad
January 19, 2010 at 12:33 pm
I'd suggest a reboot/restart as well. We lost connectivity to the SAN during a network upgrade and the database server wasn't shutdown first. The drive came back ok...
January 19, 2010 at 12:31 pm
Are you really really sure Datum is a datetime field and not a char or varchar field?
Any chance you are using SQL Server 2008 and not SQL2000 or SQL7 and...
January 14, 2010 at 2:32 pm
Cool - that is good news. I would think that means that the linked server and DTC are working. If the linked server wasn't working, the SP wouldn't...
January 14, 2010 at 8:46 am
Yes, that would be the problem. I'm not sure how you got that value into a datetime field though. When I run this script:
DECLARE @Datum Datetime
SELECT @Datum =...
January 14, 2010 at 8:22 am
what are the min and max values stored in the column?
Is there anything else done outside the code you posted that might be causing the error (if you run the...
January 13, 2010 at 2:14 pm
Would it work to use bitwise operators instead? It might be a little easier to add new items later:
DECLARE @OptionSum int
DECLARE @strFinalWhere varchar(max)
SELECT @OptionSum = 12
, @strFinalWhere = ''
--You're...
January 13, 2010 at 12:20 pm
Is Datum a date field? What are the min/max values in the field?
This might take some work, but here's how you might narrow down which record is causing the...
January 13, 2010 at 11:58 am
Viewing 15 posts - 346 through 360 (of 587 total)