Date

Technical Article

RE: Identifying changed rows in a table

  • Reply

I can confirm that the CHECKSUM (and or CHECKSUM_BINARY) approach works a treat. It possible to create a generic sp that will work for any table with suitable pkeys defined, allowing you to check for updates and apply logic only where necessary.Obviously you don't need to use CHECKSUM when looking for inserts or deletes.Using triggers […]

You rated this post out of 5. Change rating

2004-02-10

1 reads

Technical Article

RE: Dynamic operator in where clause

  • Reply

Thanks for your responses. There is a standard query that will return all rows to the customers view. We will be allowing the customer to create their own filters on the fly. So, they will select a field from a list of fields and then pick an operator such as in, between, less than etc. […]

You rated this post out of 5. Change rating

2003-08-21

Technical Article

RE: Sorting

  • Reply

If sorting on name for instance, I do the following SELECT ID, Name FROM NameType ORDER BY (CASE WHEN Name IS NULL THEN 1 ELSE 0 END) ASC, Name ASC

You rated this post out of 5. Change rating

2003-07-14

Technical Article

RE: poor Question of the day 7_13_2003

  • Reply

This is a poor question not because of the question itself, but because of the distractors. While it is correct that you JUST need a login to SQL server, you are added to master because of the default value of @defdb in sp_addlogin. At least that's the way I was thinking at the time... Am […]

You rated this post out of 5. Change rating

2003-07-14

Technical Article

RE: Login fails

  • Reply

No, it's not SPIDA. Had it been, he wouldn't have been able to log on as SA from another system, which he was able to do. Spida changes the password and attacks the sa account when no password is set. K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1

You rated this post out of 5. Change rating

2003-07-11

1 reads

Blogs

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...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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