Can use this to select , insert and update phone fields into a standard format.
Select FormatPhone(phone_column) from table
Update Table
set phone_column=FormatPhone(phone_column)
Where ...
Insert Into Table ( column1, phone_primary ...)
Values ( 'qwerty', FormatPhone(1455846677)
And the like --
SP that shows information from a given database
It is used to show information from a database. It shows the creation date, it calculates the time in days, months and hours since its creation and it shows all the users with rights in that database.
2002-01-27
2,169 reads