Forum Replies Created

Viewing 15 posts - 286 through 300 (of 6,105 total)

  • RE: sql account with connect sql can shutdown sql server

    Geoff A (11/4/2010)


    K. Brian Kelley (11/4/2010)


    Geoff A (10/28/2010)


    this is actually a "domain" policy. the users that have SSMS installed on their local PC's should be "not allowed" to control system...

  • RE: Database roles

    LutzM (11/4/2010)


    Brian,

    thank you very much for the info. Is there any way to set the scope a to a "group of procedures" (e.g. all beginninng with the same letters)? The...

  • RE: AUDITING SQL SERVER 2008

    I'm covering how to audit DB permissions at SQL Lunch (http://www.sqllunch.com). Presentation will be at 12:30 Eastern Time on Nov 4. (today). If you can't make that, it should be...

  • RE: sql account with connect sql can shutdown sql server

    Perry Whittle (11/1/2010)


    have you checked the local administrators group on the server?

    Where a SQL Server command does this is if you open up a new query window and execute SHUTDOWN,...

  • RE: sql account with connect sql can shutdown sql server

    Geoff A (10/28/2010)


    this is actually a "domain" policy. the users that have SSMS installed on their local PC's should be "not allowed" to control system services.

    I am not a AD...

  • RE: Difference between Deny Login and Disable Login

    Short answer: Windows security groups which are logins.

    You cannot disable a Windows group login since it represents multiple effective logins. You can DENY it, however. Typically we disable except in...

  • RE: My Internal DB is going Public! Security?

    Yeah, it's not fun, but sometimes business requirements make you do this, right? I've worked with a vendor to expose a SQL Server some of our business folks use for...

  • RE: My Internal DB is going Public! Security?

    Geoff A (11/3/2010)


    Steve Jones - SSC Editor (11/3/2010)


    I would create new roles, and double check what rights are granted them. Using db_reader/writer is a way to unintentionally allow access to...

  • RE: Database roles

    WayneS (11/2/2010)


    Just looking at the intro to that article, it looks like what I'm talking about.

    I thing I'm interested in - I frequently end up giving a reporting user access...

  • RE: 100 Years Ago, What Would You Be?

    It really depends for me. Likely my mother and father wouldn't have met. He's from Tennessee and met her in Okinawa during the Vietnam war when he was a Marine....

  • RE: 3rd Party Scheduling Software

    Hi Paul,

    We don't use SQL Sentry's Event Manager, but we use the Performance Advisor, and they are integrated together (need a proper license to activate one side or the other...

  • RE: Error creating project in Sql 2k8 SMS

    I have the same issue (just discovered it today). There is a connect item out on it, with 5 users indicating they can repro (about to be 6, because I'm...

  • RE: Access thru views

    ken.trock (10/5/2010)


    Brian, thanks a lot for these articles. So we bump the permissions of the guest account so that under the hood a connection can be made from calling DB...

  • RE: Audits

    Truthfully, this is determined by your auditor(s). You typically want to track:

    - Who has access to the SQL Server

    - What has access to the database being monitored for SOX compliance

    -...

  • RE: Access thru views

    Yes, this is doable using cross database ownership chaining. If you've got ownership chaining down, this is an extension of that. Except instead of the owner being evaluated as a...

Viewing 15 posts - 286 through 300 (of 6,105 total)