Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6051395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:48:59+00:00 2026-05-23T07:48:59+00:00

I need a tool for sql server that has similar functions to greensql (SQL

  • 0

I need a tool for sql server that has similar functions to greensql (SQL inj protection).
Greensql website

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:48:59+00:00Added an answer on May 23, 2026 at 7:48 am

    Most client platforms that talk to sql server have support for query parameters. So you’ll send a command to the server with a placeholder (variable name) for a value that looks like this:

    SELECT columns FROM [table] WHERE ID= @SomeParameter
    

    The client code will send along the value for @SomeParameter boxed up separately from the actually sql code, and it’s set up similar to a variable in tsql so it is never substituted into the query string directly. Data is data, code is code, and never the two shall mix.

    You could put anything you want in there, and no matter what you try it’s never to to be executed as code. It just won’t happen. This is better than a sanitization audit, because you never have to worry about bugs in the parser, what happens when the next version of Sql Server adds a new feature that breaks the old parser, or if your sanitzer is mangling queries.

    So if you build your apps correctly, there’s not a real need for such a product in sql server. Now, it’s possible that this kind of product might enforce the use of good procedures by your developers (or just act as a background layer in case they do it wrong), but it seems to me that it would be better to spend your energy on getting it right in the first place.

    The auditing features, on the other hand, look more interesting to me. A CTO could put this product between the DB Servers and the DBA’s. The DBA’s would still have full access to the server, but the CTO would have a way to audit them where they can’t cover their tracks.

    And using ‘audit’ in conjunction with sql server rather than ‘injection’ as the search vector in google now turns up a few products, including this one:
    http://www.enforcive.com/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a Project management tool that works in Linux, and has Gantt charts.
I need a tool that handle both on-screen and printed reports, via my C#
I need a tool or method that allows the transfer of data and automatically
I need to write a Red Hat Linux command line tool that launches a
I have a remote server that has win2003 installed I can connect to the
I fully accept that I am ignorant when it comes to SQL Server CE
I need any tool or IDE environment to debug and test the vb scripts
I need a tool to execute XSLTs against very large XML files. To be
I need to write a tool in C++ to determine the changed bits in
I need to write a little tool for a customer to be run on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.