Forum Replies Created

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

  • RE: Combining Duplicate Databases (Identity Columns)

    Steve Jones - Editor (5/25/2010)


    No, this new table is only for the ETL movement. Once the data is moved, it isn't needed, but it is needed in order to ensure...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Combining Duplicate Databases (Identity Columns)

    Steve Jones - Editor (5/25/2010)


    There's no good way to do this. I've done what you suggested, but it's the same as what Stewart wrote. You need to create a table...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Combining Duplicate Databases (Identity Columns)

    No. However I figured out another issue today. The identity columns are being used as the Primary Key on these tables and there are FK relationships setup with...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Dev Box - What to do?

    Anyone?

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Database Mirroring:

    I have the exact same issue. Hopefully someone will respond soon.

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Login Failed for Replication Distribution Agent

    Nevermind, I figured out that I just needed to restart the SQL Agent Service and it stopped trying. 😛

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Clustered Index Column In A Non-Clustered Index

    george sibbald (5/4/2010)


    thanks for sharing.

    but of course you now have an index that offers no performance gain on selects but will need to be maintained on updates/inserts and double(?) the...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Clustered Index Column In A Non-Clustered Index

    Well, I tried in our dev environment and it appears that the query used the non-clustered covering index over the unique clustered, however, both indexes provided the exact same statistics....

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: How long to build index

    Thank you Ray for going through all of that. I truly don't know why I didn't think to just test it on a dev server. I appreciate your...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: How long to build index

    Jeff Moden (5/3/2010)


    SQLJocky (5/3/2010)


    Is there anything that can tell me how long it might lock down my table if I add a new index? We are running 2005 Standard...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Add data column that doesn't exist in the dataset

    Phil Parkin (4/30/2010)


    In the part where you specify what the field will contain, just add some literal text as your expression, eg

    "Server1"

    This will then be available to you in the...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Add data column that doesn't exist in the dataset

    Hehe, yes I remember how to do that. My question is more around how to tell it that it should derive a column that doesn't exist in the flat...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: Add data column that doesn't exist in the dataset

    Thank you for responding. I have looked at using that and am new to SSIS. Would you be able to shed some light on how exactly I would...

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: How to import permon log file (converting Date)

    Thank you! It worked like a charm (of course) and I've learned something in the process! 😀

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

  • RE: How to import permon log file (converting Date)

    Hmm...my Data Flow Path Editor only shows General, Metadata, Data Viewers. I don't see anywhere that would allow me to transform the data.

    Owner & Principal SQL Server Consultant
    Im Your DBA, Inc.
    https://www.imyourdba.com/

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