Viewing 15 posts - 346 through 360 (of 2,897 total)
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
And
============
<Header>
<Product>Microsoft SQL Server Reporting Services Version 13.0.4446.0</Product>
<Locale>en-US</Locale>
<TimeZone>Eastern Standard Time</TimeZone>
<Path>C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\LogFiles\Microsoft.ReportingServices.Portal.WebHost_02_12_2019_11_29_36.log</Path>
...
February 12, 2019 at 11:08 am
Here are some errors when clicking the Web Service URL Link. As far as i can tell, the 2 different servers are on the same versions of SQL, SQL 2016,...
February 12, 2019 at 10:38 am
Thanks, I added myself as an administrator, but still getting the error.
I'll keep poking...
February 6, 2019 at 1:49 pm
Viewing 15 posts - 346 through 360 (of 2,897 total)