Forum Replies Created

Viewing 15 posts - 151 through 165 (of 492 total)

  • RE: Should all database backups across the enterprise be scheduled at the same time? Or should they be staggered to balance IO load on fabric/SAN?

    We support multiple clients with multiple servers. In general we try do the backups in a reasonably resticted window so the flat file backups can get the files to tape....

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Any reason not to use SQL 2008R2 backup compression?

    To answer your actual question, no.

    We support multiple SQL servers for multiple companies and unless they have a particular reason to not use compression we have been using it...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: reducing DB size

    Steve Jones - SSC Editor (1/25/2012)


    3.move certain tables to a new database.

    If you do #3, you will need application code changes to find the data that is moved.

    This is an...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Any reason not to use SQL 2008R2 backup compression?

    You do need to check with your system admin that they aren't using anything like NetBackup's De-duplication technology when they make tape backups of the SQL backup files. The net...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: SQL server back up

    bailifei2011 (10/14/2011)


    For database, it is safer to choose one reliable tool to protect it. Trust backup software on the market, such as todo backup, nova, clonezilla, Acronis. Personally, I recommend...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Replace (--)

    I've just tested this and it works.

    select replace('This -- is a sample --','--','')

    Returning: This is a sample

    Cheers

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Node failed to come up

    Are you by any chance using NOD32 Antivirus and firewall?

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Why I am getting this error: cannot generate sspi context

    I have seen this happen when you have a domain account logged onto SQL and you change the domain account password. If you then try log on from another computer...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Changing Database Owner

    As long as DYNSA is a user in the database you can't make it the database owner. You will firts have to delete the user from the database, then run...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: SQL Server on VMware

    The answer depends on how you are licensed and what version of VMWare you have. VMWare ESX can support up to 8 virtual CPUs per VM. This is from the...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Changing Database Owner

    SQL doesn't allow you to let a database user become THE database owner, or for the database owner to be made an explicit database user. This is different to being...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Fastest Method for Moving Large Database Backups to New Location

    Don't know about the US, but here in New Zealand I'd probably copy the file to tape and have it couriered the remote centre.

    Cheers

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: file keeps growing depsite being 50% empty

    Are you also rebuilding the clustered index?

    Cheers

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: clone SQL server?

    The primary issues I've experienced with this have been related to the renaming of the server. Yes, you can create a clone, SQL will start with only the system databases,...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Win 2003 cluster with mixed SQL versions

    Not sure why you would still be setting up Windows 2003 clusters, but you can do it.

    Note that if you are installing both SSRS 2005 and SSRS 2008R2 you MUST...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

Viewing 15 posts - 151 through 165 (of 492 total)