Forum Replies Created

Viewing 15 posts - 10,171 through 10,185 (of 39,800 total)

  • RE: Selling Automation to Ops

    Eric M Russell (1/12/2015)


    Occasionally automation means modifying the applications or developing a new table or stored procedure. But in my universe, Operations are part of IT and are capable of...

  • RE: Selling Automation to Ops

    Charles Kincaid (1/12/2015)


    At one company where I worked the development team worked for the support manager. This worked very well as our top priorities were to put in code...

  • RE: Screen layout messed up in Forum control panel

    That shouldn't be the problem. It might cause other issues, but shouldn't prevent CSS.

    I saw this on Amazon last week for someone else. They got a mobile link, and it...

  • 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...

Viewing 15 posts - 10,171 through 10,185 (of 39,800 total)