Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: iPads for Christmas

    Steve,

    I am one of those in IT that have to pay a roll of SQL server admin / DBA once in a while so most of the time I could...

  • RE: Identifying Queries Running Slower Than Normal

    -- reformat original code from author's Word document.

    -- Hope this help.

    CREATE PROC [dbo].[dba_QueryTimeDelta]

    AS

    /*----------------------------------------------------------------------

    Purpose: Identify queries that are running slower than normal

    ...

  • RE: Delete files older than n-days via T-SQL

    The 'Forfiles' command can do this in one line of code. I don't know why we have to re-invent the wheel here.

Viewing 3 posts - 1 through 3 (of 3 total)