Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Sql injection,and batch execution

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-30 : 17:36:28
Rui writes "Hi,

Is possible to configure Sql-server or ODBC or ADOB objects to not allow batch execution like
(select * from table exec master..xp_cmdshell '.....')
When I send this sql_string to the database, The database only execute the first sentence(select * from table) or an error occurs


Thank you
Rui"
   

- Advertisement -