Forum Replies Created

Viewing 15 posts - 12,451 through 12,465 (of 19,560 total)

  • RE: How to drop a user?

    SKYBVI (9/13/2010)


    a user owning a schema cant be dropped until

    you delete all the tables,objects linked with the schema.

    Using the GUI in "Object Explorer" (MS SQL Management Studio) Expand the...

    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: Select * into blocking select against information_schema

    That's good.

    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: Select * into blocking select against information_schema

    Have a read at this article:

    http://sqlblog.com/blogs/andrew_kelly/archive/2009/04/10/how-dirty-are-your-reads.aspx

    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: substracting values

    This should be of some help

    With period1 as (

    select

    @date1 as period_1,

    max(RISK) as risk,

    CUSTOMER# as cust,

    Max(OFFICER) as officer,

    Max(REGION) as region,

    Max(DATE) as dte,

    sum(AMOUNT) AS sum_amnt_1

    FROM...

    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: Need Help !!!

    Datatype and implicit conversion.

    It looks like your ID column is not an Integer and is a string of some type.

    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: Restore with different name on same server

    Yes - all files.

    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 drop a user?

    Are you sure the schema was dropped?

    Are there any tables or objects in the database using that schema?

    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: Need Help !!!

    Please provide sample data and DDL. This will help people better find the issue.

    As it stands - it looks like you have some bad data.

    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: Select * into blocking select against information_schema

    A couple of things looking at this would lead me to access patterns for the underlying objects.

    I would do the inner joins first and the the outer joins.

    You also have...

    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: Unexpected Columns being set to NULL with record updates

    At least you have a workaround. It would be nice to be able to reproduce this situation you are having so more people could look at it and maybe...

    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: Transaction Log

    To add to that - not everybody needs to have point in time recovery. Due to this, it would have been bad design to force everybody to perform log...

    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: Top 10 SQL Server Integration Services Best Practices

    Alvin Ramard (9/13/2010)


    amenjonathan (9/13/2010)


    I am thoroughly shocked someone would even think about plagerising at that level. It's almost comical. I've never seen such blatant plagerism, and in a submission 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: Top 10 SQL Server Integration Services Best Practices

    amenjonathan (9/13/2010)


    I am thoroughly shocked someone would even think about plagerising at that level. It's almost comical. I've never seen such blatant plagerism, and in a submission to a professional...

    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: Top 10 SQL Server Integration Services Best Practices

    Trevor R Udden (9/13/2010)


    Odanwada -

    Did I miss a major citiation at the end of your article? You might want to try not blantly plagirizing others work. The...

    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: Top 10 SQL Server Integration Services Best Practices

    r5d4 (9/13/2010)


    The article has served to remind me to re-read the original.

    I do hope Omeswar is not going to get paid for his Copy and Paste technique.

    I strongly suspect he...

    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 - 12,451 through 12,465 (of 19,560 total)