Forum Replies Created

Viewing 15 posts - 13,606 through 13,620 (of 39,818 total)

  • RE: New Security Holes

    jay-h (6/4/2012)


    I did not understant what IBM's objection was when I read the news article. How does this differ from doing a Google or Bing search?

    Not that Siri interests me...

  • RE: Database downgrade: 64 bits to 32

    tilew-948340 (5/31/2012)


    I don't want to argue too much on that because I am no expert. I found this site that explains why a 32 bit OS would not run...

  • RE: Create Your Own Intense Interview

    Doctor Who 2 (5/31/2012)


    No, GSQuared, I haven't tried LinkedIn. I am on it, but tend to spend my time there either interacting with others on questions, answering them, etc....

  • RE: Talking baseball

    Ray K (6/1/2012)


    Is Jamie Moyer done?

    I hope not

  • RE: Career Engagement

    A few email replies

    #1 - Has been a good job, but things have changed and it's time to move on.

    #2 - f)negotiating with someone else right now for a new...

  • RE: SQL Server 2008 Security Audit

    You can set up tracing or auditing in SQL Server 2008, but it can be a tremendous amount of data. It depends on what you capture.

    If you want data changes,...

  • RE: Restore from Multiple Full Backups

    Yep, I'd do what Anthony suggested. Data Compare isn't that expensive, and it will help you figure out what to move between the databases. It could be cheaper than manually...

  • RE: Does replication alter schema?

    Did you set up replication recently? It does require a PK of some sort on tables, and I believe it adds a column if there isn't one already.

  • RE: backup software

    Red Gate offers a couple tools to help here. Object Level Recovery can help, but really you want to look at what you are restoring and make sure it's correct....

  • RE: Performance Issues Between Logins

    That's odd. usually the login shouldn't be slowing it down, especially in SQL 2000. There must be something that's not happening in sa, but can't think about it.

    If you can,...

  • RE: ERD Model Assistance

    The only thing that seems off is the GameTeam table. Why do you just not have two teams in the Game table thet FK back to the Team table? There...

  • RE: Tabbing Between Results Panel and Coding Panel in Management Studio

    I use CTRL+R to whack the results in demos and quickly get back to the coding window.

  • RE: Making password case insensitive

    You'd also have to store passwords as characters, likely plain text or ever so slightly obfuscated. If you do any conversion to binary, you can't have case insensitivity.

    A big security...

  • RE: Career Engagement

    Ugh, my apologies. In the copy/paste, I lost C somehow.

    The option was supposed to be c) get me out of here ASAP

  • RE: Performance Issues Between Logins

    Strange. If you give another login, perhaps a db_owner, but not sysadmin, is there a change?

    Any chance of client side tracing through ADO?

Viewing 15 posts - 13,606 through 13,620 (of 39,818 total)