Displaying page
of
pages;
Items to
Title |
Test
Details
SQL Parameter
|
Expression |
@([_a-zA-Z]+)
|
Description |
Can be used to find SQL Server parmeters in a SQL string. Does not attempt to weed-out "@" characters in embedded string values.
|
Matches |
SELECT COUNT(pk) FROM Employees WHERE TypeID = @Type
|
Non-Matches |
SELECT COUNT(pk) FROM Employees WHERE TypeID = 1
|
Author |
Rating:
Not yet rated.
Sean Arme
|
Displaying page
of
pages;
Items to