Forum Replies Created

Viewing 15 posts - 5,836 through 5,850 (of 6,031 total)

  • RE: The Hybrid

    Steve Jones - SSC Editor (10/27/2010)


    When I was going in IT, if you could spell VB, you COULD get a job. If you could get a few letters after your...

  • RE: Normalization vs Denormalization

    rootfixxxer (10/28/2010)


    For example i have one section in the application where the users (workers) need to register hours for every working day, every user belong to a team, but the...

  • RE: Normalization vs Denormalization

    In an transactional database, I always default to at least 3rd normal form. If you want to create some denormalized summary or staging tables on the side for the purpose...

  • RE: The Growth of Professional Development

    Specialization is for insects or career contractors. If someone wants to be secure in their job as an IT staff employee, then they have to know the business side as...

  • RE: Are There That Many GUIDs?

    Steve Jones - SSC Editor (10/27/2010)


    Some of the smaller manufacturers aren't careful. In the 90s we had two separate NICs have duplicate MACs when we bought an off brand.

    Of course,...

  • RE: Are There That Many GUIDs?

    I still think that combining a logical identifier like client_id or store_id with another column containing either a date/time stamp or sequential integer makes more sense than stamping the network...

  • RE: Are tabular udfs helpful or hurtful?

    Looking at the Actual Execution Plan of the query may not tell you the internals of what the UDF is doing, but it should give you an idea of how...

  • RE: The Hybrid

    chrisn-585491 (10/27/2010)


    The scary part is, I make 10-20 percent less than I did a few years ago...

    The sad part is that the folks at the top of the heap make...

  • RE: The Hybrid

    I'm in the process of making myself a SQL Server / Oracle / Data Analyst / Business Analyst hybrid. I've had experience with all of the above over the years,...

  • RE: How to kill a process in sql server

    lavien (10/26/2010)


    I don't know why it has to rollback. The server have more than 30 process that the select statement using the full text catalog for some days(I had been...

  • RE: Are There That Many GUIDs?

    Thomas-282729 (10/26/2010)


    Eric Russell 13013 (10/26/2010)


    I'm not intentionally trying to throw gasoline on the fire, but I'd just like to point out that, since a GUID is basically a combination of...

  • RE: Are There That Many GUIDs?

    I'm not intentionally trying to throw gasoline on the fire, but I'd just like to point out that, since a GUID is basically a combination of various attributes like machine...

  • RE: Are There That Many GUIDs?

    GSquared (10/26/2010)


    Eric Russell 13013 (10/26/2010)


    This why I keep saying that some type of identifier unique to each instance of the application or user, like client_id or cashregister_id, when combined with...

  • RE: Are There That Many GUIDs?

    This why I keep saying that some type of identifier unique to each instance of the application or user, like client_id or cashregister_id, when combined with a sequential integer or...

  • RE: Are There That Many GUIDs?

    Paul White NZ (10/25/2010)


    Eric Russell 13013 (10/25/2010)


    ...sequential GUIDs created using NEWSEQUENTIALID() can potentially be duplicated across multiple database instances.

    NEWSEQUENTIALID calls the Windows API function UuidCreateSequential, which uses version 1 of...

Viewing 15 posts - 5,836 through 5,850 (of 6,031 total)