Forum Replies Created

Viewing 15 posts - 5,296 through 5,310 (of 6,022 total)

  • RE: BYOD

    Jack Corbett (1/23/2012)


    Steve Jones - SSC Editor (1/19/2012)


    ...and they'd provide a VPN connection and VM?...

    Working 100% remotely now, I'd love it if the company provided a VM for...

  • RE: Linked Servers and Security Concerns

    Jeff Weight (1/20/2012)


    ...and, that's why it says "Grasshopper" right under my name 🙂 You're right about that.

    Encrypting the network transport stream for SQL Server is an interesting question. It's...

  • RE: Linked Servers and Security Concerns

    Jeff Weight (1/20/2012)


    Ah, seeing all this activity on this post brings back memories.

    I eventually got what I needed back in 2008, and since then, things have become a little simpler...

  • RE: Linked Servers and Security Concerns

    We can restrict linked server access to only specific accounts by using the "Local server login to remote server login mappings" option when setting up security on the linked server...

  • RE: BYOD

    Peter Trast (1/18/2012)


    milzs (1/18/2012)


    I have seven development PCs sitting here at my desk, including a "souped-up" one that cost over $5K. Add in a 21" monitor, a ScanSnap scanner,...

  • RE: BYOD

    GSquared (1/18/2012)


    Eric M Russell (1/18/2012)


    fahey.jonathan (1/18/2012)


    In most professions, the "tools" do not become obsolete in two years. The screwdriver I made 25 years ago still works in every flathead...

  • RE: BYOD

    fahey.jonathan (1/18/2012)


    In most professions, the "tools" do not become obsolete in two years. The screwdriver I made 25 years ago still works in every flathead screw in my house....

  • RE: BYOD

    There is no reason for an organization to provide employees with both a desktop PC at the office AND a laptop to work remotely. When I work remotely from home,...

  • RE: BYOD

    In the distant past, I've worked as an employee for small companies where it was expected that everyone would use their own laptop for work, much like a contractor. We...

  • RE: Coding More Carefully

    Steve Jones - SSC Editor (1/13/2012)


    ben.mcintyre (1/12/2012)


    As primarily a c# coder, I emphatically disagree with this proposition.

    In fact, being able to compile frequently (any I often do it once every...

  • RE: Coding More Carefully

    Thanks to code completion, I don't think developers today really spend a significant amount of time correcting syntax errors or invalid object references.

    I think the old timers back in...

  • RE: HOW TO FIND A VALUE IN ALL COLUMN OF ALL TABLE IN A db.

    Querying the INFORMATION_SCHEMA views can return columns with definitions that matche search criteria, and then you can also use a similar query to dynamically build other SQL queries against those...

  • RE: How we dealocate the memory of a row

    chaudharydpk0 (1/10/2012)


    How we dealocate the memory of a row in a table in sql 2008 R2. please show the query if exist.

    OK, I'll take a stab at interpreting your request...

  • RE: Referencing Remote Data

    The thing about querying remote tables, especially when joining remote tables with local tables, is that the performance impact of the SQL coding tequnique is critical. I'm not sure that...

Viewing 15 posts - 5,296 through 5,310 (of 6,022 total)