Viewing 9 posts - 1 through 9 (of 9 total)
No, a column of data type rowversion.
September 4, 2016 at 4:58 pm
Thank so much, peacesells
Wonderful solution 😀
April 9, 2015 at 8:59 am
Yes, there was other stuff at the end of th CREATE proc...
Thanks!
September 11, 2014 at 7:44 am
As you can see, this is a quick fix, stop gap bit of script. It's just something to patch us through until we do it right.
I've got a little mystery...
September 9, 2014 at 8:16 pm
I found the solution here:
June 26, 2013 at 1:33 pm
Mark: My client's Sql Server is pre-2008, so MERGE is not available. It would be a good solution.
Thanks!
June 26, 2013 at 10:15 am
Thanks Lowell. OUTPUT will help.
June 26, 2013 at 10:13 am
That's it. I was testing for different projects. I must have assumed....
Put me in the corner with the dummy hat on.
Thanks!!!
March 11, 2012 at 11:07 am
Got it:
WHERE
(Projects.ProjectID = @ProjectID)
AND ((dbo.Firms.ChildSpecsAsSubreports = 1) AND (dbo.Components.ParentField IS NULL) OR(dbo.Firms.ChildSpecsAsSubreports = 0))
November 21, 2008 at 12:58 pm
Viewing 9 posts - 1 through 9 (of 9 total)