Forum Replies Created

Viewing 15 posts - 8,821 through 8,835 (of 39,877 total)

  • RE: SQL native backups vs DPM or some other VSS-related backups? How does your company approach backups?

    Disclosure: I work for Redgate Software.

    We, obviously, sell a backup product. Prior to SQL 2014, the security advantages of encryption were a bigger selling point. With 2014 +, if you...

  • RE: Defining unique sets of records in a dataset

    Not quite enough time to completely debug, but if you're on SQL 2012+, you might be able to use windowing functions and an OVER() clause to help.

    A couple of things....

  • RE: SQL Test not showing all results in TestResult table

    I think you've hit it. Each test runs as a separate tsqlt.run call rather than a larger call with all results.

    At the end of the day, I really only worry...

  • RE: Security Convenience

    Jeff Moden (1/15/2016)


    Heh... the title of this article should be titled "Security vs Convenience" because the current title is actually a bit of an oxymoron.

    What I mean by that is...

  • RE: Security Convenience

    ZZartin (1/15/2016)


    The default behavior is to use the database user with the same name you use to login to the server with, if anything I would change allowing DB users...

  • RE: Named Pipes connections

    Sounds like a bug of some sort. I wonder if there's some restart bug that enables NP?

    I'd file this on Connect.

  • RE: Security Convenience

    Eric M Russell (1/15/2016)


    Steve, what is this curious attachment at the bottom of your Security Convenience article; a PostScript file?

    Resources:

    SSC BG M4.eps

    Logo for the site in EPS. Must have...

  • RE: Are the posted questions getting worse?

    I'm here in the UK, flew over last night.

    At least it's not raining.

  • RE: Are the posted questions getting worse?

    Alvin Ramard (1/14/2016)


    Anybody coming to Nashville's SQL Saturday this weekend?

    I wanted to, but my daughter has a volleyball tournament this weekend and I fly to the UK Monday.

    My eye is...

  • RE: Talking baseball

    First time, sure. But after a couple days, he'd be used to it. Somewhat.

    People still bail out. Lefties mess with me (I bat left), but I've hung in on some....

  • RE: Talking baseball

    I think some can. Certainly the hand eye coordination to hit is important. Now, can he adjust his swing, especially when the ball has strange motion. Not sure how much...

  • RE: Named Pipes connections

    This is strange. If I stop the endpoint, I get an error (attached).

    If I start the endpoint, I can connect with this in SSMS:

    Server: np:\\.\pipe\MSSQL$SQL2016\sql\query

    Windows Auth credentials

    I'd check this for...

  • RE: A Bit of History

    The rocket engine that landed was inspected and is supposedly able to be re-used, but it's be preserved for testing right now. Not sure if that particular one will be...

  • RE: Named Pipes connections

    This is a bit strange. I have NP disabled, but I see it started with this

    select * from sys.endpoints

    Can you run this:

    alter endpoint [TSQL Named Pipes] state = STOPPED

    Can...

  • RE: Tracking Professional Athletes

    There are certainly huge potentials for abuse with this technology, but there are also some interesting positive, proactive things we can do.

    My point is that there are opportunities here for...

Viewing 15 posts - 8,821 through 8,835 (of 39,877 total)