Forum Replies Created

Viewing 15 posts - 391 through 405 (of 848 total)

  • RE: The OLAP Sprint

    Good luck! I taught myself OLAP by taking a simplified copy of an existing relational database and reformatting everything to a more dimensional model. Even with a book on OLAP...

  • RE: Enable Database Mail in 2012

    i remembered using sp_configure to enable this in 2008 R2 and was happy to see that it was the same in 2012.

  • RE: Partitioned index

    This question wasn't as difficult as I first thought. It does help that I have used partitioning a few times though. Happy Friday all!

  • RE: A Welcome Delay

    I always proofread and check my emails for tone before sending. If something is emotionally charged then I will either save it as a draft for a couple hours to...

  • RE: MDX Guide for SQL Folks: Part I - Navigating The Cube

    Thank you, thank you, thank you!

    I have looked over so many books and sites that try to teach MDX and none have simplified it like this article.

    For some...

  • RE: character ordering

    paul.knibbs (11/1/2012)


    mtassin (11/1/2012)


    Oh and of course I got it wrong... because I just went with

    SELECT ASCII('Z')-ASCII('0')

    That's pretty much what I did, but I did it in my head rather than...

  • RE: Parsing values in the WHERE clause

    Nice question, thanks.

  • RE: SELECT (Transact-SQL)

    nice easy one for a Friday. Thanks!

  • RE: Duplicate Foreign Key

    I actually thought the load would fail when trying to create a duplicate FK so I chose none of the above. I then ran the code on a test db...

  • RE: PARSENAME

    Interesting function. Not sure when I would use it but good to know anyways. Thanks for the question!

  • RE: VIEW - 9

    Nice question, thanks.

  • RE: While loop 2

    Nice question. Thanks!

  • RE: T-SQL

    Good question on basics. Thanks!

  • RE: While loop

    Nice question. I was looking for a catch (no pun intended) but it was just a good question on the basics. Thanks!

  • RE: Statistics - 3

    Thanks for the question!

Viewing 15 posts - 391 through 405 (of 848 total)