SQL Server Limitations that aren't Solved

Central data 156 Reputation points
2025-04-23T23:52:20.8133333+00:00

I use Sql Server 2022. I'm running Select queries using hundreds of words, and I need to know, for each matching record, which words were found.

After running the Select query, I now have to run hundreds of searches for each word in each record, and it's unbelievable.

I also need Microsoft to remove the 4,000-character limit for SQL queries.

I have a document with quite a few errors that I found. I reported it to Microsoft, and they said (years ago) that they'll start working to fix it. Lie!

I'm sorry to say that Microsoft isn't improving the flaws and errors in SQL Server, which, for the most part, is the same version from the 1980s.

Isn't there any way they'll start working and fix it?

SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
177 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 46,636 Reputation points
    2025-04-24T06:17:34.9966667+00:00

    I'm sorry to say that Microsoft isn't improving the flaws and errors in SQL Serve

    What for flaws and errors? I haven't got one in the past 25 years I am working with SQL Server.

    I also need Microsoft to remove the 4,000-character limit for SQL queries.

    If your queries are that large, then there must be something wrong with your database design and the resulting queries.

    I never-ever nearly reached that limit ... in the past 25 years.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.