Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Credit Card Number Validation Escalar Function

By thor the viking, 2010/03/24

Usage:

select dbo.validateCreditCard (@ccNumber). Where @ccNumber is a 16 digit lenght number in char format.

The function returns a bit datatype (1: valid number, or 0: invalid number)

 

Total article views: 1754 | Views in the last 30 days: 2
 
Related Articles
FORUM

random Number

Unique Number

FORUM

Random number generator

Random numbers

FORUM

Missing numbers in a series

Missing Numbers

FORUM

Convert exponential Number to non-exponential numbers...

Convert exponential Number to non-exponential numbers...

FORUM

Sorting issue for numbers

Numbers not properly sorting

Tags
t-sql    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones