Viewing 15 posts - 811 through 825 (of 59,070 total)
Jeff Moden wrote:The real key here is... are people going to carry you down the hall on their shoulders if you make any changes here?
In a coffin?
A bit harsh!
Heh......
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2024 at 4:09 pm
It also sounds like a possible "connection leak" in the applications that are hitting the database.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2024 at 4:01 pm
Unfortunately, I don't have a say about the structure of the table. It's populated via an ETL process. I just want to create dummy data for testing so want...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2024 at 3:59 pm
You could just search the "definition" column of sys.sql_modules for the table name with the understanding that it won't find ad hoc queries.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2024 at 3:54 pm
The real key here is... are people going to carry you down the hall on their shoulders if you make any changes here? If not, I'd leave it all be. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2024 at 3:20 pm
Well you can test that too.
My point is... the OP hasn't identified the scenario accurately enough to even try to determine which kind of...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2024 at 4:57 am
You missed my point... and that's actually OK. I wasn't suggesting one of the other... I was pointing out that a whole lot of other people do and it's usually...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2024 at 4:52 am
Well you can test that too.
My point is... the OP hasn't identified the scenario accurately enough to even try to determine which kind of testing needs to be done.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2024 at 5:42 pm
Interesting... thanks, Glenn.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2024 at 5:37 pm
Be careful when testing. In this case, the OP hasn't defined what he means by "Assume I'm going to insert lots of data". Does that mean for just one, multi-row...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 20, 2024 at 3:17 pm
Assume I have a table with a clustered datetime-index. Assume I'm going to insert lots of data. The data to be inserted is not in any specific order. Would...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2024 at 3:18 pm
This isn't the right way to do things. You can easily get to the point of where your system is doing nothing but rollbacks. You could also be causing grave...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2024 at 2:58 pm
I'm uncomfortable with ChatGPT. I've found that a lot of its answers are believable rather than correct.
Exactly. I summarize that as being "Confidently Incorrect" and, in that area, ChatGPT...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2024 at 1:19 pm
While the AI is quite capable of explaining exactly WHAT the code does programmatically, it's simply not capable of figuring out the WHY for most code. For example, the AI...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2024 at 1:15 pm
From what I have seen the people I would regard as being at the top of their profession have certain traits.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2024 at 1:00 pm
Viewing 15 posts - 811 through 825 (of 59,070 total)