Forum Replies Created

Viewing 15 posts - 196 through 210 (of 619 total)

  • RE: SQL JOB ERROR

    Can you give some mor information?

    What does the job do? Whats changed? What user does the job run as? What have you tried so far?

    😛

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

  • RE: Database mirroring

    I'm not sure exactly whats involved but i do know that there is a higher level 'auditing' that can be turned on. As it suggests this loggs a lot more...

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

  • RE: SQL Server Agent Account

    I second George's comments. Cross server authentication is a mine-field if it isnt set up with the right thinking-hat on in the first place.

    Good Luck 🙂

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

  • RE: Database mirroring

    I wouldnt know off-haand how this would be acheived but you would almost certainly need to turn on a higher level of logging.

    Is this a frequent problem?

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

  • RE: List all Logins in the server and change the CHECK_POLICY=ON"

    This hould give you all SQL accounts (so no domain or built-in accounts)

    And then you will have to write a script to wrap around each account and turn policy either...

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

  • RE: Checklist for installing Sqlserver2005

    Research!

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

  • RE: steps for installing a named sqlserver2005 on cluster

    Are you installing this named instance on your existing a/a hardware?

    It would be the same as the setps you followed to create you first two clusters (cause what you have...

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

  • RE: how to findout the servers which are involved in database mirroring.

    If you look at at servers databases you will be able to identify the mirrored pairs by the database names.

    Mirrored db's have two roles, the Principal (the current active...

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

  • RE: SQL Server 2005 instance and SQL Server 2008 Integration services

    I would imagine that it would generally be incompatible.

    It depends on your package really. For eg, i use the 2k8 bids and then test my packages on 2k5. I...

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

  • RE: All the bigger bie's of this forum I am too confused..

    forsqlserver (8/10/2010)


    All the bigger bie's of this forum I am too confused..

    When I have heard that MYSQL is also now governed by Oracle...

    Is the future secure of mssql DBA's

    Currently in...

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

  • RE: Database Mirroring Issue

    Jason Shadonix (6/17/2009)


    Mani Singh (6/17/2009)


    What are the SQL Server Service accounts (local or domain accounts)

    Are the DB compatibility modes same for both the databases.

    What is the service pack levels and...

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

  • RE: log backups and log shipping backups

    MTY-1082557 (7/30/2010)


    HI Adam,

    Thank you for your comment. Yes I was sarcastic and I apologize for that, I think Steve was nice and clear with his answer after my last...

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

  • RE: log backups and log shipping backups

    MTY-1082557 (7/29/2010)


    Geez! you are really a pain... lol

    I just was trying to define one backup from another.. Seems like you are a guy that goes with the book... anyway!, I...

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

  • RE: xp_cmdshell execute scripts that are on c:

    Schadenfreude-Mei (7/29/2010)


    Havent tried it but would assume that you would pipe to an output file. something like:

    sqlcmd -S . -d master -Q "select name from sys.databases" -o "c:\output.csv"

    But obviously inside...

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

  • RE: xp_cmdshell execute scripts that are on c:

    Havent tried it but would assume that you would pipe to an output file. something like:

    sqlcmd -S . -d master -Q "select name from sys.databases" -o "c:\output.csv"

    But obviously inside a...

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

Viewing 15 posts - 196 through 210 (of 619 total)