Viewing 15 posts - 1,546 through 1,560 (of 59,066 total)
Why is it acceptable that a test environment is less secure than a production environment?
It's not, IMHO, and I don't see anywhere in the thread above where that was...
April 11, 2023 at 11:11 pm
As the OP want an opinion about the two code options presented, i.e.
Option 1:
DECLARE @strcol1 varchar(max), @intco11 int
SELECT @strcol1 += ','+CAST(col1 AS VARCHAR(20)), @intco11=col1
FROM...
April 11, 2023 at 8:10 pm
I tend to write these things to allow any combination of values later, so I stick with individual checks. For example, suppose later they want to check for status...
April 11, 2023 at 7:27 pm
I'm not that worried about space per se. The column will be one of metadata and while seconds would be nice to have, accuracy to hours & minutes is...
April 11, 2023 at 7:20 pm
I've been having debates with various tech people about ChatGPT. In many cases, it's not worse than the average (or below avg) dev. Not sure what to think of...
April 11, 2023 at 6:07 pm
I have to say that if we did mix the good things of all of them we would have an really really outstanding product.
So... what are you...
April 11, 2023 at 3:35 pm
And I just realized that this is an old post the OP has not responded.
April 11, 2023 at 3:26 pm
You can consult:
And just exactly how does that solve the problem "dynamically" as what the OP asked for?
April 11, 2023 at 3:24 pm
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...
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...
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. 😀
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...
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...
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...
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...
April 10, 2023 at 12:14 am
Viewing 15 posts - 1,546 through 1,560 (of 59,066 total)