Forum Replies Created

Viewing 15 posts - 2,986 through 3,000 (of 9,244 total)

  • RE: Is there a way to change the IP address of SQL Server which is locally hosted and is not on cluster?

    do you plan to use separate NICs or one NIC?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Master Database on new SQL Server Instance

    bpowers (9/3/2014)


    We created a new SQL Server instance, on a new virtual machine, to replace one of our servers that has a production instance of SQL Server. On the new...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Changing NAME and IP ADDRESS of machine where SQL Server is hosted.

    if running under local system you shouldnt need to do anything

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Cluster Build Time

    Whats your environment like?

    For example, If it takes 2 days just to rack the servers and connect the storage this would need to be factored in.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Is there a way to change the IP address of SQL Server which is locally hosted and is not on cluster?

    Yes you can add extra IP addresses for SQL server to listen on, you either stack them on the same NIC or have separate NICs

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Changing NAME and IP ADDRESS of machine where SQL Server is hosted.

    You'll need to create a new SPN if you change the computername and the svc account does not have permission to do it automatically.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: TUF File Path....

    Chowdary's (9/3/2014)


    thank you for reply,

    Can you pls tell me the TUF file path,where it will be created when we configure the log shipping.....

    Regards

    Chowdary...

    To be honest i can't remember, you could...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: TUF File Path....

    what is your question??

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Error trying to backup

    cstrati (9/2/2014)


    The SQLServer and SQLAgent login are both under login "local system"

    This violates all Windows and SQL server security Best Practice.

    cstrati (9/2/2014)


    so I can't give those logins access to the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: sql server Mirroring fail over scenarios & other faqs

    that's not surprising

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: sql server Mirroring fail over scenarios & other faqs

    GilaMonster (9/2/2014)


    Perry Whittle (9/2/2014)


    jamessdba (9/2/2014)


    3) In BulkLogged can we take Point in time recovey?

    You don't, they're not supported

    You can. It depends on whether or not there's been a minimally logged...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping Reconfiguration Failed...

    have you executed all the queires i supplied above, it looks like you havent ran

    exec sp_delete_log_shipping_primary_database

    @database = 'database'

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Serer Event, Error log and Trace file

    jacksonandrew321 (9/2/2014)


    Hi Folks

    Where would i find my particular database Error log file, Event log file and Trace file etc?

    Thanks

    SQL Server log you will find in the dump directory for sql...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Moving a database from sql server 2005 to a new VM

    mr_belpitt (9/2/2014)


    Perry Whittle (9/2/2014)


    mr_belpitt (9/2/2014)


    sp_change_users_login 'update_one', 'the_username', 'the_username'

    Substitute "the_username" for your actual username.

    Don't take this for granted, the server login and database user won't necessarily have matching names.

    It's possible to...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log Shipping Reconfiguration Failed...

    Generally you'd remove the secondary information first, especially if you plan to re use the primary config 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 2,986 through 3,000 (of 9,244 total)