Viewing 15 posts - 526 through 540 (of 1,473 total)
Deleted data with those 4 values are not going to Schema2.DIMCNAM
but data regarding those 4 values is deleted in Schema1.DIMCNAM
You still have not said what you want to do about...
October 15, 2009 at 12:32 pm
But errors occurs since the value of identity column of the deleted row which is in Schema1.DIMCNAM
already exists in Schema2.DIMCNAM
Right, that's what I was talking about. And what do...
October 14, 2009 at 1:06 pm
Use '%@A %' instead of '%@A%'. (There's a space after the A in the first one)
October 14, 2009 at 10:23 am
rahulsony111 (10/14/2009)
Those identity columns are already been set. I dont have an option to change them.
All i have to do is to create a...
October 14, 2009 at 10:03 am
Oops, just noticed PP posted the same thing :Wow:
October 14, 2009 at 9:53 am
So you're basically looking for column level dependencies. In 2000, I don't think you're going to find anything. Someone might have a script that'd get you closer than...
October 14, 2009 at 9:52 am
And if you don't specifically need this to be a script, just hit F4 in your query analyzer to do an object search. If I didn't need my F4...
October 14, 2009 at 8:03 am
Michael Valentine Jones (10/13/2009)
GSquared (10/13/2009)
It allows the dev...
October 14, 2009 at 8:00 am
Jonathan Melo (10/14/2009)
October 14, 2009 at 7:26 am
OK, I think I see part of it. The 8462.57 value is creating its own line because it is the 7th value (zeroes not counted apparently) in the row...
October 13, 2009 at 8:57 pm
:blink: :blink: :blink: Uhh... Huh? :ermm: :ermm: :ermm:
In either case, the solution is to add a new record and copy the rest of the...
October 13, 2009 at 8:35 pm
OK, I knew this looked familiar. I see from your other thread that you are very new. Please explain as best you can, why you think you need...
October 13, 2009 at 7:24 pm
Is there a reason you need that column to be an identity column at all? If you're using it as an identity column for other things, and just manually...
October 13, 2009 at 7:19 pm
Or check out the Crosstabs / Pivots link in my signature.
October 13, 2009 at 7:16 pm
If bob's solution doesn't work, can't you just join invoice to your CTE and use RowNumber in your case statements instead of the variables you're assigning now? No access...
October 13, 2009 at 7:10 pm
Viewing 15 posts - 526 through 540 (of 1,473 total)