Jump to content

Posting sql examples here denied

Featured Replies

Posted

I think its a little rediculous that you cant post sql querys in code box in here. Just my opinion. If i wanna show sql commands, i have to post screenshots.

SELECT dbo.Employees.Last_Name, dbo.Employees.First_Name, dbo.Employees.ELocation
FROM          dbo.train_doc_emp LEFT OUTER JOIN
                        dbo.Employees ON dbo.train_doc_emp.train_doc_emp_emp_pk = dbo.Employees.Emp_pk
WHERE      (dbo.train_doc_emp.train_doc_emp_date IS NULL) AND (dbo.train_doc_emp.train_doc_emp_train_doc_pk = 118) AND 
                        (dbo.Employees.Active_Inactive = N'a')
GROUP BY dbo.Employees.ELocation, dbo.Employees.First_Name, dbo.Employees.Last_Name
ORDER BY dbo.Employees.ELocation

Worked for me?

SELECT * FROM banana WHERE sausage = 'yum';

 

I think its a little rediculous that you cant post sql querys in code box in here. Just my opinion. If i wanna show sql commands, i have to post screenshots.

Is this an issue whereby you actually can't post them, or you can't see 'SQL' in the drop down code box?

  • Author

Weird, i got error message and support staff sayd its denied.

 If you're posting a SQL query or similar, please attach it as a text file or screenshot as the mitigation filter is assuming you're attempting SQL injection.

I try to post this http://pastebin.com/gbWR34mp

Get this error: 

2.jpg

Yep, that's fair enough. I'd expect the same response if you used an INSERT query too.

  • Author

Yep, try put it to code box @Square Wheels

  • Management

The firewall blocks some things it thinks might be dangerous.

  • Author

The firewall blocks some things it thinks might be dangerous.

Weird thing is, it blocks it if its in code box, not if i just paste it as plain text. Should be other way

Weird thing is, it blocks it if its in code box, not if i just paste it as plain text. 

That doesn’t make a difference in regards to security. 

Ah now that is a silly behaviour :D

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.