Forum Replies Created

Viewing 15 posts - 331 through 345 (of 2,647 total)

  • RE: Unique Identifiers

    SA-1 (8/6/2012)


    I can see situations where, the nightly production loads may need to be loaded to non-production systems every once in a while. In this case, you would need to...

    Jared
    CE - Microsoft

  • RE: Unique Identifiers

    SA-1 (8/6/2012)


    In our case, Uniqueidentifier / guid's won't work for account_ids.

    We could either restore from backup or replicate data or sync using SSIS to instance_2.

    I think this should work:

    Use Identity...

    Jared
    CE - Microsoft

  • RE: Unique Identifiers

    GSquared (8/6/2012)


    Maintaining unique identifiers across computers is pretty much what GUIDs were invented for.

    Take a look at GUID and UNIQUEIDENTIFIER online. You'll find the relevant data easily enough.

    True, but...

    Jared
    CE - Microsoft

  • RE: Unique Identifiers

    SA-1 (8/6/2012)


    The issue is when that instance_1 is production only and instance_2 needs both prod and test data. There is the need to maintain the prod ids in instance_2 with...

    Jared
    CE - Microsoft

  • RE: The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time.

    What is the stored procedure? Maybe if you post that and some DDL for the tables it is referencing, we can help optimize it so that it does not cause...

    Jared
    CE - Microsoft

  • RE: SSRS 2008 - show all columns in matrix?

    dj1202 (8/6/2012)


    After further review, I believe I understand your recommendation now. Are you suggesting that I input NULL or 0 values in the table, for all the location groups that...

    Jared
    CE - Microsoft

  • RE: Unique Identifiers

    SA-1 (8/6/2012)


    Has anyone had the need to maintain unique identifiers across different sql instances. Any ideas how this can be accomplished?

    ex:

    tbl_Account has account_id as identity column, however, i need to...

    Jared
    CE - Microsoft

  • RE: SQL 2008 R2 - peer to peer replication

    tim.cloud (8/6/2012)


    Yes, that is the only drawback I could find.

    However, I can tell you first hand that it does work, and it's a pretty flexible solution other than having to...

    Jared
    CE - Microsoft

  • RE: SQL 2008 R2 - peer to peer replication

    tim.cloud (8/6/2012)


    I used this tutorial from Microsoft:

    http://msdn.microsoft.com/en-us/library/ff928700.aspx

    It actually works very well, and the only object type that is not supported is FileStream.

    Interesting. Though it seems to be a lot...

    Jared
    CE - Microsoft

  • RE: SQL 2008 R2 - peer to peer replication

    tim.cloud (8/6/2012)


    Use the Microsoft SYNC framework. Takes out the guesswork.

    o you have a sample article or any information about putting this together? Since they have deprecated Transactional Replication with...

    Jared
    CE - Microsoft

  • RE: Updated Rows not showing up

    Glad you figured it out.

    Jared
    CE - Microsoft

  • RE: Updated Rows not showing up

    If you query directly from serverA, is the data updated? How did you verify that your update statement affected data?

    Jared
    CE - Microsoft

  • RE: Updated Rows not showing up

    Did you open a transaction for the update and not commit it?

    Jared
    CE - Microsoft

  • RE: Suggestion on how to implement a custom rollback

    We handle this a bit differently, and it depends on your space allowance... We take a backup every night of said database, and then restore it to databaseName_dayOfWeek. We...

    Jared
    CE - Microsoft

  • RE: Traces running with NULL FileName,MaxSize values

    Strange... What about the TRACE_PRODUCE_BLACKBOX option?

    From BOL: No filename can be specified. The file will be saved as: N'%SQLDIR%\MSSQL\DATA\blackbox.trc'

    Don't have time to set one up and test it, but maybe...

    Jared
    CE - Microsoft

Viewing 15 posts - 331 through 345 (of 2,647 total)