Forum Replies Created

Viewing 15 posts - 766 through 780 (of 1,319 total)

  • RE: SQL Server Books Online

    Perhaps you don't have the help compiler installed (not sure why you wouldn't)? Check out:

    http://www.ec-software.com/downloads_mscomp.html

  • RE: Are the posted questions getting worse?

    Roy Ernest (2/27/2009)


    Today is the first day that I noticed that there are two GSquared's.... 🙂

    GSquared original and a G raised to 2. Both answered on the same thread....:hehe:

    There is...

  • RE: Attached Database Without LDF

    Did you determine why the log got so big? 25Xdata is not normal. I'm guessing you have the database in full recovery but never backup the transaction log???

  • RE: help

    And this is NOT going to get you what you think:

    5.Display the customer name, employee name, and employee ID for all orders that were handled by the Sales Representatives.

    this...

  • RE: Transaction Log size <= Data size.

    Stamey (2/26/2009)


    The updates are the worst offenders and make the log the largest because the log has the before and after in it.

    Chris

    And that's because it's really a delete and...

  • RE: Backup and restore in 2000

    Vidya (2/26/2009)


    Unfortunately, renaming the new server to be the same as old won't work. Both will be online for a while until all testing is done.

    Also, when I have...

  • RE: SSC Members Name

    I wouldn't sweat the small stuff. You should be honored so many people with your name are in your field as well. You could always come up with a more...

  • RE: Backup and restore in 2000

    Vidya (2/26/2009)


    Hi,

    Is there a way to restore only the data and not the structure of the database (table structure, stored procedures, etc)?

    My situation is that we are moving the...

  • RE: DB Maintenance Backup Job not deleting old backups

    How often are you backing up? I have maintenance plans that delete files older than 2 weeks and have never seen it fail to do it. How big are your...

  • RE: DB maintenance has TLOG backup locked

    I agree. You've got two resource-intensive jobs running and competing for CPU. They'll finish eventually but obviously the process will run longer. How are you removing unused space from the...

  • RE: Problem with restore .bak file

    If the below command doesn't return the backup info, including compatability level (SQL version), it may very well be corrupt. If so, I know of no way to get it...

  • RE: Transaction Log size <= Data size.

    Atul DBA (2/26/2009)


    This may be correct and may not be.

    Absolutely. Truncating a table of 3.3 million rows at my job added about 200MB to the log but by using...

  • RE: Attached Database Without LDF

    aks_pra (2/26/2009)


    Hi ,

    I am Having Sql Server SP4 pak.

    I wanted to Attached database without LDF file.

    B’coz my LDF size is greater than the MDF

    Thanks and Regards,

    Pravin

    If your database is...

  • RE: Are the posted questions getting worse?

    GSquared (2/25/2009)


    I don't know about the three or more spaces thing. I've seen ones with punctuation and such that were basically a full description of the purpose of the...

  • RE: Converting to Month-Year Format

    Jeff Moden (2/23/2009)


    Books Online (comes free with SQL Server)

    Well put. I'll be plagiarizing that in the future. 😀

Viewing 15 posts - 766 through 780 (of 1,319 total)