Forum Replies Created

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

  • RE: Finding “Active” Rows for the Previous Month (SQL Spackle)

    Nice article, well written. As a developer that has had to do a lot of work around date and time functionality, I can appreciate this article. You are correct that...

  • RE: Can SQL Server do ‘Big’?

    Well, I can't say that I 've ever had the need for 2100 parameters in a stored procedure, but I have built and worked on some fairly large systems. One...

  • RE: Free Tools for the SQL Server DBA Part 2

    For anyone who is interested, I found what looks to be a decent Speed Ferret replacement program:

    It's called SQLServerFind 3.3.2. It isn't free, but close. $11.00 US or 10 EURO.

    Looks...

  • RE: Free Tools for the SQL Server DBA Part 2

    I read your article with great interest, hoping beyond hope to find a search and replace tool.

    I've been using Black Moshannon Systems program called Speed Ferret 4 for many years....

  • RE: Create Insert for Existing Rows

    The problem is that when you issue this command:

    SELECT @CMD='SELECT * INTO ##TEMP_TABLE FROM '+@TABLE_NAME+' ALTER TABLE ##TEMP_TABLE ADD TAB_ID_MARKER INT IDENTITY(1,1)'

    where @TABLE_NAME references a table with an already existing...

  • RE: Auto Shrink versus Shrinking in Maintenance Plan

    What about shrinking TLog files? (SQL2K)

    We a few months back we started getting "disk space low" errors on a very large drive hosting the TLog files for the SQL Instance....

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