Viewing 15 posts - 6,301 through 6,315 (of 59,089 total)
thank you all for your input and yes, I do or should have provided an example, which in the future i will next time. but found the root cause,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 8:52 pm
From Donald Knuth & Sir Tony Hoare:
Computer Programming as an Art (1974)
1974 Turing Award Lecture, Communications of the ACM 17 (12), (December 1974), pp. 667–673
The real problem is that programmers have spent far too...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 4:49 pm
Jeff Moden wrote:Just found this and, being an older person, I'm loving it.
I can see where this is going;)
😎
That appears to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 4:21 pm
Just found this and, being an older person, I'm loving it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 3:53 pm
And, to be sure, the stored procedure would NOT have EXECUTE AS 'SA' in it.
As I said before, the database should be owned by some login that has "sysadmin" privs. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 3:38 pm
are you sure ...?
if I understand ...to run the procedure with EXECUTE AS 'sa' I have to give a user a grant to impersonate 'sa'.
Am I granting him the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 3:26 pm
Databases become fragmented - dba's counter it by defragmenting.
Is there a good substitute/alternative to this process. Is there technology which can auto defragment a disk?
Yes, there are products that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 2, 2020 at 2:44 pm
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
Viewing 15 posts - 6,301 through 6,315 (of 59,089 total)