Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: Is Developer Edition 2014 still available anywhere?

    Thanks a lot frederico, got it.

    I was looking just under the Featured box which only had the 2016 version.

    Regards

    Melt

  • RE: Is Developer Edition 2014 still available anywhere?

    Hi.

    I am registered, but all I get is the 2016 version, are you seeing the 2014 version as well?

    Regards

    Melt

  • RE: Is Developer Edition 2014 still available anywhere?

    Hi,

    Sorry, no, the Sql Server 2014 Developer Edition is not available at that link.

    Regards

    Melt

  • RE: Access Front End SQL2012 record lock multi user

    The problem may be elsewhere.

    When you upsize an access db to sql server the boolean column is converted to a bit column. This bit column on sql server cannot have...

  • RE: Prohibit UNION queries?

    Hi Sean,

    Parameters are being used, I believe the database is safe and secure -- still don't like seeing the database being hammered with those types of queries.

    I was just curious...

  • RE: Prohibit UNION queries?

    Here's a few sql-injection examples being fired at the database - first three using UNION ALL.

    display.aspx?f=32&status=\%27+and+999999.9+%0buNiOn%0baLl+%0bsElEcT+0x393133353134353632312e39,0x393133353134353632322e39,0x393133353134353632332e39,0x393133353134353632342e39,0x393133353134353632352e39,0x393133353134353632362e39,0x393133353134353632372e39,0x393133353134353632382e39,0x393133353134353632392e39,0x39313335313435363231302e39,0x39313335313435363231312e39,0x39313335313435363231322e39,0x39313335313435363231332e39,0x39313335313435363231342e39+and+\%271\%27=\%271&region=&countyselection=&id=&page=4&order=desc&daysprune=-1

    display.aspx?id=2&countyselection=Dublin999999.9\%27+%2f**%2fuNiOn%2f**%2faLl+%2f**%2fsElEcT+0x393133353134353632312e39,0x393133353134353632322e39,0x393133353134353632332e39,0x393133353134353632342e39,0x393133353134353632352e39,0x393133353134353632362e39,0x393133353134353632372e39,0x393133353134353632382e39+and+\%270\%27=\%270&status=1&forumid=3

    AND t.county = 'Dublin999999.9' /**/uNiOn/**/aLl /**/sElEcT 0x393133353134353632312e39,0x393133353134353632322e39,0x393133353134353632332e39,0x393133353134353632342e39,0x393133353134353632352e39,0x393133353134353632362e39,0x393133353134353632372e39,0x393133353134353632382e39,0x393133353134353632392e39 and '0'='0';

    and a CONCAT -

    AND t.county = 'Dublin'(/**/sElEcT...

  • RE: SQL Server Installation

    Thanks allen for your help, much appreciated.

    Regards

    MD

  • RE: SQL Server Installation

    Thank you for the reply allen,

    I'm not back in that office for a few days, but I remember its a Dell PowerEdge Expandable RAID Controller, so would that be...

  • RE: SQL Server Installation

    Thanks for the reply allen, can you tell me, how do I find out what Raid level I'm running at?

Viewing 9 posts - 1 through 9 (of 9 total)