Forum Replies Created

Viewing 15 posts - 91 through 105 (of 619 total)

  • RE: script to identify logins that utilize the 2005 password complexity

    I use this to turn off password expiration for all users.

    You may modify as needed:

    DECLARE @sql AS VARCHAR(500)

    DECLARE @current_user AS VARCHAR(50)

    DECLARE Reset_expiration_cursor CURSOR FOR

    SELECT name FROM sys.sql_logins --WHERE is_expiration_checked =...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Problem With Adding Linked Servers.

    Duplicated post?

    Please see mmy response http://www.sqlservercentral.com/Forums/Topic1243935-146-1.aspx

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Adding Linked Servers

    Sorry if this has already been stated but what user are you using (AD or SQL)?

    Also where are you trying to create the LS (on the server or remotely)?

    Are you...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Where are the good Senior Level DBA's?

    sjimmo (11/2/2011)


    Adam

    Stop being so elitist

    Didn't realize that I am being elitist.

    Yes, I am a Sr DBA - why? Because my company says so. What makes me one, act of a...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Where are the good Senior Level DBA's?

    sjimmo (11/2/2011)


    adb

    Would you expect your junior DBA to know about disk partition alignment, NTFS cluster size, RAID types,

    TempDB - placement and number of datafiles, NUMA, instant file initialisation, AWE,...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Where are the good Senior Level DBA's?

    jasonmorris (10/27/2011)


    I have a non-senior DBA to do my restores for me 🙂

    Cheeky 😉

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Where are the good Senior Level DBA's?

    jasonmorris (10/19/2010)


    "Anyone doing a backup/restore with SSMS wizzard will have a (very) bad point (unless he uses it just to generate the script, then he's lazy -> good point)."

    What is...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: What is new in SQL 2008 ODBC?

    Isnt that what i said?

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Log Shipping Please Remind me

    And yes, if yoou only wanted to restore 'certain' details, that would be transactional replication.

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: What is new in SQL 2008 ODBC?

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: How to give procedure execute permission to other database user.

    - Win. (10/18/2011)


    Granting EXECUTE permission on a stored procedure:

    The following example grants EXECUTE permission on stored procedure

    HumanResources.uspUpdateEmployeeHireInfo to an application role called Recruiting11.

    [font="Courier New"]

    USE AdventureWorks2008R2

    GRANT EXECUTE ON OBJECT::HumanResources.uspUpdateEmployeeHireInfo

    ...

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: Taking Risks

    WHITE_DRAGON999 (10/18/2011)


    Would love to take a risk; there are so many times when I feel I just want to walk out that door and see where it will take me....

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: The Countdown

    Your going to raffle off a flight on Virgin Galactic to a DBA who correctly answers questions over a 5 week period?

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: analyzing SQL memory

    Ok, that info was in your origenal post. What are you trying to analyse?

    Adam Zacks-------------------------------------------Be Nice, Or Leave

  • RE: analyzing SQL memory

    no attachement

    Adam Zacks-------------------------------------------Be Nice, Or Leave

Viewing 15 posts - 91 through 105 (of 619 total)