Forum Replies Created

Viewing 5 posts - 1,081 through 1,086 (of 1,086 total)

  • RE: Nested Cursor

    Thanks!  And I agree.  I rarely use Cursors (I make Identity Fields and generally While Loop through them), but on occassion, they are...

    I wasn't born stupid - I had to study.

  • RE: Using BETWEEN with CAST in WHERE statement - need assistance please!

    If I am reading this correctly, you are using MS ACCESS and passing in a parameter from a form. 

    Try this: 

    WHERE #form.pStreetNumber# BETWEEN CInt(AddrPrimaryLowNo) AND CInt(AddrPrimaryHighNo) And ..... 

    Access uses...

    I wasn't born stupid - I had to study.

  • RE: How to expand @variables in SQL Statement

    You may also want to try assigning @Include with ASCII characters. 

    SELECT @Include = CHAR(34) + 'A' + CHAR(34) + ', ' + CHAR(34) + 'I' + CHAR(34)  

    Sometimes the...

    I wasn't born stupid - I had to study.

  • RE: Question about using SoundEx to find Client Name Duplication

    Thank you!  I agree!  SoundEx is a pain.  I have a long list of REPLACE statements.  I've got the code to break the words apart using looping with CharIndex, so...

    I wasn't born stupid - I had to study.

  • RE: OS and SQL Server

    Thank you for your reply.  Basically we are trying to purchase few SQL servers to many laptops. 

    If we have an external HD connected to a hub or router that...

    I wasn't born stupid - I had to study.

Viewing 5 posts - 1,081 through 1,086 (of 1,086 total)