Forum Replies Created

Viewing 15 posts - 18,511 through 18,525 (of 19,560 total)

  • RE: Best way to append data from other non-MSSQL database via ODBC

    If you can modify the source table to include a column to control synchronization, that would be most excellent.

    IsSynched = 1 in source, then SSIS ignores it and does anything...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Unicode conversions by default causing poor performance

    Lynn Pettis (12/22/2009)


    Good to know. Thank you. Have you thought about writing this up as an article for ssc? You should.

    I second the motion.:cool:

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Should I pre-create all needed partitions/filegroups/files?

    sturner has offered some good advice.

    In addition, by doing this up front - you may save yourself some administration time down the road. Before doing, you will need to...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: SSIS Licensing Question

    acapucion (12/22/2009)


    I have a scenario, installed SQL Server 2008 Database Engine and SSIS component into one server.

    Developer wanted to have capability to design SSIS, so I installed him BIDS...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: sql-dmo on sql server 2008

    tbrun (12/22/2009)


    thanks.. aware of SMO but just not getting into that now...

    the create object isn't the error i'm getting .. but i'll try this anyway.

    But...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Jeff Moden (12/22/2009)


    CirquedeSQLeil (12/22/2009)


    ...And chastising QODs:blush:

    Heh... nah... "tweeking" is the word that I would chose on the one you're thinking of. 😀 I bashed one that Steve posted...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Jeff Moden (12/22/2009)


    CirquedeSQLeil (12/22/2009)


    Bru Medishetty (12/22/2009)


    CirquedeSQLeil (12/22/2009)


    Bru Medishetty (12/22/2009)


    Our good old friend has another doubt anyone care to answer ?

    http://www.sqlservercentral.com/Forums/Topic838140-5-1.aspx

    Recollect some of his / her famous threads.

    Lock Pages in Memory

    How...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: TempDB database log

    You're welcome.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Jeff Moden (12/22/2009)


    GSquared (12/22/2009)


    Lynn Pettis (12/22/2009)


    I'm starting to notice a trend in a few questions where people expect tables to store records in a specific order. Anyone else seeing...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: sql-dmo on sql server 2008

    As a side-note, it is recommended to upgrade to SMO. Though the Backward compatibility pack exists, it is not guaranteed to be included as an option with future releases...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: sql-dmo on sql server 2008

    Sometimes you will need to manually register sqldmo.dll in C:\Program Files\Microsoft SQL Server\80\Tools\Binn\sqldmo.dll using regsvr32. For example, if you get the Server.CreateObject Failed message, you will need to register that...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Lynn Pettis (12/22/2009)


    GilaMonster (12/22/2009)


    Bru Medishetty (12/22/2009)


    Well you see Steve, Jeff, Barry, Grant, Jack , Gail, Alvin, Bob (active posters in this thread) are all on vacation / holiday mood...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: TempDB database log

    You could empty the file of data to other files in the filegroup. Once that is complete, then you could remove the file and add another file in its...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Lynn Pettis (12/22/2009)


    CirquedeSQLeil (12/22/2009)


    Bru Medishetty (12/22/2009)


    Lynn Pettis (12/22/2009)


    Hey, this is the BEST place to waste time. I enjoy my time out in the desert!

    Which place are you from Lynn...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Master Database Location

    After you remove the LUN, does your master database come up? MSDB? TEMPDB? MODEL?

    What is the error message you get when trying to start the Agent?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 18,511 through 18,525 (of 19,560 total)