Forum Replies Created

Viewing 15 posts - 21,271 through 21,285 (of 39,831 total)

  • RE: Policy Based Management

    We had an article last week that showed an interesting use from one guy: http://www.sqlservercentral.com/articles/PBM/68602/

  • RE: Are the posted questions getting worse?

    Merry Christmas to everyone as well.

    I'll be back tomorrow, mountains calling today 🙂

  • RE: cluster

    Storage in a cluster has to be shared. You don't' cluster between any two machines. They both need to be connected to the same shared disk array.

  • RE: Architecture Principles

    Heh... Wright's house reminds me of the way that a lot of developers write code... guaranteed water in the basement. [Tongue]

    LOL, actually the water doesn't run through the basement,...

  • RE: Can Users Be Trusted?

    I probably should have retitled it. I was thinking that users can't necessarily be trusted not to put insecure apps on their device, though that's not really the point.

    the single...

  • RE: Unable to restore

    Do you mean you ran the full and backup to the exact same file name?

    you should be able to select the restore dialog, then select the file as a restore...

  • RE: A Fundamental Security Mistake

    TDE is transparent to the user. no configuration, nothing to worry about, doesn't affect APPs, so it would have no impact on the user having to figure things out. This...

  • RE: Question of the Day for 21 Dec 2009

    We have gone back and forth on the code and haven't had a good solution for people to enter it and then have it display as well as cut paste....

  • RE: Inserting w/ Referential Integrity

    How does that data relate back to Table A? Meaning, if it's a child, shouldn't it have some relationship in the data as to which rows in table B you...

  • RE: Forum Links for QotD

    I've logged a bug, however after the deployment last Thur, everyone left early Fri for their xmas party. I'm pinging people today.

  • RE: Talking baseball

    I thought all of Fenway looked small! It seemed surprisingly smaller than Coors Field, though I think all the open sky in Denver makes it large. Arizona seemed small as...

  • RE: A Fundamental Security Mistake

    I agree with the OS. There might be times I want those things encrypted, like the podcasts. Need to protect them :), but not by default.

  • RE: How can we standardize SQL Server Data Deployments?

    A little late, but I think whether or not the developer provides the table scripts, or even other object scripts, they definitely have to provide the NAME of the object...

  • RE: Inserting w/ Referential Integrity

    You can use scope_identity() to get the last identity value. How are you getting these records? Are they all bulk inserted? Are you splitting data from a central source?

    Typically I...

  • RE: A Fundamental Security Mistake

    I'd like to see it as the default for some files. Like SQL Server files. Adding this option to Express, AND making it the default, would make things more secure....

Viewing 15 posts - 21,271 through 21,285 (of 39,831 total)