Forum Replies Created

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

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

  • RE: Table create was skipped, but still got warning saying it was created.

    GSquared (10/25/2010)


    "If" statements have to make sure every possible outcome can compile and run without errors. That's why they give errors as if an option had run that really...

  • RE: Are There That Many GUIDs?

    jeff.mason (10/25/2010)


    Thomas-282729 (10/24/2010)


    Robert Frasca (10/12/2010)


    Other than for merge and updatable transactional replication, I've yet to hear an argument as to why an identifier has to be globallyunique. Sure, it...

  • RE: Are There That Many GUIDs?

    Thomas-282729 (10/24/2010)


    1) DISK SPACE isn't what is important, it is THROUGHPUT, and that is dramatically affected by the quadruple-int-sized GUIDs. MEMORY is a precious commodity (on most systems) for the...

  • RE: Large Chunks of Data

    Here in the US, SOX regulations require certain types of companies retain printed hard copies of critical financial and operations related reports, and this the source for a lot of...

  • RE: Large Chunks of Data

    Jeff Moden (10/21/2010)


    Steve Jones - SSC Editor (9/20/2010)


    Eric Russell 13013 (9/20/2010)


    Whenever someone requests the creation of a new report, and the specifications don't seem clear or feasible (for example 50...

  • RE: Using a common seed generation for multiple tables.

    Randy Emerson (9/21/2010)


    I haven't found a solution yet. But here is why we are trying this solution. We have an address table which needs to be referenced from...

  • RE: Are There That Many GUIDs?

    GSquared (10/18/2010)


    SanDroid (10/12/2010)


    David Walker-278941 (10/12/2010)


    I originally didn't like GUIDs because I thought they used too much "space". They really don't. Disk space is cheap, and GUIDs are only...

  • RE: Are There That Many GUIDs?

    samalex (10/18/2010)


    ...

    It'd be nice if Microsoft would create a numeric data type that works as streamlined as a GUID but being more akin to an Identity field.

    Sam

    In Oracle...

  • RE: Are There That Many GUIDs?

    samalex (10/18/2010)


    Hope you guys don't mind me chiming in... We're working on a new system now, and my goal is to have a globally unique ID (whether INT or UNIQUEIDENTIFIER)...

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