Viewing 15 posts - 6,271 through 6,285 (of 59,070 total)
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...
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.
😀
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...
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...
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...
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...
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...
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...
October 1, 2020 at 6:19 pm
Thank you for the very kind words, Michael. Glad to help.
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.
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...
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...
September 30, 2020 at 5:06 pm
September 30, 2020 at 4:58 pm
Heh... "The OP has left the building". 😀
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...
September 30, 2020 at 4:12 pm
Viewing 15 posts - 6,271 through 6,285 (of 59,070 total)