backup

Technical Article

RE: Case Sensitive Select

  • Reply

Hopefully someone will know of system setting or other easier method.  In case no one else thinks of anything, it seems to me you may have to do a fairly sizeable loop.  I would suggest looping through each record and converting each character to ASCII.  You can then use a running SUM of those ASCII […]

You rated this post out of 5. Change rating

2005-01-11

Technical Article

RE: Date Ranges

  • Reply

From reading your post it looks like you want to know guests who will be in the hotel for at least one day between 8/1/05 and 8/10/05.  It also looks like it doesn't matter when they will be checking out.  Try the following query:Select <ColumnList> From <Table> Where ArrDate Between '08/01/05' and '08/10/05'

You rated this post out of 5. Change rating

2005-01-04

Technical Article

RE: Modify WHERE clause in Stored Procedure

  • Reply

Hm, can you show me how to get this running?declare @open bit set @open = 0 SELECT * FROM orders WHERE shippeddate CASE @Open     WHEN 0 THEN           Is Null      ELSE          IS NOT NULL     ENDServer: Nachr.-Nr. 156, Schweregrad 15, Status 1, Zeile 6 Falsche Syntax in der Nähe des CASE-Schlüsselwortes.

You rated this post out of 5. Change rating

2004-12-21

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers