Forum Replies Created

Viewing 15 posts - 91 through 105 (of 673 total)

  • RE: Protecting Data

    Kevin Gill (10/19/2011)


    SanDroid (10/19/2011)


    Kevin Gill (10/19/2011)


    Just to answer one of your points, I'm not worried about rouge developers, as they're easy to spot by their colouring, and we just avoid...

  • RE: Maximum degree of Parallelism

    Great question.

    The obscure pieces of SQL data that I remember never stop ssurprising me. 😎

  • RE: Protecting Data

    There are many compliance and policy laws in the US that govern the access and obfuscation of personal and/or financial data companies create and collect. This data usually could...

  • RE: Protecting Data

    Kevin Gill (10/19/2011)


    Just to answer one of your points, I'm not worried about rouge developers, as they're easy to spot by their colouring, and we just avoid employing red people....

  • RE: Constraints

    Thanks for the nice easy old school T-SQL question. Perfect for a Monday.

    Check Constraints have worked like this for a while.

    Always bee one of those things to remember or...

  • RE: exceptional logic

    Nice Question.

    Great example of how UNION, EXCEPT, and INTERSECT work together.

  • RE: Elementary Key Attributes

    mtassin (10/5/2011)


    So saying people need to know this variant of Normalization in order to work with SQL is flippant in my opinion. I drank the Cherry Koolaid, and...

  • RE: Elementary Key Attributes

    Nice question on Normalization. Would have been easier to answer if I knew that T was part of a database at BCNF or EKNF.

    Thought I selected the right answers...

  • RE: Table variable vs temp table

    SQLRNNR (10/3/2011)


    SanDroid (10/3/2011)


    ......

    Does anyone know what the difference would be between using a WITH statement and a TEMP table?

    Do you mean as in using a CTE or subquery?

    Sorry... I...

  • RE: Table variable vs temp table

    Lynn Pettis (10/3/2011)


    SanDroid (10/3/2011)


    Nice question. I heard this was supposed to change in 2008.

    Not suprised it did not.

    Becuase of this we always remove table variables from any code...

  • RE: Table variable vs temp table

    Nice question. I heard this was supposed to change in 2008.

    Not suprised it did not.

    Becuase of this we always remove table variables from any code we get.

    Table Variables...

  • RE: Business Intelligence Development Version

    Great Friday question. One of the things I like about 2008 was that the latest version of Visual Studion matched the latest version of SQL server.

    Can some confirm that...

  • RE: TempDB

    Great question. More like this would be nice. 😎

    I learned about this one before when someone asked me to help upgrade a SQL server from 6.5 to 7.0. Seems...

  • RE: TempDB

    v_kozachuk (9/29/2011)


    SQL Kiwi (9/29/2011)


    v_kozachuk (9/29/2011)


    Thanks for the question.

    But ,i think, the question must be more precise - "How many data filegroups are allowed for tempDB data"

    The article on technet (http://technet.microsoft.com/en-us/library/cc966545.aspx)...

  • RE: Installating SSIS with Named Instance

    Great question rfr.

    Been looking forward to it since you posted that you submitted a question.

    I was not disapointed.

Viewing 15 posts - 91 through 105 (of 673 total)