Forum Replies Created

Viewing 15 posts - 31 through 45 (of 254 total)

  • RE: SQL Battleship

    jeffrey.kolek 31375 (7/3/2015)


    Rather cool, thanks for the informative article!

    Game over. Human player wins in 28 shots!

    Well done!

  • RE: SQL Battleship

    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. 🙂

  • RE: Index Breakdown

    Enjoy!

  • RE: Index Breakdown

    Good, glad you liked it. 🙂

  • RE: Index Breakdown

    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...

  • RE: SQL Battleship

    Sounds like you had fun. 🙂

  • RE: SQL Battleship

    Awesome job! Thanks for sharing. 🙂

  • RE: Monty Hall Paradox

    I am surprised anyone even found this old post. LOL.

  • RE: Monty Hall Paradox

    brosspaxedi (11/10/2014)


    I think this is bogus. The reason that I think it is bogus is that on the second bet you are excluding the door you picked from your second...

  • RE: Unused Input Parameters

    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...

  • RE: Unused Input Parameters

    Glad to hear it. 🙂

  • RE: usp_who5

    kpa (11/5/2014)


    Hi, I am getting error when running on SQL 2008 as follows: 'Msg 8181, Level 16, State 1, Line 2

    Text for 'MMSendEmailForPreviousMissingFiles' is missing from the system catalog....

  • RE: usp_who5

    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.

  • RE: usp_who5

    rfulbrig (11/3/2014)


    You have created a great script! The info is exactly what is needed to pinpoint blockages. The format of your select statement also makes it extremely easy to re-arrange...

  • RE: Date Calendar

    Brian J. Parker (10/31/2014)


    lduvall (10/31/2014)


    This script is very helpful and it's close to what I need but not quite. I need the week# and month# to be built off the...

Viewing 15 posts - 31 through 45 (of 254 total)