Server side trace

Technical Article

RE: Remove alpha characters

  • Reply

Jonathan, I agree about using 'STUFF' - in fact, when I went back to my code to copy it into my message, I realized that I had used 'STUFF', rather than concatenatation, but re-wrote it to confirm my original claim.

You rated this post out of 5. Change rating

2003-12-08

1 reads

Technical Article

RE: Store Key - Storing Misc Data

  • Reply

By the way, just looked at the thread you posted and I feel that there should NOT be two lookup tables in that situation; statuses of court cases are the same logical types of entity, are they not? "OPEN PENDING TRIAL", "CLOSED CONVICTED", etc (assuming these are actual possible statuses), could all go into a […]

You rated this post out of 5. Change rating

2003-12-05

Technical Article

RE: SELECT FROM a WHERE {end bit of field} not in B..?

  • Reply

Maybe something like: select * from Table2 where substring(email, charindex('@', email) + 1, len(email)) not in (select domain from Table1) Assuming of course that email is not null and will always contain a valid email address. Cheers, mia Life moves pretty fast. If you don't stop and look around once in a while, you could […]

You rated this post out of 5. Change rating

2003-11-27

1 reads

Technical Article

RE: GETDATE function conversion

  • Reply

Hi, You could use the Convert function to convert the date into the format required... Convert(Varchar(10),getdate(),111) will convert the date into the yyyy/mm/dd format and you can then use : SELECT RETUDATE FROM SVC05000 WHERE RETUDATE = CONVERT(Varchar(10),getdate(),111) further info on Convert can be found in BOL

You rated this post out of 5. Change rating

2003-07-28

1 reads

Technical Article

RE: Admin/Dev tools to replace Microsoft's

  • Reply

By Any tool, I mean something like TOAD regrouping basic admin options (user activity, storage management, locks ...) and dev options (sql dev with explain plans, immediate query results when the sql is run ...) also allowing multiple connections on different sql servers - a sort of all-in-one-easy-to-use prog 😉 Thanks !

You rated this post out of 5. Change rating

2003-07-24

1 reads

Blogs

Deleting Old Local Git Branches–#SQLNewBlogger

By

I had a lot of local branches for a repo (actually a few repos)....

Use Your Voice

By

If you want more of a career and less of a job, one thing...

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

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