Viewing 15 posts - 1,591 through 1,605 (of 59,082 total)
Yes. Indeed, the data must be protected.I will not copy anything confidential in Test environment. At the technical level, do you have any advice for copying the data to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 11, 2023 at 3:19 pm
I agree with your point, but it is needed sometimes, so please tell me is there anything wrong in first query or should I go for second one or...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 11, 2023 at 3:10 pm
Please understand that, due to the nature of your question, I believe this post is the first of one-two spam punch.
Looks like I may have been right there. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2023 at 10:59 pm
Step 1... find everything in the database that will get you fired when someone steals them from your test environment and obfuscate them. You really don't want to read about...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2023 at 10:50 pm
Still, there are a lot of opportunities to use ChatGPT, not here, of course. In terms of asking this AI language model some questions, i wouldn't say it's too...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2023 at 2:19 pm
That (now removed) ChatGPT "solution" was amazing garbage...
I saw that post and I wish they hadn't deleted it as "spam"... it provided an excellent example of just how bad...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2023 at 12:32 am
if this is why you do it then a index reorg is needed ONLY to cleanup the deletes and recompress the deltastores. see https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/hands-on-with-columnstore-indexes-part-3-maintenance-and-additional-options/ for further info
Just in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2023 at 12:14 am
From the nature of some of the code, it looks like all parameters are being passed as NVARCHAR(4000).
It doesn't matter how well code may be written, that generally...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2023 at 1:44 am
Of course we don't know the proc parameter types, nor the column types, but I think those are critical to properly understanding whether or not SQL can properly use...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 9, 2023 at 1:41 am
From the nature of some of the code, it looks like all parameters are being passed as NVARCHAR(4000).
It doesn't matter how well code may be written, that generally means that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 5:41 pm
Please understand that, due to the nature of your question, I believe this post is the first of one-two spam punch.
If you are not a spammer or a bot, then...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 5:23 pm
You cannot do INCLUDEs on Clustered Indexes, period. The reason why is that the Clustered Index IS the table and it already includes all the data.
I posted a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 3:13 pm
Thank you for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 2:56 pm
You cannot do INCLUDEs on Clustered Indexes, period. The reason why is that the Clustered Index IS the table and it already includes all the data.
I posted a link further...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 4:45 am
Speaking of volunteers, the Ohio North SQL Saturday (formally SQL Saturday Cleveland) by the Ohio North Data Training group (formally, a PASS group that continues because of people like Grant...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 8, 2023 at 3:56 am
Viewing 15 posts - 1,591 through 1,605 (of 59,082 total)