Viewing 15 posts - 346 through 360 (of 2,900 total)
Bad habit of (*) perhaps. Thinking "It's just a count"
April 7, 2019 at 12:49 pm
Looks like a forum software downgrade to me. Yuck.
April 6, 2019 at 11:56 pm
I can't figure out these damn BBCodes.
April 6, 2019 at 11:04 pm
If a stored procedure isn't an option, then another safe guard would be to grant the mssql account used by the Contact page to have only insert permission on...
April 2, 2019 at 8:28 pm
Thanks. This particular page only seems to have a few instances that need to be modified.
But there are probably other pages on the website that are vulnerable.
April 2, 2019 at 8:23 pm
Looks like we have some "Bad" code.
Thoughts ??
$sql = "update MyTable set Username=".$memNum." where memNum=".$memNum;
$results = mssql_query($sql, $dbconn);
.
There's some other using SP writing to WordPress:
April 2, 2019 at 8:09 pm
A scheduled job had 0 results, and we found a table had all the records deleted.
I then used my trace file logging and found the injected SQL code deleting the...
April 2, 2019 at 5:52 pm
February 13, 2019 at 9:16 am
IT WORKS !
Thanks for all the various help. !
Last fixes were editing Data Source connection strings and some views & functions hardcoded with linked server names.
February 12, 2019 at 3:13 pm
February 12, 2019 at 2:14 pm
February 12, 2019 at 2:05 pm
I have progressed to trying to run a report and getting this. Will look it up in a bit.
An error has occurred during report processing. (rsProcessingAborted)
...
February 12, 2019 at 2:05 pm
Some of the errors you have can happen when you have...
February 12, 2019 at 2:01 pm
Correct. I don't want to make changes to SQL, just get SSRS running. I patched SQL on the "New" server to match the "Old" Server.
I want to shut down...
February 12, 2019 at 12:05 pm
Viewing 15 posts - 346 through 360 (of 2,900 total)