Viewing 15 posts - 1 through 15 (of 37 total)
So this seems to me to mean that the dependencies thing is undependable and therefore, basically useless.
???!!!???
Is there a better (ie, dependable) way to see dependencies in SQL server?...
December 8, 2009 at 11:21 am
Thanks Grasshopper, removing from the subselect did the trick. Although I'm going to have to stare at it for awhile to understand why.
November 11, 2009 at 6:45 pm
I may yet go with the calendar table idea. However, the rules for determining manfacturing month seem to be fairly clear:
Manufacturing year is divided into four 13-week quarters.
Manufacturing months...
November 2, 2009 at 3:11 pm
Ok, I'll attempt to explain why. My function fnMfgMonth calculates the "manufacturing month" for a given date. "Manufacturing month" is determined by the week # of the year, and the...
November 2, 2009 at 1:46 pm
So, I'm just curious to know why the "in" statement works in one version and not the other. I can't see anything in the definition of the case statement that...
October 16, 2009 at 10:43 am
Thanks. At this point this is enough to convince me that I don't need regular expressions that badly.
September 29, 2009 at 11:15 am
I don't recall turning identity_insert on for this table in the past, but there are lots of things I don't recall....:rolleyes:
That's probably what happened.
Is there a way to determine...
September 25, 2009 at 1:31 pm
No, I don't think that's the issue. If I simply turn off the IDENTITY specification on the PK, but leave it as a unique PK, I can do the insert...
September 24, 2009 at 5:06 pm
Thanks,
I found that I must remove the "As VSC" to get this to work.
Also found out that just putting parentheses around my original select statement works:
set @i=(SELECT TOP 1
Convert(int,Replace([ref...
August 31, 2009 at 6:12 pm
Thanks for the info.
I have a bunch of pretty complex Access db's I've developed and maintained over the past 15 years or so. I'm about halfway through changing over...
August 28, 2009 at 10:43 am
Lamprey13, thanks. One question: What good does it do to have a try--catch block where the catch block does nothing? How is this different from just doing the "log...
August 3, 2009 at 9:59 am
GSquared, yes, that helps. Thanks!
August 3, 2009 at 9:54 am
"Much harder to document" than what??? I am struggling with the best method of error handling for transactions. If there's a clearer way, I'd really appreciate an example.
July 28, 2009 at 10:44 am
But my point is, to clarify, that it does fail on the PK violation and jump to the Catch, but xact_state is still =1. I have changed this now to...
July 27, 2009 at 3:34 pm
Viewing 15 posts - 1 through 15 (of 37 total)