Viewing 15 posts - 1,201 through 1,215 (of 1,932 total)
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
Joie Andrew (5/6/2016)
OK, this is what's happened. I've deleted the .DATA file, but the report still won't sort the way I've specified in the SP
Are the results from the stored...
May 11, 2016 at 10:43 am
Spiff (5/6/2016)
I'm slightly unclear about the issue now - is it the data itself...
May 11, 2016 at 10:41 am
J Livingston SQL (5/8/2016)
1 Million row table
-- update 6 columns on 100 000 rows
--run 10 iterations of update with trigger on
--then disable...
May 8, 2016 at 7:36 am
Oh OK, thank you, Jeff.
May 8, 2016 at 7:23 am
Viewing 15 posts - 1,201 through 1,215 (of 1,932 total)