Viewing 15 posts - 1,576 through 1,590 (of 59,082 total)
Heh... I remember my Grandmother telling me when I was quite young, "Figures can lie... and liars figure". She was so right even back in the late 50's when she...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2023 at 2:24 pm
we do not want to use xml. so pls tell me with out it?
At least read the latest posts. 🙁 Kaj wrote a solution for you and I tweaked...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2023 at 2:15 pm
You've just gotta love people that give a super low rating to an article or QoTD without leaving a reason. 🙁 I thought this was a great question because of...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2023 at 2:03 pm
The rounding up of the last 30 seconds to the next hour is not a problem.
...
And as for space, if we have 100GB of data, then we have a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2023 at 1:34 pm
But users want to test with real data.
Then you really, really need to make sure that security is as air-tight as it is in production and management needs to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2023 at 1:23 pm
@Brandie...
The code at the following link, written by Jonathan Kehayias, has been a huge help on occasion.
As one example, one of the screens in an app that our folks wrote...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2023 at 4:23 am
For any data you had to delete, anything with personally identifiable information, there are a couple of tools that can generate data for you to use in testing and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 12, 2023 at 3:52 am
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 11, 2023 at 3:35 pm
And I just realized that this is an old post the OP has not responded.
--Jeff Moden
Change is inevitable... Change for the better is not.
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?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 11, 2023 at 3:24 pm
Viewing 15 posts - 1,576 through 1,590 (of 59,082 total)