Forum Replies Created

Viewing 15 posts - 12,091 through 12,105 (of 19,560 total)

  • RE: How to free table space

    I find that extremely odd. Can we get the DDL for this table? Including the indexes?

    And we are 100% certain that there are no forwarded records?

    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: read only user

    Yes, and I should have clearly stated that you made me think of a trigger for the table.

    A trigger at the DB level or the Server level would be too...

    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: Index on computed columns

    Thanks - nice question.

    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: read only user

    Brandie Tarvin (9/28/2010)


    Have you looked into DDL triggers yet?

    You can use them to rollback transactions (in this case for INSERT statements). The only caveat is that I can't remember...

    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!

    mechanic - again

    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?

    Alvin Ramard (9/28/2010)


    Jeff Moden (9/28/2010)


    It's disappointing, for sure but... you still got paid and they didn't blame you so probably not such a bad gig, eh?

    Jeff, you trying to speak...

    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?

    Gianluca Sartori (9/28/2010)


    CirquedeSQLeil (9/27/2010)


    Anybody here have much experience with FirebirdSQL?

    http://www.firebirdsql.org/

    Well, I wouldn't say "much experience", but I've had to deal with it in the past.

    Is there anything particular you're looking...

    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: read only user

    LutzM (9/27/2010)


    CirquedeSQLeil (9/27/2010)


    Very interesting. I have learned something new.

    Even with an explicit deny on the table for update, delete, and insert as well as the denydatawriter - the user...

    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's implementation of Window Functions

    Makes sense to me - time to visit the Connect items.

    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?

    Anybody here have much experience with FirebirdSQL?

    http://www.firebirdsql.org/

    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?

    Anybody here really good with permissions?

    http://www.sqlservercentral.com/Forums/Topic994116-359-1.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: read only user

    Very interesting. I have learned something new.

    Even with an explicit deny on the table for update, delete, and insert as well as the denydatawriter - the user that executes...

    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: Great Service – All About Attitude

    george sibbald (9/24/2010)


    and it is very important if you receive service that has been 'above and beyond' that you provide feedback to that effect. Hopefully that will reinforce the behaviour...

    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: read only user

    In your procs, do you have a statement that has "Execute as" near the top?

    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: What SQL Statements Are Currently Executing?

    David.Lavers (9/27/2010)


    When executed on a local machine, why doesn't this stored procedure find itself running?

    The script excludes itself from the result set.

    where s.is_user_process=1 AND s.session_Id NOT IN (@@SPID)

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