Forum Replies Created

Viewing 15 posts - 76 through 90 (of 338 total)

  • RE: Alternative ofdatabase diagram

    Strange database - adds 20 - 30 tables quaterly.....hmmm....what type of database is it?

    Sounds like a totally flawed design.......:D

  • RE: A Lack of SQL

    Paradox and ObjectPAL (version 4.5) - yeah I worte my first GUI using that - was an amazing thing - had tabbed forms which I built from scratch as they...

  • RE: A Lack of SQL

    Ralph Hightower (9/16/2008)


    ...during the time when Borland didn't know what it was going to do...

    Thats always! 😀

    Borland had no idea that racoons had eaten all their pond fish, and were...

  • RE: A Lack of SQL

    Why would you want to move away from Delphi to C#, its B*stard son?

    You can get Delphi .Net you know.

    Pascal is one of the most elegant languages ever designed for...

  • RE: A Lack of SQL

    When the only tool you have is an axe.....it gets kinda messy......:D

  • RE: A Lack of SQL

    skjoldtc (9/15/2008)


    Why does a developr leave VS?

    Because you use the right tool for the job. I come to SQL Server as the only developer in a small shop that has...

  • RE: A Lack of SQL

    My question is.....

    Why would applications/web developers go outside of Visual Studio to do coding?

    --Shaun

  • RE: Does this look like a SQL injection attack?

    Denying/Revoking rights to users/logins on objects is the way to go, but any rights granted to the public role will override the deny/revoke on the user as everybody has this...

  • RE: Does this look like a SQL injection attack?

    John: wide post dude! 😀

    Casa51: My Assumptions:

    1. Your database is accessed by a web application.

    2. You take user input via the web application and insert it into your database.

    This...

  • RE: Does this look like a SQL injection attack?

    Gail are you determined to have the last say on this thread?

    The people who write such rubbish websites keep me employed 😀

    For every site I fix, a hundred more are...

  • RE: Does this look like a SQL injection attack?

    Gail: I totally understand Query String maipulation as you've written it.

    yes it doesn't require anything other than 'bad' script coding to cause such issues.

    "http://somesite.invalid/products/listproducts.asp?CategoryID=7"

    Who wouldn't parse that 'CategoryID' to make...

  • RE: Does this look like a SQL injection attack?

    Enlighten me....how can a hacker change the content of a web page rendered on a server , which is then sent to the client browser....?

    SQL injection via Cross Site...

  • RE: Does this look like a SQL injection attack?

    Erm Ed, just one thing,

    removing read permissions on sys tables so the web app can't see them kills this type of attack stone dead.

    The specific attack needs to scan the...

  • RE: Does this look like a SQL injection attack?

    You need to revoke any/all rights on all objects to the "public" role.

    This means that all users/roles will have no rights unless you grant them specifically.

    It is not SELECT that...

  • RE: Spatial Indexing

    Cheers Chris! If this forum had rep it would be +rep for you dude! 😀

    Thanks for clarifying the QOTD for us.

    Microsoft - your documentation is ****. 😛

    --Shaun

Viewing 15 posts - 76 through 90 (of 338 total)