Forum Replies Created

Viewing 15 posts - 31,276 through 31,290 (of 39,823 total)

  • RE: Data in Use or Data in memory

    I have heard some people say that RAMDISKs work great and love them. That's an interesting idea, maybe drop a separate database up there, same rights, security, and move the...

  • RE: @#$^@ Forum reply timeout

    How long were you waiting?

    I started this reply at 7:37amMDT, pushing "Post" at 7:50am MDT

  • RE: Latest forum posts

    It's something to think about.

    We're hesitant to change the forum code too much. We touched a bunch of stuff last time and it made upgrading impossible over time to fix...

  • RE: Recent Posts ???

    We are looking to expose this in other ways, probably through your account page. It takes time and we have a few other priorities, but we'll get this done.

  • RE: Transaction log file too large

    There are two other things I thought up since the last post.

    1. You might have a virtual log file at the end of your log file that prevents it from...

  • RE: Backup Failure to Tape

    First, don't back up to tape. Back up to disk and then move to tape.

    second, it sounds like your job has a problem with the backup set. Can you post...

  • RE: Database user and Corresponding login

    sp_change_users_login should work in 2005 still. Look it up in the doucmentation.

  • RE: question about log file

    If you add a table to the database, data or not, the log data increases. This a logged event and something is written even in simple mode.

    I'd like to hear...

  • RE: Restore & Recovery

    I think Nigel has a great explanation. It definitely depends on the context in which you are discussing things.

  • RE: Printing Custom Forms from a Trigger

    Whatever technology you use, you need some sort of application that can control the printer. I don't think SQL Server is a good place for this. Some small .NET app...

  • RE: Newbie guide to scripting

    You might also search for some scripts here on the site. Chances are someone has writtne some of them already.

  • RE: What is a Case Study??

    I usually read the overview and then skim the case study. There's definitely extra information, so I'd recommend what Matt suggested. Get to the question and then read the case...

  • RE: SQL 2000 Reattaching Database issue

    Never delete a log file. Even if the drive is full there are options. You can backup with truncate_only, fun a shrink only on the log, and more.

  • RE: jobs

    I'm not sure what you are asking. Please specify in more detail what you'd like to do.

  • RE: Transaction log file too large

    The log file might have been created that large. You can't shrink beyond the initial size.

Viewing 15 posts - 31,276 through 31,290 (of 39,823 total)