Forum Replies Created

Viewing 15 posts - 17,566 through 17,580 (of 19,560 total)

  • RE: Where are you?

    Ray K (2/4/2010)


    mbricker-600840 (2/3/2010)


    I work in Newark, Ohio - live in Norwich.

    I work in a giant basket. No... really. Google Longaberger Office and click images.

    As Maxwell Smart used to say,...

    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: Table Properties export

    If you want the indexes and such to follow, you should script it out and execute that script on the destination. Another option is to use a tool Such...

    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: Table Variable Issue

    The Dixie Flatline (2/4/2010)


    One of the differences between table variables and temp tables is that no statistics are kept on table variables, while statistics are kept on temp tables. ...

    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: Canceling an INSERT statement

    And with the rollback, you must wait it out.

    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: Questioning about versions / licensing...

    Standard.

    Unless you need additional features and functions, then I would go Enterprise. However, Enterprise edition is very expensive.

    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 server very slow

    carloparcon (2/4/2010)


    server 2008 standard edition 64 bit, sql server standard 64bit, kaspersky enterprise for windows server, thats it

    im quite new in sql environment,

    what do you mean sp_oa?clr? im sorry, could...

    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: Changing Builtin/users to builtin/administrators

    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: change date to dd/mm/yyyy

    current session.

    From MSDN

    This setting affects the interpretation of character strings as they are converted to date values for storage in the database. It does not affect the display of date...

    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: change date to dd/mm/yyyy

    if you set a default on the field to accept a specific format - it should convert it for you.

    Are you capturing more information than that? If you know...

    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: How to set primary key auto increment

    That is a good suggestion.

    My question is why create a primary key like this? Do you ever need to increment the alpha part of the PK?

    Have you considered a...

    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: change date to dd/mm/yyyy

    if you import the date into a datetime field and then use the following:

    SELECT convert(varchar,convert(datetime, '2/4/2010'),103)

    You should be able to accomplish what you need.

    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: change date to dd/mm/yyyy

    MANU-J. (2/4/2010)


    Better take it in a sql table and format it there.

    MJ

    I would go with this suggestion. Change the format from sql side.

    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: Functions

    I think the snake's out of the bag on that one 🙂

    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: Today's Random Word!

    adjudicate

    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: ER Diagram for sys tables?

    You're welcome.

    btw - my search criteria

    sql 2005 system tables diagram

    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 - 17,566 through 17,580 (of 19,560 total)