Viewing 15 posts - 91 through 105 (of 1,360 total)
The company I work for has implemented ChatGPT 4 on its internal servers, actively promoting its usage among all employees. Given its deployment on company servers, there is also...
January 8, 2024 at 3:36 pm
So you're ok with the loss of information assuming GMTOFFSET means what it appears to mean? In SQL Server if you need to preserve the same information then you'd be...
January 3, 2024 at 11:49 pm
Once a few years ago, at a prior job, I went on a sales engagement with one of our sales people. At one point I got called into a meeting...
January 3, 2024 at 6:06 pm
There's a huge disclaimer and warning associated with each of the items above. Of course backup everything first. There are also reasons NOT to do those things:
January 3, 2024 at 4:24 pm
VS does seem to get its signals crossed from time to time. When things like this happen I close VS entirely and try the following:
January 3, 2024 at 4:09 pm
Nice one Drew. CASE exits the expression once a true condition is found
December 21, 2023 at 9:28 pm
I've used AI mostly for things outside of SQL development. Like git and C# and Powershell. It seems like it saves time (not always tho) and I go to Google...
December 21, 2023 at 7:43 pm
If they just made ...
Yes the current situation of set based development is quite conditional/permissional. We're not at the final end state tho
December 15, 2023 at 2:36 pm
I actually set the table option to have "large data types (LOBs)" be stored "out of row" (to prevent "trapped short rows" and other page density issues), which is...
December 14, 2023 at 9:56 pm
Bump. Maybe the prior posting was never visible
December 14, 2023 at 6:26 pm
Error severity 20-25 are system errors so I wouldn't want to turn off logging and consider that the solution :). There's a packet size system setting for which there's a...
December 14, 2023 at 3:32 pm
I can request that to happen, if it achieves the end result and can simplify the process. Its something we can work towards.
If I go down this path, I'll...
December 14, 2023 at 2:03 pm
TBH, I don't see why the people making the JSON can't make it into a table and populate the table directly. They even provide a datatype key and they...
December 14, 2023 at 1:43 pm
Understand that I was speaking only from the SQL Server side... there is no "looping" required to pivot the JSON into a table.
While were on the subject, I wouldn't...
December 14, 2023 at 1:25 pm
The JSON will always have the same values/pairs as that part is static.
That pairing is still not 100% as I'm taking suggestions provided by Phil/Steves to help improve the...
December 13, 2023 at 9:11 pm
Viewing 15 posts - 91 through 105 (of 1,360 total)