Forum Replies Created

Viewing 15 posts - 316 through 330 (of 373 total)

  • RE: stored procedure Date/Time last accessed

    Thanks for your reply. Here is my problem. Having over 1200 stored procedures and knowing that the database that I'm now support has been around for quite some...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: SQL Server 2005 Backup Maintenance Plan failing

    Thanks Guys for your response. In my efforts to find a solution I discovered a few things. 1) I found that I have enough room on the same box...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Limit Resources to UGLY query

    Yes I would agree but not in this case. The process I'm referring to deals with a large volume of data.

    Thanks for your reply

    Kurt

    DBA

    RHWI, Inc

    Poughkeepsie, NY

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Limit Resources to UGLY query

    I've had to deal with very long running updates and processor intensive stored procedures that has been able to take my dual quad core w/ 8gb to it's knees. ...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Problem with Maintenance script

    HI Gary... yeah... I have a number of development databases that are quite large. All of a sudden one of the backups stopped working (of course the largest). ...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Field name search

    This Sproc comes from Andrew Zanevsky. It does what I need it to do.

    set ANSI_NULLS ON

    set QUOTED_IDENTIFIER ON

    go

    -- sp_grep v1.0 03/16/1995, v1.1 10/26/1995

    -- Author: Andrew...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: String search for email address....

    Aaron...

    This works great but it has issues. If there were more than 1 email address in the text then it would only find the first one. ...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: String search for email address....

    Thanks Aaron... I'll give it a try..

    Kurt

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Field name search

    I found a script called sp_grep that does exactly that. I'm sure it is much like Lowell's script he posted.

    Kurt

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Issues while backing up to the network

    Vinu; If you read the error message you are trying to create a file that already exists, which is preventing the backup to run.

    I would suggest recreating...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Calculating Work Days

    Joe, read my post on this subject. I agree... Julian dates work much easier than Gregorian dates.

    Kurt

    DBA

    RHWI

    Poughkeepsie, NY

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Calculating Work Days

    Over the years I've written several variations of work day calculator functions in a variety of different languages. The earliest was written in FORTRAN. The latest was a...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: cANNOT LOGIN AFTER BRINGING SQL SERVER IN SINGLE USER MODE

    When I had this issue I went into EM, right mouse clicked on the database then left mouse clicked on Detach Database... I then forced the connection off by selecting...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Issues while backing up to the network

    I had an issue where I wanted to backup several databases across my local network to a file server (read: lots-o-room). In order for me to do this I...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: sp_start_job - Don''''t know how to explain this

    One last followup... I went forward and modified my script to toggle the delete option on my temp jobs and it worked fine, without any contention or deadlocking. ...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

Viewing 15 posts - 316 through 330 (of 373 total)