Forum Replies Created

Viewing 15 posts - 27,631 through 27,645 (of 39,803 total)

  • RE: Database Encryption

    There is not. It's too much overhead to encrypt all data in there database by table. There are quite a few encryption options for columns.

    In SQL Server 2008, there is...

  • RE: Topic creator can privalage to closed the topic

    I don't see an option to allow this, but I'll ping the InstantForum team.

  • RE: The July Car Update (2008)

    I think that some of the crazy shipping stuff will come to a close. Still not sure if overnighting things from Amazon makes sense, but there's probably some hybrid models...

  • RE: The July Car Update (2008)

    That "editorial" isn't fact, it's an inflammatory piece. It got widely picked up for that reason and there have been some stories that show a Prius is not worse than...

  • RE: Shrink DB

    Are you trying to shrink this down to 150MB? You want to keep free space in the file in general.

    The shrinking can be slow or fast, depending on the load...

  • RE: Materialized Views

    I tend to agree with the views expressed above. It can be a useful tool, if you consider the load on your system for Ins/Upd/Del

  • RE: Help with Trigger

    Or

    update MyTable

    set col = sitename + resource

    from inserted i

    where i.pk = MyTable.pk

  • RE: Expert Thoughts

    I'm not completely clear what you mean here or need to accomplish?

    Are you and the client both loading files separately? Do you need to create a file for them? Or...

  • RE: Maintenance Plan DB Backups to a UNC using a DNS alias failing

    Are you using a FQDN in there for the alias?

  • RE: Brain on Strike, I need help!

    Are you trying to build up the select statement with IFs? Can a CASE work

    CASE when @home = home

    then a.xxx

    Or are you trying to build dynamic SQL? Honestly...

  • RE: The 'Last' Lecture

    It's good you find some inspiration from Randy, but I wouldn't pity yourself. Move forward, look to make changes, and look to make life better where and when you can.

    Take...

  • RE: UK Cultures

    Protein bar, coffee and water here. Had to take a large supply of bars to the UK last year. Had a hard time finding them.

    I struggled with breakfast. Lots of...

  • RE: TOP and TABLESAMPLE

    As an FYI, I'm not upset about the complaints. I completely understand how it looks from your side and I apologize.

    The QOD is a hard place to get a good...

  • RE: SQL Brain

    I think my brain has lots of little tables, very little DRI, and way too many cross joins occurring on a regular basis.

  • RE: The July Car Update (2008)

    If you monitored the mpg, was that not at least interesting?

    I think that you have to make the choice about fun v economical and bear the costs. When I got...

Viewing 15 posts - 27,631 through 27,645 (of 39,803 total)