Forum Replies Created

Viewing 15 posts - 451 through 465 (of 619 total)

  • RE: Database Mirroring

    vijaishankar.yadav (3/18/2009)


    How to Mirror DB from One Server to Other

    Did you actually look into this or are you just asking randomly? :doze:

    Read BOL (books online), try a few bits and...

  • RE: How to become sql server dba

    homebrew01 (3/18/2009)


    Jonathan Kehayias (2/10/2009)

    I ask myself that same question sometimes. Usually at 2:30am when I am driving to the office to begin a maintenance task like installing SP3 on...

  • RE: Server Status Icons

    Perry Whittle (12/4/2008)


    its more to do with admin rights on the box, put yourself in the administrators group on the server and watch the little green arrows appear 😉

    Thanks Perry,...

  • RE: Get error (1418 The server network address can not be reached or does not exist) on setting up Database Mirroring

    Ok, we can get to the certification later.

    For now run the scrip below on both servers. It will create a user called 'MirrorUser' with a password of 'mirror'. I am...

  • RE: Transaction Log Shrinking

    Is this about a space issue or just wanating to keep the logs small?

    If space issue, consider moving the logs to another disk on yout server.

    If just trying to...

  • RE: Get error (1418 The server network address can not be reached or does not exist) on setting up Database Mirroring

    Hi there,

    A couple of things that werent clear to me while reading:

    A: are both your instances local (ie INSTANCE1 and INSTANCE2) and are they named or default?

    B: Did...

  • RE: Rename Instance

    Mike Levan (3/11/2009)


    recently i installed sql server 2005 enterprise on my machine and in the wizard when asked for instance name i gave " REVDEV" but after completion if installtion...

  • RE: SQL Backup Job

    If your using SQL 2005 you should build these actions into a maintenance plan (SSIS based). This way you can control the flow. I.e the t-log backup wont trigger until...

  • RE: Help for Database Mirroring

    How did you create the mirror? TSQL or wizard? Are you able to check with defaults ports? Has the port your using been allocated for that traffic?

  • RE: Help for Database Mirroring

    How did you create the mirror? TSQL or wizard? Are you able to check with defaults ports? Has the port your using been allocated for that traffic?

  • RE: Interview questions plz any one reply me

    krishnaraj9 (2/9/2009)


    PaulB (2/9/2009)


    Let me help you with a couple of them...

    1. While instalation i am getting one error "restart ur system and install again" ?

    Server liked the process that much...

  • RE: Interview questions plz any one reply me

    PaulB (2/9/2009)


    Let me help you with a couple of them...

    1. While instalation i am getting one error "restart ur system and install again" ?

    Server liked the process that much it...

  • RE: List of Logins

    Mike Levan (1/29/2009)


    Cannot add rows to sysdepends for the current object because it depends on the missing object 'sp_hexadecimal'. The object will still be created.

    Cannot add rows to sysdepends for...

  • RE: List of Logins

    Mike Levan (1/27/2009)


    still doesnt work to pull user list from AD.

    Sorry guess yoou do need the NOT, try this, have tested and works 😉

    USE [master]

    GO

    /****** Object: StoredProcedure [dbo].[sp_help_revlogin_specific_name] ...

  • RE: How do I set up a new Login with restricted Access?

    Sounds like your about there. Gave you the script to be easier (if your new to this, less to explain), wasnt being patronising.

    One thing though, if a user has DBO...

Viewing 15 posts - 451 through 465 (of 619 total)