Viewing 15 posts - 31 through 45 (of 254 total)
jeffrey.kolek 31375 (7/3/2015)
Rather cool, thanks for the informative article!Game over. Human player wins in 28 shots!
Well done!
July 3, 2015 at 12:51 pm
MartJ (7/3/2015)
Brilliant!Fantastic to see what else can be done with SQL, thank you so much for sharing.
My pleasure! Glad you enjoyed it. 🙂
July 3, 2015 at 8:29 am
Did you run the complete script? The first part should eliminate the divide by zero errors:
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
SET NOCOUNT ON
SET ANSI_WARNINGS OFF
SET ARITHABORT OFF
SET ARITHIGNORE ON
SET TEXTSIZE...
March 3, 2015 at 10:02 am
I am surprised anyone even found this old post. LOL.
November 10, 2014 at 4:42 pm
brosspaxedi (11/10/2014)
November 10, 2014 at 4:42 pm
I've actually found a lot of code with unused parameters. Seems developers modify the code over time and forget to take stuff out. Can add for a bit of confusion...
November 7, 2014 at 4:04 pm
kpa (11/5/2014)
Text for 'MMSendEmailForPreviousMissingFiles' is missing from the system catalog....
November 5, 2014 at 4:03 pm
rfulbrig (11/3/2014)
I am using IE 11.
I know that when I use IE there are issues. Firefox seems to work without issue.
November 3, 2014 at 3:04 pm
rfulbrig (11/3/2014)
November 3, 2014 at 2:42 pm
Brian J. Parker (10/31/2014)
lduvall (10/31/2014)
October 31, 2014 at 10:43 am
Viewing 15 posts - 31 through 45 (of 254 total)