Forum Replies Created

Viewing 15 posts - 26,206 through 26,220 (of 39,793 total)

  • RE: Need to implement some sort of auditing

    The problem with going with stored procedures is that you'll have an exception somewhere and that will cause problems. If you can tightly control development, this can work, but it...

  • RE: TSQL

    Hugo,

    Thanks and good seeing you last week.

    Didn't think about those parts being optional when I reviewed this. I kind of glanced at it and took those to be valid options.

    The...

  • RE: Pass Summit - Lessons Learned

    One more thing I might mention here.

    Don't feel bad about missing a session. If you get busy or get into good conversations with people, especially MS people, skip a session....

  • RE: Which hot fix should I install after I install SQL server 2005 SP2?

    I think CU6 was stable on clusters, though I haven't heard a lot since then. You might email Geoff Hiten, SQL MVP that does a lot with clusters.

    I would go...

  • RE: Stop using the SA login

    I'm with Gail and Lynn.

    I had to do this and it was hard, but I got management buy in, created Windows groups and assigned permissions (DBO, not SA) and then...

  • RE: Out of disk space--Now What?

    The SAN drives are just other disks to the OS. You can have some MDf/NDF/LDF files local and some on the SAN, though I wouldn't recommend it. I'd start migrating...

  • RE: Pass Summit - Lessons Learned

    Great summary and I'll be writing one to post as well.

    Talk to everyone. Sit next to new people at lunch, get to know them, ask them what they do. I...

  • RE: Budgeting

    ZBB is how I always did things, looking back at last year only to ensure I was covering costs or estimating expenses properly. It is a pain, but it should...

  • RE: Are the posted questions getting worse?

    Wow, that's a lot of code. Posted a hint to a derived table article.

  • RE: How can I join derived table

    That's a lot of code.

    Derived Tables - http://www.sqlservercentral.com/articles/DerivedTables/61388/

    You might need to make two updates if you can't get it done in one. Gail has given you good hints, and you...

  • RE: Restore Objects Only

    I think SQLCompare (Red Gate) will do this. There is an option to compare to a backup file.

  • RE: Importing unformatted data

    You might be better off importing the entire file into a table with one column, one large varchar, and then searching through for this line, if the format is there....

  • RE: Design Fundamentals

    The best thing I can recommend is to read some books and articles, and look at how people design things. We have a few here and be sure to read...

  • RE: TABLE SUBTOTAL EXPRESSION

    First, is this SSRS? Reporting Services? Please post in those forums.

    Second, you show 12.16 as a result and then say you want 12.16. Am I missing something?

  • RE: GP & Database Mirroring

    Lee,

    GP still won't switch automatically to the mirror, correct?

    If you move the logins, use sp_help_revlogin from MS to script out the logins with the correct SID and passwords.

    Not sure about...

Viewing 15 posts - 26,206 through 26,220 (of 39,793 total)