Forum Replies Created

Viewing 15 posts - 181 through 195 (of 257 total)

  • RE: INTERSECT

    Very nice question. I hadn't had the chance to use this function yet and the question code was a quick way to play with it and add it to...

  • RE: How efficient is your covered index?

    And the argument for SARGable is once again reinforced. We can keep preaching to the choir and then fixing the slow performing queries to the unconverted. 😎

    To keep...

  • RE: SSIS Design Pattern - Staging Fixed Width Flat Files

    if a field is a 6 character number, you’d need 8 bytes to store this numeric field as a string using VARCHAR(6) data type (one byte for each character plus...

  • RE: Write Cleaner T-SQL Using Version Control

    Taking out the name and parameters makes sense. Those are already in the code.

    I don't agree with taking out the descriptive parts because stored procedures can and will be...

  • RE: Logging Tables

    My solution deals with ETL process logging and SSIS. Because I'm an ETL person.

    I created an audit table that included the package name, the instance ID, the start events...

  • RE: package documentation

    Don't forget the description field. It's useful for putting more detail about objects as needed.

  • RE: Five Rules For Sucessful Conversations With DBAs

    This is one of those 'touchy topics' that tend to send people all over the map.

    There's good and bad developers and there's good and bad DBAs. There's no standard...

  • RE: ISNULL

    Made my guess, ran the code, got back NULL. Not an empty record set - NULL.

  • RE: A IT Consultant for our Times

    I wonder what kind of CV he's shopping to get jobs in the current Next Big Thing when his experience is all over the board.

  • RE: Is It Time To Clear Out Those Quirky Functions?

    We got hit by ISNUMERIC early. It will convert text that happens to be valid hexadecimal into a positive hit. So we went to PATINDEX to find values...

  • RE: Lockdown or Let Them Free

    This seems to take on two separate issues - control of their local computer and access control. As such I'll give my thoughts in that format.

    Local Computer - I...

  • RE: Recording why a change happened using MERGE with Type 2 SCD

    I'm not sure how you define "why something changed". That sounds more like a business rule.

  • RE: One SSIS Project or Several?

    Been there and had to make these decisions.

    The short version is that we did a hybrid model.

    Projects were split out by source. Daily lookup tables would all be part...

  • RE: Developers vs. DBAs

    thomashohner (6/12/2014)


    My first response is that I'm neither I'm a noob... But seriously I'm a report writer where do we fall? Red headed stepchild???

    IMO you're a client consuming the data....

  • RE: Developers vs. DBAs

    The DBAs keep my database servers running and happy. In return I keep them informed of things that may impact (or may not) the database servers.

    Going to have a...

Viewing 15 posts - 181 through 195 (of 257 total)