Tag: sql server

Community

SQL Server Express Utility

SSEUtil.exe is a tool that lets you easily interact with SQL Server. Among other things, it allows you to: • Connect to the main instance or user-instance of SQL Server. • Create, attach, detach, and list databases on the server. • Upgrade database files to match the version of the server. • E

Community

Automate SQL injection testing

(Kevin Beaver) SQL injection is a security exploit in which the attacker adds SQL code to a Web form input box to gain access. Manual testing for SQL injection — as described in this tip and this paper — used to be the only way to determine if your database was vulnerable. Rooting through returned