> I am auditing an application using SQL Server as a back end.
> If I replace forward slash "/" in a textual field whose value is
> connected to a query with a where clause. It displays all the records
> from the database. I want to know if forward slash "/" can affect the
> results of SQL query and in turn security of the database.
The only meaning of / in SQL Server that I can think of is division. Well
/* */ are used to enclose a comment.
The more interesting character is ' which can be used inject SQL
commands in a poorly written application.
I'm not really sure that I understand what happens to you. You say that
you replace /, but not what you replace it with. Maybe you are running
into some special feature in this specific application.

Signature
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx