Forum Replies Created

Viewing 15 posts - 91 through 105 (of 123 total)

  • RE: Help coming up with a query

    Thanks, Kingston! It makes perfect sense when I see it, but I just couldn't think of it on my own.

  • RE: Help coming up with a query

    Thanks, Kingston, but no, that only gives me one row. The one for userID 72379 (who has the max last_used date for that application version of all users). ...

  • RE: Be Responsible

    Steve, does the forum software limit the length of the post at all? I don't run a technical site, but we limit our forum posts to 7,000 bytes (text...

  • RE: Is C# Better?

    To answer Steve's question about the technical differences between the languages and what makes one better than the other I've listed some things that I've come across in my time....

  • RE: Changing of the Guard

    GSquared's botnet math assumes that the more bots you add, the faster the password will get hacked. While there is obviously nothing wrong with the math, and I know...

  • RE: Changing of the Guard

    I find the 90 day password expiratoin policy to be a nuisance as well as a completely worthless and unproven "security measure". Instead you should be educating people to...

  • RE: Virtualization Hints

    For development and QA, virtual servers work great. Here are the specs of one I put together that is running a virtual database server, web server, three XP systems,...

  • RE: Flash

    I came across this a couple months ago.

    Samsung SSD Awesomeness

    It's pretty cool and I wish I could afford something like it.

  • RE: Secure Programming

    I like Charles's list as well and am kind of an extremist too. The solution to solving SQL Injection attacks is simply for every RDBMS system to flat out...

  • RE: taking sql server backup on different machine

    We originally had just the RAID 1 configuration consisting of two 300 GB SAS drives, partitioned into a C: drive of 25 GB and a D: drive of 275 GB....

  • RE: taking sql server backup on different machine

    For all of you doing local backups, I'd like to know how big the database is that you are backing up and what type of disk subsystem you have (RAID...

  • RE: XML XQuery problem

    Could someone give me a code example of this that does work. I tried:

    DECLARE @xml xml;

    DECLARE @expression nvarchar(128);

    SET @xml =

    '<books>

    <book price=''31'' name=''SQL Server Central'' Author=''Steve Jones''/>

    </books>';

    --SET @expression =...

  • RE: What Does Support Look Like?

    I'd like to know, for how many people, does this actually matter? I would think that if you are still running SQL Server 2000, chances are you don't have...

  • RE: Guest editorial: SQL Code Metrics

    .NET has been around for less than 10 years and look at the vast number of tools and features it has available. There is a tool called FXCop, now...

  • RE: Guest editorial: SQL Code Metrics

    Nobody has replied to this yet? Well maybe this might spark some debate.

    The thing I started thinking about while reading this article is how terrible of a programming language...

Viewing 15 posts - 91 through 105 (of 123 total)