Viewing 15 posts - 376 through 390 (of 15,381 total)
July 2, 2018 at 8:36 am
So your jobs table has no primary key? What column(s) are used to indicate that an aggregate row belongs to a job row? No offense mate but your table design...
July 2, 2018 at 8:15 am
July 2, 2018 at 6:48 am
June 29, 2018 at 10:36 am
I think I know what you are saying. If it's an...
June 29, 2018 at 8:29 am
June 29, 2018 at 8:28 am
You have to get the scalar value logic out of your head to start thinking about this as a set. You could use MERGE but separate insert and update statements...
June 29, 2018 at 8:09 am
June 29, 2018 at 7:50 am
Your trigger has a MAJOR flaw. It assumes there will only ever be a single row in inserted. In sql server triggers fire once per operation, not once per row....
June 29, 2018 at 7:17 am
June 29, 2018 at 7:14 am
June 28, 2018 at 2:15 pm
June 28, 2018 at 9:09 am
June 28, 2018 at 8:49 am
Viewing 15 posts - 376 through 390 (of 15,381 total)