Viewing 15 posts - 376 through 390 (of 59,048 total)
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....
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...
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,...
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...
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...
September 5, 2024 at 12:26 pm
Duplicate post removed.
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...
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...
August 29, 2024 at 5:22 pm
Duplicate post removed.
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 ...
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....
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...
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...
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...
August 25, 2024 at 1:43 pm
I know you are after how to estimate X - that is not really a good way to go as there are way to many unknowns, and without looking...
August 22, 2024 at 1:26 pm
Viewing 15 posts - 376 through 390 (of 59,048 total)