Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 6,041 total)

  • RE: are there dark themes available?

    The following website has a collection of 3,000+ visual studio themes for download, which also can be imported into SSMS. You can even create new themes here as well.

  • RE: The Development Lab

    Unless my off-hours learning and hobby programming turns into a full fledged side business, I don't plan plan to ever spend $,$$$ for a personal on-premises (ie: setup in my...

  • RE: Writing the Correct Query is Important

    Kyrilluk - Monday, January 16, 2017 9:03 AM

    Eric M Russell - Monday, January 16, 2017 8:34 AM

  • RE: Writing the Correct Query is Important

    SQL suffers from the same predicament as HTML and JavaScript; it's an accessible high-level language that's widely used by a lot of people, but only a few people actually know...

  • RE: Securing Your Instances

    Yes, the service account used for the honeypot server should be local no admin minimal priv, the mssql account left open to the public should itself be nothing more than...

  • RE: TempDB on RAM Drive ?

    I'm no expert on tempdb, but I have a couple of thoughts, like what's your initial size and auto-growth setting on tempdb?

    You can use the following query against...

  • RE: The SQL Saturday Thread

    Ray K - Wednesday, May 18, 2016 7:43 AM

    Luis Cazares (5/17/2016)


    This is sad, because this Saturday is my wife's birthday and SQL Saturday...

  • RE: Backup Data Security

    Iwas Bornready - Friday, January 13, 2017 9:22 AM

    Too bad they couldn't just come out with the systems fully secured so that you...

  • RE: Backup Data Security

    richlion2 - Friday, January 13, 2017 8:30 AM

    Eric M Russell - Thursday, January 12, 2017 10:44 AM

  • RE: Securing Your Instances

    A few years back there was a discussion about Honeypot servers. The basic concept is that you setup a marginally secure server for the sole purpose of baiting hackers who are randomly scanning...

  • RE: Should this take hours?

    When what should be a fast query becomes a long running query, the first thing to do is confirm if blocking is taking place on the request's SPID.
    900,000 rows...

  • RE: Should we keep Comic Sans in the formatting options?

    Dave Convery - Thursday, January 12, 2017 4:07 AM

    Does the world's least-favourite font have a place on SSC?

    Don't care. There...

  • RE: Backup Data Security

    Security has to be baked into the infrastructure and development process rather than sprinkled on top of a deliverable like spice. For example, servers and databases in development should be...

  • RE: Not Excited by Linux

    The value of SQL Serer relative to other database platforms is the stack of services, features, and client tools that come bundled with it. To fully get Linux based organizations...

  • RE: Backup Data Security

    Firewalls are an essential first defense, but it's still kind of like the plate glass windows at the bank; a determined intruder can eventually find a way in.

    Even...

Viewing 15 posts - 1,831 through 1,845 (of 6,041 total)