Forum Replies Created

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

  • Reply To: The distribution agent failed to create temporary files in 'C:\Program Files\Microsoft SQL Server\120\COM' directory. System returned errorcode 5.

    For "kahmeal"

    perfect answer: Once I gave write/modify permissions to the account running distrib.exe for the folder in the error message, the subsequent attempt to initialize replication completed successfully.

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: On formatting SQL code

    For sustainability and maintenance, I demand it of programmer. IF NOT then the code get rejected at Code review. NO EXCEPTIONS. Either do the job right or get out...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Stairway to Advanced T-SQL Level 7: Ordering Your Data Using Ranking Functions

    I second that recommendation to fix PostalCode 03054 to PostalCode 030564.. Just a Typo. That proves people did read the article.

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Temporary Stored Procedures

    Excellent Post,

    We are going to consider it in our SSIS development group.

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Delete or move tempdb .ndf file

    Thank Johan...

    Hank Freeman

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Cursor-Killing: Retrieving Recently Modified Data

    Edward, thanks for such a well WRITTEN article. You have raised the bar for others who post at SQL Server Central.com.

    Five Stars !

    Hank Freeman

    SQL server DBA/Data Architect - Atlanta, GA

    :smooooth:

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Index Breakdown

    The code faulters with this error

    Lookup Error - SQL Server Database Error: Divide by zero error encountered on line 154

    the start of the select query

    -----------------------------------------------------------------------------------------------------------------------------

    --Main Query: Final Display / Output

    -----------------------------------------------------------------------------------------------------------------------------

    SELECT

    ...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Try Catch with Bulk Insert

    Here is an example of my code which is working... The Error line you see below has a comman delimiter so I can produce the error because the CSV file...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Unable to revoke sysadmin rights and give proper priviliges toa login

    Thanks so very much for this insight... Save the day, the bacon and several sleepless nights that were yet to come.

    FYI ! --> Please make a spelling change...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Unable to revoke sysadmin rights and give proper priviliges toa login

    Thanks so very much for this insight... Save the day, the bacon and several sleepless nights that were yet to come.

    FYI ! --> Please make a spelling change...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Changing Foreign key names to standard naming convention across the DB

    This is an interesting topic, which needs further discussion. As an example I have several tables that have duplicated foreign keys to the same relationship. When resolving system generated foreign...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: sp_Foreachdb and sp_foreachtable

    Here is one of my favorite script that does what you need for one database at a time with a preceeding USE dbname... So if you want to do this...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Precious Ideas

    Jeff,

    I agree with you and I believe that encryption keeps competitors just that.

    Take Quest LiteSpeed for SQL Server as an example. It is evolved into one of...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Shrink Database Files in Size Increments

    I have a solution to the @TargetSize in my script... Which I am testing.

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

  • RE: Shrink Database Files in Size Increments

    Boris and Others.

    Boris, I have taken your concept and fixed at few issue as already reported and have put in some new features. So before I post them on...

    Hank Freeman
    Senior SQL Server DBA / Data & Solutions Architect
    hfreeman@msn.com
    678-414-0090 (Personal Cell)

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