Viewing 15 posts - 406 through 420 (of 59,063 total)
Hi Everyone, I have the data in the below form : 
Desired output:
Here...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 12, 2024 at 2:59 am
Team,
Please suggest or if you have an example please share the link for loading AML (anti moneylaundering)files into SQL Server. Meaning file having multiple recs in the .txt/.cvs file....
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2024 at 3:49 am
I thought this must be from years ago but only a few months. Maybe just the reply. I've had the same discussions, or more like yelling matches with DBA...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 11, 2024 at 3:20 am
You can create a 2 part synonym with the same table name as before that points to the linked server using 4 part naming. Zero code changes will be required.
However,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 10, 2024 at 7:51 pm
My complaints are not being acted on, but I'll pass this post along
Wow. I have to ask... what makes you think our complaints would be acted upon if...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2024 at 12:30 pm
Thanks, I'll push this a bit and see if someone can track down this error. I'm guessing this is some sort of file error, but would be good to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 5, 2024 at 12:26 pm
Duplicate post removed.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2024 at 5:33 pm
yeah, that's what I'd expect... why'd you use the grater than operator on a string?
Because I told him to. 😉 It works just fine on MAX datatypes. It doesn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2024 at 5:23 pm
Msg 402, Level 16, State 1, Line 11 The data types text and varchar are incompatible in the greater than operator.
I am getting above error when i am trying...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2024 at 5:22 pm
Duplicate post removed.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2024 at 4:56 pm
select * from dbo.resolutions r where R.documentid = 828222222 and DATALENGTH(r.resolution_text) > 0
resolution_text Text column is taking More time while Querying,
Need to Replace DATALENGTH, when i replace datalength condition
as ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 29, 2024 at 4:56 pm
Surely if there are fewer junior developers because most of the junior work is being done by AI, there will also be fewer juniors available to become experienced developers....
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2024 at 9:07 pm
What is the correct answer?
If you tell me I'll see if I can drag it out of one of the AI sites with an improved prompt.
I'd like to hold...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2024 at 8:16 pm
To date, I'm the least impressed with BING AutoPilot and Claude 3.5 Sonnet. I'm especially disappointed in Claude 3.5 Sonnet because it doesn't seem to provide references like the others...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2024 at 6:49 pm
posting the query plan as a zip.
Neither of those are an "Actual" execution plan. They're both "Estimated". While that's close, it misses certain nuances. It does appear...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 25, 2024 at 1:43 pm
Viewing 15 posts - 406 through 420 (of 59,063 total)