Viewing 15 posts - 6,286 through 6,300 (of 59,072 total)
Non-serious note to Jeff Moden: See, I actually am willing to use an identity as the clustering key.
😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 2:14 pm
hmm, I saw some books or article says the execution plan is inaccurate , if like this how we can compare which sql statement is better ?
I used actual...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 1:34 pm
This will actually pull the individual values by row so you can use them if you need to.
See Scott's code (below) if you just want to get rid of most...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 1:38 am
I have worked with a few data scientists and none of them can do DBA work.
BWAAAAA-HAAAAA-HAAAA!!! Heh... you struck a funny bone because I've found that to be true...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2020 at 11:56 pm
so if I understand you correctly, if I give them the permission to execute the procedure I am not giving them any god given rights so they can execute...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2020 at 6:29 pm
Hi all,
Thank you everyone for your input, it works perfectly.
Your speed and responses have been fantastic.
I also have a question on Splitting values, but i will post that in...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2020 at 6:22 pm
8<
>8
Also, just to be sure, the OP stated that they weren't the ones that are responsible for the poor datatyping that you're correctly talking about. A 3rd party...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2020 at 6:19 pm
Thank you for the very kind words, Michael. Glad to help.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 1, 2020 at 4:12 am
Congratulations, Michael! Well deserved. You really did put your shoulder to the wheel from what I've seen of your posts on this forum.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2020 at 8:19 pm
Would WITH EXECUTE AS OWNER make any difference ???
or
Can I just add this stored procedure to the list of securables their role can execute ?
Would not then this procedure...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2020 at 7:55 pm
DATE and TIME are available data types that can be combined into the newer DATETIME2(n) data type. Just use the CAST() function and simple math. The use of an...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2020 at 5:06 pm
Hi Jeff,
Here is the result of your code:
Date ...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2020 at 4:58 pm
Heh... "The OP has left the building". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2020 at 4:49 pm
Hello,
So we have noticed our trigger that does insert from one table to another if there is an update or insert, so we noticed the timestamp GETDATE() has been...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2020 at 4:12 pm
To give a user the ability to execute a stored procedure (EXECUTE AS) I must first grant him the ability to impersonate the 'sa'.
(that procedure creates new login and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2020 at 4:06 pm
Viewing 15 posts - 6,286 through 6,300 (of 59,072 total)