Forum Replies Created

Viewing 15 posts - 121 through 135 (of 373 total)

  • RE: CTE WITH CONDITION TAKING TOO LONG............

    Any chance in getting an execution plan?

    Kurt

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

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

  • RE: procedures used

    I've been using a procedure written by Gregory A. Larsen. It will display the top worst performing queries. It comes in quite handy and may help you out....

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

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

  • RE: Using a Stored Proc to schedule a job

    When faced with a situation like this there are several things I'd need to know. How long does the Agent Job take to run? Are there going to...

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

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

  • RE: Select from table and alter result

    So I had a little time to play with this script. I found where you introduced a bug when you added the square braces around your table name, where...

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

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

  • RE: Select from table and alter result

    CREATE TABLE #IndexFrag(

    database_id int,

    object_ID int,

    index_id int,

    name varchar(max),

    page_count int,

    avg_fragmentation_In_Percent real )

    Change your NAME column to varchar(max) and I think your code will work.

    Kurt

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

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

  • RE: Today's Random Word!

    Ed Wagner (12/9/2013)


    BWFC (12/9/2013)


    whereisSQL? (12/9/2013)


    Ed Wagner (12/9/2013)


    crookj (12/9/2013)Snow (8 inches of it!)

    Driving

    Skid

    Row

    Column

    pillar

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

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

  • RE: Authenticated Users, UNC Path and SSIS

    I've run into this issue before and the way I was able to get around this was to create a batch command file w/i the job that starts by mapping...

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

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

  • RE: copy database not working

    I have to move data from a production copy of a database to a development copy. I do this by using an Import Data task and literally move all...

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

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

  • RE: Index Tuning never finishes

    If I were you I'd poke around to find an index manager that looks at the indexes that exceeds a threshold of fragmentation. Typically there is a much smaller subset...

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

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

  • RE: SQL Orphan login issue

    I use the Auto_Fix option on sp_change_users_login to fix orphan users.

    Kurt

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

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

  • RE: Regarding tempdb usage

    If I were you I'd poke around looking for an SOP for setting up tempdb. It is worth reading and you will learn a lot. I'd also suggest...

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

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

  • RE: Today's Random Word!

    Ed Wagner (12/2/2013)


    whereisSQL? (12/2/2013)


    Revenant (12/2/2013)


    Ed Wagner (12/2/2013)


    Sales presentation

    PowerPoint

    Charts

    Misinterpretation

    distort

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

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

  • RE: regarding automatic backup job

    Jeff Moden (12/2/2013)


    For the record, I don't actually use Maintenance Plans to do backups. I've developed my own stored procedures that are scheduled as jobs. Maintenance Plans just...

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

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

  • RE: table output

    I wrote a stored procedure that creates a temp table which I use in a calling stored procedure. You cannot declare an output variable as a user defined table...

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

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

  • RE: Holiday Calendar double check

    Lowell (11/27/2013)


    ... i saw an article in the news that said that this year is the first time Thanksgiving and Hanukkah fall on the same day, and it won't happen...

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

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

Viewing 15 posts - 121 through 135 (of 373 total)