Viewing 15 posts - 1,216 through 1,230 (of 1,951 total)
Jacob Wilkins (5/24/2016)
There's an active Connect item complaining about this: https://connect.microsoft.com/SQLServer/feedback/details/351698/msit-mso-debugging-sql-query-fails-with-an-error-the-execute-permission-was-denied-on-the-object-sp-enable-sql-debug.
The Microsoft engineer who responded initially said:
The minimum security requirement is sysadmin. This is by...
May 24, 2016 at 10:04 am
"Tables should have primary keys." I wish others believed/thought that way, because I see a lot of tables with no keys of any kind, let alone have a primary key.
May 24, 2016 at 9:51 am
quackhandle1975 (5/23/2016)
May 24, 2016 at 9:35 am
I've been added to the db_owner role in that database. It's our understanding that would be more than sufficient in order to make it possible for me to debug stored...
May 23, 2016 at 3:53 pm
As a developer who was part of a team in the past that liberally hard-coded the 'sa' account and its password in lots of applications and all reports, I've got...
May 23, 2016 at 8:43 am
johnwalker10 (5/20/2016)
The EXECUTE permission was denied on the object 'sp_enable_sql_debug', database 'mssqlsystemresource', schema 'sys'. (Microsoft SQL Server, Error: 229)
to fix this error create a new database role
CREATE ROLE db_executor;
then...
May 22, 2016 at 7:19 am
Thom A (5/20/2016)
May 20, 2016 at 11:01 am
drew.allen (5/19/2016)
Rod at work (5/19/2016)
May 20, 2016 at 8:17 am
Just thought of something else to add to this. Years ago I was working with some other report generating product (I can't remember what it was now), but I believe...
May 19, 2016 at 1:24 pm
Yes Lynn, it does make sense. Thanks!
May 19, 2016 at 11:45 am
Lynn Pettis (5/19/2016)
d e c l a r e -- spaced to allow posted from...
May 19, 2016 at 10:49 am
Great feedback, everyone! Thanks!
May 19, 2016 at 10:44 am
Marcia J (5/18/2016)
Steve Jones - SSC Editor (5/16/2016)
I think many companies tolerate pain in deploying software. I have no idea why myself, but I'm more baffled as to why Developers...
May 18, 2016 at 8:22 am
I don't know, Steve. I agree with you in principle. But I notice, at least in my current position, that there is a very high tolerance for pain in how...
May 16, 2016 at 8:35 am
OK, I found the problem. I didn't realize it, but the report already had a sort order in it. So naturally even if there's one in the stored proc, it's...
May 11, 2016 at 11:17 am
Viewing 15 posts - 1,216 through 1,230 (of 1,951 total)