Viewing 15 posts - 1 through 15 (of 79 total)
Thanks Jacob. Along with John's link and your explanation I understand why there is a difference between the two results.
Thanks again Guys!
January 12, 2018 at 10:14 am
Thanks for the answers. Unfortunately, it's an existing SP so I can't modify it.
September 28, 2017 at 1:07 pm
This is what I get back from running the query:
class_desc permission_name state_desc ObjectName Grantee Grantor
DATABASE EXECUTE GRANT NULL db_executor dbo
SCHEMA EXECUTE GRANT NULL db_executor dbo
DATABASE CONNECT GRANT NULL acli007 dbo
August 7, 2017 at 2:28 pm
Thanks for your reply, Sue.
The only permission I gave db_executor is "GRANT EXECUTE TO [db_executor]"
Does it need more then that?
August 7, 2017 at 12:52 pm
Thanks for your reply.
The 3 variables @dtEffective, @dtCurBus, and @dtsCstBasStart are being used within the SP after the SPs store the results in the variables. Should that cause...
June 5, 2017 at 11:54 am
Didn't realize that's how the evaluation in SQL works.
Thanks.
May 18, 2017 at 12:21 pm
Thanks Drew and Jacob.
I don't understand why the value becomes NULL if I don't provide the else condition. I declared the variable with a default value of 0.
May 18, 2017 at 11:58 am
You're right, there's nothing I can do about it.
Purely from a performance perspective, is the case statement faster compared to the ISNULL and Convert code?
The...
May 17, 2017 at 11:45 am
@dtStart -> int
@dtsStart -> datetime
@dtEffective -> int
May 17, 2017 at 8:28 am
Sorry, there isn't any source code that I have. It's more of a theoretical question. What's the best way to learn how these functions work behind the scenes? I...
December 23, 2015 at 8:07 am
Viewing 15 posts - 1 through 15 (of 79 total)