Forum Replies Created

Viewing 15 posts - 1 through 15 (of 85 total)

  • RE: Using SSISDB to manage multiple environments

    Thank You much! I'm Sorry, I got environments and environment variables mixed up in my first post. I also specified "Data Model" where I meant "Data Flow". ...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Using SSISDB to manage multiple environments

    Edited -- I was sending this before I saw your second reply with examples. I will take a look at them. -- text removed.

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: How to Change the default date format in sqlserver 2005

    Along this line about the Default datetime value display (in SQL Server 2005) I do not understand why if I declare a variable as a datetime type and set it...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Summary column values need to be zero not null

    DUH! In this case it is sometimes difficult to see the tree because the forest gets in the way.

    Thanks very much!! I spent way too much time on...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Getting the top record when max date filter returns multiple rows

    THANK YOU DREW! Your Cross Apply example was exactly what I needed. I tried to research the Cross Apply when you first suggested it, but the complexity of...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Getting the top record when max date filter returns multiple rows

    I do not see how a GROUP BY will help as I have done that several times. What I need to do a MAX(LIVAR_DATE) with a MAX(LIVAR_TIME) in the...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Getting the top record when max date filter returns multiple rows

    See attached .doc file with DDL of the three tables in query. The CFTVCM9200 table has a seperate LIVAR_TIME two char field to denote the hour which would be...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Part 1: The Database Administrator's Primary Responsibility

    Well John, I didn't realize you were a Brit until you wrote "...a formidible defence" instead of "defense"!

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: The SSIS Data Pump - Step 2 of the Stairway to Integration Services

    Andy,

    The most terrific pair of articles I've read in a long time. I was particulary impressed with the way you handled options and errors. Most all of the...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Scaling Up

    Being an OLTP developer and not an actual DBA, I really don't see what the big problem is, it that I would expect personnel (DBA) resources and hardware to increase...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: The Low End

    Calling Access, Excel, and other tools low-end IS NOT a deprecation of the tool itself. They are considered low-end development tools because they fit into the low-end of the...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: The Low End

    User prototyping is one possible use of low end tools such as MS Access and others (actually there are hosts of better prototyping design tools for professionals). However, I...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Should You Write Down Your Passwords?

    The arguments for and against deterministic Biometric fingerprint analysis, retinal scans, etc. vs immutable password hashing all sound totally ridiculous because there is no one method that is proportionally better...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: Should You Write Down Your Passwords?

    I believe the military (chiefly the USAF -- not sure of other branches) has already resolved this issue (and I am not talking about ultra top secret installations) for general...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

  • RE: What's the best way to count?

    I also tried all four queries and found that query 1 (SELECT COUNT(*)) was marginally faster in the Client Statistics! Possibly its server dependent?

    ...

    Ron K.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler

Viewing 15 posts - 1 through 15 (of 85 total)