Forum Replies Created

Viewing 15 posts - 8,566 through 8,580 (of 39,804 total)

  • RE: Data for Ransom

    philcart (2/23/2016)


    We've been hit with CryptoLocker 5-6 times already. Each time it's been a network share in one of the branch offices that's been affected.

    The Infrastructure guys here have become...

  • RE: Try Catch doesnt work

    If you have collation conflicts, then add a collation statement to the queries to resolve things. That's better than wrapping queries in this try..catch.

    Here's an example: http://www.sqlservercentral.com/articles/Administration/collate_part1/875/

  • RE: replication on 1 table between 3 active environments

    Can the table be changed on any node, or is there a master table that controls writes?

    It's easier if there is a master, but you can implement Peer to Peer...

  • RE: table design

    There would be a table for grades. ZZMartin provided an example.

    The idea here is to not get locked into changing tables constantly. You should have a table for the subject,...

  • RE: ETL DATA TESTING

    As Jamie wrote. Have a specific, curated set of data. Know the opening state, make the change, query for the end state, which you should know.

    To do this right, you...

  • RE: SQL Server Permissions

    To add, the service account for the SQL Server service must have rights to the mdf/ldf files.

  • RE: Log Shipping or Replication

    To add on with Perry, the upgrade/recovery won't run until the database comes online, so you're stuck. This only really makes sense in an upgrade scenario.

    You need to use replication...

  • RE: Is TSQLT the tool to use?

    I think it's either tSQLt or the MS Unit Testing Framework.

    tSQLt is all in T-SQL, it's easier to write tests for db people, and it includes more scaffolding that's DB...

  • RE: Raspberry PI as test box

    There are ODBC drivers for Linux. Not sure they work on the Rasberry Pi (should test), but the new v13 in preview is supposed to support more OSes.

  • RE: Should Production Databases Be in a VCS?

    No, SQL Compare does schema.

    Data Compare does data, which is what jobs and packages are rows in the tables, but it doesn't work with system tables. Asking someone to see...

  • RE: thinking about Procedure vs trigger

    I'm still not quite sure what you mean with the language barrier, but maybe this helps.

    A trigger is a stored procedure that runs when data in a table is modified....

  • RE: Are the posted questions getting worse?

    I have never skiied in Utah. I planned last fall, but got jammed up with some family stuff and cut my trip short to get home. Still on my list...

  • RE: Topic emails not being sent when replies are posted

    The drop down remembers the last choice you made, so it is a binary on/off based on your last post.

  • RE: Should Production Databases Be in a VCS?

    g.britton (2/19/2016)


    In our case, our VCS is in a different, untrusted domain from production servers. So, while the idea has some merit, we would likely not have any direct...

  • RE: Forcing Strong Passwords

    David.Poole (2/18/2016)


    I've found that Google Authenticator is practical for authenticating onto AWS.

    I wish I hadn't put a strong password on my phone. The number of times I've wanted to...

Viewing 15 posts - 8,566 through 8,580 (of 39,804 total)