Viewing 15 posts - 121 through 135 (of 179 total)
You say ID is unique. So after inserting the row into TableB and doing other updates, do you need to check the Status again before deleting? It's only going to...
October 20, 2017 at 5:48 am
September 26, 2017 at 5:44 am
September 25, 2017 at 6:29 am
Have you even tried the sample code you posted? Because it sure looks to me that it will fail the integrity constraints.
September 25, 2017 at 5:13 am
edwardwill - Tuesday, September 19, 2017 1:03 AMI think you'll find that it's mulitplication and addition that are commutative.
Correct.
The commutative property refers...
September 19, 2017 at 5:04 am
September 6, 2017 at 5:32 am
I'm confused. What is the point of creating an order if you don't have a customer who ordered that order?
September 5, 2017 at 6:02 am
Tables don't "automatically update" by themselves. (Egad, would that be a mess if they did!) You need something to make the table update.
Usually that would be a stored...
September 5, 2017 at 5:47 am
Would a simple IF/THEN/ELSE structure suffice?
IF @status = 'Y'
BEGIN
Select Top 500 COUNT(*) OVER() TotalRows, Column1, Column2 from table
END
ELSE
August 23, 2017 at 5:17 am
August 22, 2017 at 5:31 am
I want my points back. This question was as badly conceived as the other coffee card question a couple weeks ago. The only reasonable answer is to use FLOOR(ABS(n)), and...
August 22, 2017 at 5:26 am
Do any of these file formats have an industry "standard"? I ask because I used to work in a finance company and there were a fixed number (unfortunately more than...
July 14, 2017 at 5:31 am
July 7, 2017 at 5:25 am
Viewing 15 posts - 121 through 135 (of 179 total)