Forum Replies Created

Viewing 15 posts - 22,036 through 22,050 (of 22,184 total)

  • RE: Unit Testing and Code Generation

    You are the #1 resource on this stuff. I send anyone who'll listen over to your web site.

  • RE: Unit Testing and Code Generation

    It's an add-on to Visual Studio. It's specifically targeted at database development. It manages all your database objects locally through scripts that can be checked into source control. It has...

  • RE: Unit Testing and Code Generation

    I have to agree. The database development team that I belong to has been trying to work out these kinds of methods, but the nature of databases and the dirth...

  • RE: Unit Testing and Code Generation

    Woo Hoo! Scott Ambler!

    Thanks for the response. I've read both your database books (Agile Database Techniques & Refactoring Databases) and have forced a few people in the organization to read the first one...

  • RE: Unit Testing and Code Generation

    Hello,

    Sorry I didn't get back to you sooner, but I didn't get any alerts that there were posts on this article. I thought no one was reading it.

    Several of us...

  • RE: Recovery to a Point in Time

    Absolutely helpful. Those are some really important details that I didn't include in the article.

    Funny thing about writing this kind of article, you keep thinking of other details that should...

  • RE: The Daily Lookup

    While I do understand and agree that of course an OLAP db will have a date table, we are missing the point here. This is clearly a transactional system and...

  • RE: The Best Database

    Not that the data needs are huge, but Tennis has pretty extensive database needs. About 9 years ago I helped build the USTA database which they distribute around the country...

  • RE: How Many Times Will This Happen?

    Thanks for sharing this one. We're trying to institute a number of security policies on laptops within our organization and we've been meeting resistance, especially from development. Having stories like...

  • RE: Oledb to Oracle Changes Data Type

    It's on the Properties tab of the OLE DB Source in Custom Properties section.

    We found that loading data to Oracle from SSIS only worked well when we used the...

  • RE: Outer Join Mystery

    Second question first. How did Oracle process the query correctly? I haven't a clue. It's optimizer must work in a different way, logically, than SQL Servers. As to the first quest,...

  • RE: Outer Join Mystery

    Hmmm... Interesting.

    A couple of problems though. I wanted to get a list of values that exist in one table and not the other. I also tried running it with the...

  • RE: Outer Join Mystery

    Amen on the aliasing brother.

    We've been reviewing some code from developers that not only didn't use aliasing, but used table names instead. Unfortunately they didn't even do that consistently so...

  • RE: Outer Join Mystery

    That's how I "solved" the problem when it was first presented to me. I couldn't read it in a way that made sense with the old syntax so I rewrote...

  • RE: Outer Join Mystery

    Doggone it. I was looking through Itzik's stuff for answer. I guess I didn't dig deep enough. Thanks for posting that.

    Itzik's one of the minor dieties around my shop ever...

Viewing 15 posts - 22,036 through 22,050 (of 22,184 total)