Forum Replies Created

Viewing 15 posts - 10,141 through 10,155 (of 39,769 total)

  • RE: Selling Automation to Ops

    Jeff Moden (1/10/2015)


    From the article


    Ultimately we all want the same thing. Better software delivered to customers faster. We want to Ship Safe, and Ship Often.

    Ah, if only THAT were true...

  • RE: Screen layout messed up in Forum control panel

    Is this still broken? It looks like you didn't pick up the CSS on the page. It's not a site problem overall, as this works in all browsers and from...

  • RE: user permission

    If these are AD groups, why do you use them? To avoid assigning permissions to each user.

    Same concept for SQL Server. Even if you add users to AD groups, you...

  • RE: Deployment Concept

    There isn't a lot on the Internet. It's one of the things we are working on at Red Gate, trying to get more information out there on how to do...

  • RE: Multiple Backup Files

    John Mitchell-245523 (1/9/2015)


    If you use third-party backup software (I'm thinking of LiteSpeed, but I wouldn't be surprised if other products are similar) and you need to restore to a server...

  • RE: Multiple Backup Files

    Divine Flame (1/9/2015)


    I only do that in situations where I need to backup the database urgently & no single drive attached to the server have enough space to store the...

  • RE: Indexing a view in SQL2000

    Read this first: http://technet.microsoft.com/en-us/library/aa902643%28v=sql.80%29.aspx

    There are restrictions for your base tables. Essentially you build the view WITH SCHEMABINDING and add an index. An example about 2/3 of the way down...

  • RE: Deployment Concept

    I've done this in a few ways with one database server. However, it's always a custom solution, depending on the changes being made.

    For everything, we need a

    For procs/functions/views, we...

  • RE: user permission

    Do you mean the permissions for a role added to another role?

    There are scripts to get the role permissions, like this one: http://www.sqlservercentral.com/scripts/SQL+Server+7/61878/

    Then you can do a search/replace to change...

  • RE: Filestream files

    Hugo Kornelis (1/9/2015)


    Good question.

    What I missed in the explanation is that the filestream filegroup does have a physical path, but this is to a directory, not a file. And directories...

  • RE: Virtualised Multi-Instance SQL Server Cluster - Processor Resource Management

    deprecated doesn't mean gone. If it's still in there, I'd use it. A few things in SQL Server have been deprecated, but lived for quite a few versions.

  • RE: Two Days Off

    Wayne West (1/8/2015)


    I've never been a fan of clouds, too many news stories like this one talking about outages: botched upgrades, misconfigurations, etc. At least this time Verizon is...

  • RE: Two Days Off

    lshanahan (1/8/2015)


    First: Ouch.

    Second: I'm trying to wrap my head around what kind of maintenance could possibly require a 48-hour downtime, and even then, there's no high availability architecture in...

  • RE: Finding out Total Disk Space in TSQL

    Does the query posted above by mauriciorpp not help?

    What is the servername of the disk?

  • RE: Are the posted questions getting worse?

    It's probably not that site posting SPAM, but someone with an affiliate code, or perhaps just a vandal.

Viewing 15 posts - 10,141 through 10,155 (of 39,769 total)