Forum Replies Created

Viewing 15 posts - 8,701 through 8,715 (of 19,560 total)

  • RE: Query needed to find column-level permissions in database

    If not, then try this

    SELECT dp.grantee_principal_id,p.name AS UName

    ,dp.permission_name,c.name

    ,OBJECT_NAME(o.object_id) AS TabName

    FROM sys.database_permissions dp

    INNER JOIN Sys.objects O

    ON dp.major_id = o.object_id

    INNER JOIN sys.columns C

    ON c.object_id = O.object_id

    AND c.column_id = dp.minor_id

    INNER JOIN sys.database_principals P

    ON...

    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: Query needed to find column-level permissions in database

    See if this helps.

    http://jasonbrimhall.info/2010/03/19/security-audit/

    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: Issues storing chinese characters in a DB column.

    When you are viewing the data, how are you viewing it (e.g. what is that you are doing to see the ?'s)?

    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?

    Ninja's_RGR'us (9/15/2011)


    SQLRNNR (9/15/2011)


    Steve Jones - SSC Editor (9/15/2011)


    Please let's not have quotes of every post that counts down from 95, 94, 93.

    I'm going out of town for a few days....

    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?

    Steve Jones - SSC Editor (9/15/2011)


    Please let's not have quotes of every post that counts down from 95, 94, 93.

    I'm going out of town for a few days. I'm hoping...

    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: An alternative to GUIDs

    Thanks for putting this article together.

    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?

    WayneS (9/15/2011)


    SQLRNNR (9/15/2011)


    Just saying that we only need 98 more posts for 30,000

    how many?

    Ummm - 96

    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: SSRS 2008 Report freeze in a browser

    You can try the upgrade of the browser - looks like it may be a memory leak in IE if FF is returning reasonably quickly.

    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: display on report

    I would just use a table then.

    Also, since the fields vary depending on parameter - you should consider either hiding fields depending on parameter value or using multiple reports 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: Are the posted questions getting worse?

    Just saying that we only need 98 more posts for 30,000

    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!

    crookj (9/15/2011)


    Ray K (9/15/2011)


    Stuart Davies (9/15/2011)


    SQLRNNR (9/14/2011)


    Revenant (9/14/2011)


    SQLRNNR (9/14/2011)


    crookj (9/14/2011)


    Ray K (9/14/2011)


    Daniel Bowlin (9/14/2011)


    Pressure

    cooker

    Rice Steamer

    Jasmine

    Thai

    Lemon Grass

    Blue Grass

    Tall grass (I need to mow my lawn!)

    The Lawnmower Man 😉

    The Stand

    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: display on report

    Well, that depends on your requirements. Do you just want to display the information? Or do you want to have expandable groupings?

    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: INSERT INTO

    Stuart Davies (9/15/2011)


    bitbucket-25253 (9/15/2011)


    Following quote, high lighting added by this poster

    Stuart Davies (9/15/2011)


    Thanks for the question. I've only submitted a couple over the years and know how quick others are...

    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: Launch Party

    More important than the table design is that when there is free food/drink people will come 😀

    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: Trace flag in deadlock

    Thanks for the 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

Viewing 15 posts - 8,701 through 8,715 (of 19,560 total)