Forum Replies Created

Viewing 15 posts - 4,681 through 4,695 (of 5,393 total)

  • RE: Are the posted questions getting worse?

    GilaMonster (12/9/2009)


    exec sp_configure 'Run SQL Faster',1

    Wow! Thanks Gail, I'm trying immediately on my production server. :hehe:

    Would you also recommend (as a fellow expert) turning on these switches?

    exec sp_configure 'Auto...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Roy Ernest (12/7/2009)


    Disadvantages of being an expert... 🙂

    Get emails from strangers...:-D

    That's why I never get emails from strangers.

    Uhmmm... wait a moment: I don't even get them from people I...

    -- Gianluca Sartori

  • RE: Why I Run SQLServerCentral

    Steve, I can just say that you are running this community outstandingly and I'm proud to be a member.

    The reasons why you are running SSC are up to you,...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Roy Ernest (11/25/2009)


    I sometimes feel that the thread rules us... We dont rule the thread anymore. It has evolved itself into a controlling being

    Should we name it HAL 9500 (posts)?

    -- Gianluca Sartori

  • RE: Create Linked Server to Informix DB

    Double post

    -- Gianluca Sartori

  • RE: Create Linked Server to Informix DB

    I did a quick search:

    Informix latest version should be 11.5 (it's a long time since I last worked with it :-))

    You need to install the CSDK package, that should contain...

    -- Gianluca Sartori

  • RE: Create Linked Server to Informix DB

    You need to install the OLEDB provider for Informix. I don't remember where it comes from, but I remember there's a tools CD that contains the OLEDB provider (and many...

    -- Gianluca Sartori

  • RE: collation conflict between "SQL_Latin1_General_CP1_CI_AS"

    The duplicates can only be in the data you are inserting.

    Try to query those rows grouping for the primary key having count(*) > 1.

    -- Gianluca Sartori

  • RE: collation conflict between "SQL_Latin1_General_CP1_CI_AS"

    There's a comparison in the "IN" clause, so you have to define explicitly the collation you are using both in the subquery select list and outer query where clause.

    Try this:

    WITH...

    -- Gianluca Sartori

  • RE: IF EXISTS before an UPDATE

    The UPDATE is enough. There's no need for the EXISTS test, it's just doing things twice and slowing down operations.

    -- Gianluca Sartori

  • RE: Which one is the efficient Way from the below two

    The two queries do different things, but I guess you are trying to detect duplicate records.

    Putting "distinct" records into a new table involves copying a lot of data, so I...

    -- Gianluca Sartori

  • RE: The Obvervser Effect

    When STATISTICS TIME is set to ON you get time stats for each statement in the batch, so it might print a huge number of statistics.

    This is not the case...

    -- Gianluca Sartori

  • RE: Transformation VB Script

    I don't think this is a good Idea, Mike. The code you put in the transformation script is run for each row in the source table, so it would have...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    jcrawf02 (11/23/2009)


    Gianluca Sartori (11/23/2009)


    Too much talk about steak: I had to have one for dinner!

    This was my steak last saturday. Still alive.

    Is that all you ate? I notice no side...

    -- Gianluca Sartori

  • RE: Are the posted questions getting worse?

    Too much talk about steak: I had to have one for dinner!

    This was my steak last saturday. Still alive.

    -- Gianluca Sartori

Viewing 15 posts - 4,681 through 4,695 (of 5,393 total)