Forum Replies Created

Viewing 15 posts - 46 through 60 (of 153 total)

  • RE: weekday function

    thanks! so it's DATEPART(dw,'date')

     

  • RE: date expression

    They are both smalldatetime data types. The problem is that MS Access is the frontend and unfortunately, the MS Access default if a date is not supplied (user enters a time) is...

  • RE: script DB changes

    Thanks. But what I am looking for is access to a checkbox that says to script all changes when table edits are made. It was doing this, and for some...

  • RE: time format

    My reasoning on this was that doing some simple concantenation and dressing up the data a bit at the DB level could save network traffic (one field going across rather...

  • RE: time format

    I don't want to see the date, only the time.

  • RE: new line syntax

    successful, thanks!!

  • RE: new line syntax

    I'm getting an error "invalid operator for data type. Operator equals add, type equals text". Here is my text within a view:

     , t2.ProgIntro + CHAR(10) + CHAR(13) + 'Right '...

  • RE: Update SQL table form Access

    how about months in my case!!

  • RE: insert trigger

    In this case, "Party" means any entity that can have an address or enter into a contract. A party can be either a person or organization. I prefer to keep the...

  • RE: concantenate text type data

    thanks. that did it!

  • RE: empty string

    Thanks, Gila, that helped.

  • RE: empty string

    Thanks Bill, Lowell and Peter.

  • RE: empty string

    The column is actually text rather than varchar. Here is my statement:

    Insert into dbo.CodeText(CodeID, Text1) (select CodeId, LongDescription from

    CodeLookup WHERE LongDescription IS NOT NULL AND Len(LongDescription)>1)

    and here is the...

  • RE: vpn connection

    thanks for the help. I can connect to SS over the vpn and can view and edit data directly and from QA. I can upload a table using the DTS...

  • RE: Lookup Table Madness

    It's typical for patients to be allergic to several individual drugs (pencillin, sulfa, others), but not necessarily a combination of drugs. I take your thought to mean that they'd have...

Viewing 15 posts - 46 through 60 (of 153 total)