Forum Replies Created

Viewing 15 posts - 15,886 through 15,900 (of 39,901 total)

  • RE: your spare time?

    I have 2.5 kids (one's in college), so that's eaten up a lot of my time with Scouts and other kid activities. Add to that the ranch I live on...

  • RE: your spare time?

    sturner (6/10/2011)


    Reloading ammo is always relaxing.

    Is that the relaxing part or the shooting up pictures of annoying bosses?

  • RE: Breakfast

    LOL, 23..... Everything is weird at 23.

    I think I had pop-tarts for awhile in my 20s at various jobs. Easy way to start the day.

    At 44, I've switched to protein...

  • RE: Are the posted questions getting worse?

    Our "real world financial problem" individual sent me a note that he got a "real answer" on the MSDN forums.

    He ignored the fact that someone on the thread said...

  • RE: CPU and memory monitor

    Look at the columns in the DMV. Create a table with the same columns, perhaps with one more for timestamping. Then insert data from the DMV select into that table.

  • RE: how to monitor t-log(no.of transactions per day and list of transactions )

    A second for ALZDBA's article on trace, and second that Grant has noted trace is what you need, not Profiler.

    Another note. Management shouldn't care how you do this. Your job...

  • RE: Store Huge Files in database

    Yes, full text changed a lot in 2008. It became Integrated Full Text Search, with additional enhancements for multi-languages, better indexing of documents and more. Check Books Online for more...

  • RE: I cannot find my previous post after change email address

    We always only return 150. You can search by keyword or topic. You have to narrow down the search in some way.

  • RE: Page Compression

    Tom.Thomson (6/13/2011)


    Good question.

    But one major niggle and one minor niggle:

    Major niggle: if page compression is enabled on a table already containing data, each page is rebuilt and evaluated for page...

  • RE: Changes rows to columns in sql 2000

    Search for a cross tab query. It's not easy or efficient, especially if you don't have a set number of rows that you are changing to columns.

  • RE: OLTP Performance Issue

    I am not sure how much of a difference this makes in SQL 2000, but it should help. If you can partition on a field that will remove most of...

  • RE: SQL Server 2008 R2 backups with data compression

    I have not heard about any issues with it. It's a fairly simple process and works well.

    The third party tools do a better job of compression, but at the expense...

  • RE: SQL Server Monitoring

    Most tools don't replace something like Replication Monitor. The tools do catch errors that are logged to the Error log in SQL Server.

    I have heard good things about all of...

  • RE: CPU and memory monitor

    Performance monitor has low overhead, and you can run it from your machine, but I'm not sure it's better. You want to log the data, not run it interactively.

  • RE: I cannot find my previous post after change email address

    You have to search for them. We have a performance limit of 150 posts.

Viewing 15 posts - 15,886 through 15,900 (of 39,901 total)