Checks for valid Microsoft® SQL Server™ identifier names. All nonbinary and nonzero data, including Unicode data that can be stored by using the nchar, nvarchar, or ntext data types, are accepted as valid characters for identifier names.
sp_validname [@name =] 'name'
[, [@raise_error =] raise_error]
0 (success) or 1 (failure)
None
Execute permissions default to the public role.
Data Types | ntext, text, and image |
Using Identifiers | nchar and nvarchar |
NCHAR | System Stored Procedures |