Viewing 15 posts - 361 through 375 (of 59,038 total)
Heh... SQL Server 2017... the last and final version that had good speed. They "Robo-Copped" 2019 and up with all sorts of "rules". 😉
September 12, 2024 at 4:44 am
(bumping the page 2 fault on this forum)
September 12, 2024 at 4:36 am
I used to be a front-end Developer... that's why I don't rebuild indexes all the time ... The page splits that came after the rebuilds would slow down...
September 12, 2024 at 4:30 am
To be clear, I don't know how obvious or obscure the bug might be. It might be expected behavior to detect duplicate posts, though I'd expect it to say...
September 12, 2024 at 3:05 am
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....
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
Viewing 15 posts - 361 through 375 (of 59,038 total)