Forum Replies Created

Viewing 15 posts - 226 through 240 (of 373 total)

  • RE: Creating Index on all FK (more than 15 per table)

    I have found the best way to determine if a very large table should have additional indexes is to see what is running against that table. If there is...

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

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

  • RE: Format Cast INT as Text

    dogramone (10/3/2013)


    I just use a concatenate and a right.

    So select right('00' + cast(1 as varchar) ,2)

    I've used this method quite often. Simple enough.

    Kurt

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

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

  • RE: Performance When dropping multiple tables

    Jeff Moden (10/3/2013)


    Steve Smith-163358 (10/3/2013)


    Thank you all very much for your replies, and thank you Jeff for the excellent article that Alan linked to earlier.

    I had often read about the...

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

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

  • RE: Windows/SSIS - File Transfer Protocol question

    Although I have not actually tried it I did find an article that might help you out:

    http://technet.microsoft.com/en-us/library/ms137656.aspx

    Hope this helps.

    Kurt

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

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

  • RE: Performance When dropping multiple tables

    Steve Smith-163358 (10/3/2013)


    Hi,

    thanks again for the replies.

    At the moment, the process we have for dropping these tables does indeed run out of hours.

    However, I've been tasked with rewriting it for...

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

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

  • RE: Performance When dropping multiple tables

    If what you are doing occurs every so often, say, once a week, then consider creating a job that runs on the SQL Server Agent off hours. Additionally, if...

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

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

  • RE: SQL Transaction Log

    GilaMonster (10/3/2013)


    Please take a read through this: http://www.sqlservercentral.com/articles/Administration/64582/

    I agree, Gail's article has all of the details you need to know about managing transaction logs. Now if you are experiencing...

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

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

  • RE: SQL Transaction Log

    How often do you back up your transaction log? I have t-log backups that runs on frequencies of from 15 minutes to 1 hour.

    Kurt

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

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

  • RE: SQL Transaction Log

    What is the recovery model of the database? If it is FULL then consider scheduling a transaction log backup to manage the transaction log.

    Kurt

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

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

  • RE: Prevent backups on C:\ drive?

    Jeff Moden (10/1/2013)


    Kurt W. Zimmerman (10/1/2013)


    kevaburg (10/1/2013)


    Kurt W. Zimmerman (10/1/2013)


    I think the resolution is more a function of control. As a DBA restrict access to those developers who don't at...

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

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

  • RE: Prevent backups on C:\ drive?

    kevaburg (10/1/2013)


    Kurt W. Zimmerman (10/1/2013)


    I think the resolution is more a function of control. As a DBA restrict access to those developers who don't at by the rules. Make them...

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

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

  • RE: Prevent backups on C:\ drive?

    I think the resolution is more a function of control. As a DBA restrict access to those developers who don't play by the rules. Make them come to the DBA...

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

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

  • RE: Transfer Data

    I moved a VLD backup from New York to Denver, CO. I backed up the database and FTP'd it to the destination. It took several hours but it...

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

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

  • RE: Need to set Max Memory?

    I've been making it a practice to allocate 2gb of memory to the OS as a general rule. I have seen some random cases where SQL Server will overtake...

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

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

  • RE: TempDB best practices - Doubt

    I have a tendency to over provision TEMPDB. For a machine that has 16 cores or less I will create 1 file per core. Over 16 cores I...

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

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

Viewing 15 posts - 226 through 240 (of 373 total)