You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am referring to this knowledge base article:
I am at Version7.2.4 of Bamboo but when I run the suggested query for newer versions than 5.10.0 to locate the build plan:
SELECT * FROM BUILD_NUMBERS JOIN BUILD USING (BUILD_ID) ORDER BY FULL_KEY;
I get this error:
Msg 321, Level 15, State 1, Line 1
"BUILD_ID" is not a recognized table hints option. If it is intended as a parameter to a table-valued function or to the CHANGETABLE function, ensure that your database compatibility mode is set to 90.
However, if I run the query suggested for older than 5.10.0, it seems to work so I am not sure which suggested update query to run to change the plan number. If the one for older version works, then the article needs to be corrected.