Forum Replies Created

Viewing 8 posts - 16 through 24 (of 24 total)

  • RE: Design Question - Banking Application

    Hi,

    My definition of a calculated field is NOT a column in a table.

    Eliminate the "Balance" column.

    If you need to use sql for reports, I'd create a view using...

  • RE: connecting to sql server from another computer

    When you say you can't find your "Old" sql, is the old computer using a desktop version of SQL2000?

    Desktop version db's aren't accessible from other computers. Easier to detach/reattach...

  • RE: Generic Script to Drop and Recreate Indexes

    If the columns for the "New Data" are the same as the "Old Data" why are you required to drop an index?

    Sounds like a lot of unnecessary work.

    Just...

  • RE: Insert current time

    Noel,

    I knew there had to be a quicker way. Just couldn't find it.

    Thanks,

  • RE: Widest table

    SAP: Sorry A.. Programming

  • RE: Database comparison

    Mike and Remi,

    Thanks for the fast response. I'll check into both of those options. Definitely don't have the time to re-invent any wheels.

    Greg

  • RE: Build query by using function

     Hi,

    Since I don't know what your error message says, I would suggest you use a CASE instead of the IIf.

    (I may be mistaken, but I don't think the IIf function will return...

  • RE: Row ID in select set

    Hi,

    In this case, we were looking for a way to insert an item line count in a way that wouldn't interfere with our primary sort criteria: postal codes. For...

Viewing 8 posts - 16 through 24 (of 24 total)