Forum Replies Created

Viewing 15 posts - 1 through 15 (of 58 total)

  • RE: High-Performance Transact-SQL with Window Functions

    But read my reply (page 1 of replies to this "article") with simple T-SQL to find islands and gaps. I expect it's faster than windowing functions.

  • RE: High-Performance Transact-SQL with Window Functions

    /* Occam says, do we really need these new T-SQL constructs? And, when delivering a solution, anticipate that the client may ask some follow-on questions. Thus, it's often...

  • RE: DEF CON SQL

    The novel The Casual Vacancy by JK Rowling features SQL injection as a major plot element. I don't want to be too much of a spoiler so I won't...

  • RE: Does the Role of the DBA Need to Evolve?

    A small business cannot hire an employee into every role that is defined by division of labor in a multinational corp. Some small businesses are successful as small businesses....

  • RE: Does the Role of the DBA Need to Evolve?

    Sarbanes-Oxley (SOX) does require separation of responsibilities. Application developers are not allowed to "fix" production data. I can't disagree with this.

    But I never forget the quote...

  • RE: Does the Role of the DBA Need to Evolve?

    The function of calculating storage space for the data and making sure it's backed up-- and that restore works!-- is a crucial function-- but one that is very easy to...

  • RE: Does the Role of the DBA Need to Evolve?

    I worked at a university as a data analyst using statistical software in 1983-- yes, 1983. I struggled to manage data relationships using SPSS. Then I was introduced...

  • RE: Keeping Your Soul

    If you have $75000 annual income ethical, no path to grow that income, and one-time opportunity for $1 million bonus not-so-ethical-- what would you do?

  • RE: Formatting Dates with 3 Character Months (SQL Spackle)

    Question from a DBA--

    I have to ask this question because I have no experience doing user interface programming-- I use T-SQL and SSMS, and Excel to deliver reports, for everything...

  • RE: Moving Indexes with Powershell and SMO

    >>wouldn't it be helpful

    It takes a few minutes to write exactly the helpful query you need on tables and indexes, no need to wish

    Use this query to identify which columns...

  • RE: Moving Indexes with Powershell and SMO

    I work as a SQL Server contractor/consultant, typically three to six month assignments at companies having "problems with the databases" so I've seen use of SQL Server at many companies....

  • RE: Calendar Tables

    >>

    Here we've always been of the belief that you shouldn't have tables with date ranges, because tables get created and populated, the query in question works, and the table gets...

  • RE: Database defintion from an Excel Spec?

    What I meant to say in my first post is that programmers should know what a programmer's editor can do and when to use it. Time estimates based on...

  • RE: Database defintion from an Excel Spec?

    I know the big vendors want to hold programmers captive in their IDEs (studios) but I'll never give up the programmer's editor that I use -- Epsilon. Using Epsilon...

  • RE: Stored Procedures Reconsidered

    If the data is stored in a relational database, the only way to read/write it is with SQL. By definition. So training-wheel programmers write LINQ which writes SQL,...

Viewing 15 posts - 1 through 15 (of 58 total)