Forum Replies Created

Viewing 15 posts - 4,501 through 4,515 (of 6,026 total)

  • RE: Performance Issue on View using Union All

    After the modification the view is performing very poorly unexpected behavior.

    So this view was implemented to facilitate some partitioning strategy. There are many scenarios where partitioning, especially paritioned views...

  • RE: Running Out Of Foreign Keys

    Toreador (5/22/2014)


    Eric M Russell (5/21/2014)


    By default, foreign keys are not indexed, and nor should they generally speaking.

    If the table is large and the referenced table allows deletion, then foreign...

  • RE: What are you worth?

    Jeff Moden (5/21/2014)


    I have a friend from NY City and his saying is "The squeaky wheel gets greased". 😉 Heh... "Thing aboud it!" 😀

    Yes, the cart doesn't revolve around...

  • RE: Running Out Of Foreign Keys

    I've seen fact tables in a star schema model with 20+ foreign keys. By default, foreign keys are not indexed, and nor should they generally speaking. Actually, there are cases...

  • RE: What are you worth?

    Monthly SQL Server user group meetings are a good place for leads on permanent hire positions or contracts. If you're currently in the market for a new job and there...

  • RE: Balancing Learning

    When it comes to leveraging a new feature or adopting a new technique, whether that happens tomorrow or months down the road also depends on if I'm currently working on...

  • RE: Does a restored DB bring its virtual file stats with it?

    A database restore performs mass write operations to data and log files, so should we really expect dm_io_virtual_file_stats to be near zero after a restore?

  • RE: best practices for storing ssn?

    Sean Lange (5/19/2014)


    Eric M Russell (5/19/2014)


    Maxer (5/18/2014)


    A company I work with stores all HR data for all past and present employees in a table that has SSN, DOB, address, and...

  • RE: What are you worth?

    Doctor Who 2 (5/19/2014)


    This is the second time, in this thread, that the idea of hiring a recruiter has come up. (It may have been you, Eric, that brought it...

  • RE: best practices for storing ssn?

    Maxer (5/18/2014)


    A company I work with stores all HR data for all past and present employees in a table that has SSN, DOB, address, and full name.

    This sort of sets...

  • RE: Check Constraint Mysteriously Modified

    Is is possible that an SSIS package or some other ETL process can be disabling the check constraints prior to loading tables?

  • RE: What are you worth?

    Doctor Who 2 (5/19/2014)


    OK, I'll drop the "accidental DBA" moniker from my public speaking; I'll just use it here on these forums.

    What recruiters have people had the best experience with?...

  • RE: What are you worth?

    Doctor Who 2 (5/19/2014)


    Very relevant to me, now that I'm being downsized. I've got a fairly good idea what I'm worth, as a senior programmer analyst. But I've got no...

  • RE: Cursors

    One reason why developers write cursor based SQL is because they're attempting to literally re-create the step by step looping and decision based logic of a workflow diagram. Often times...

  • RE: Cursors

    Database engines don't execute T-SQL or PL/SQL; they compile to an execution plan and execute that. For example, in SQL Server two very different looking sql selects, one that references...

Viewing 15 posts - 4,501 through 4,515 (of 6,026 total)