</pre><BR><BR>My method so far has been to select all clientIDs with multiple records (group by clientid having count(*) > 1) and using a cursor + dynamic SQL to insert all the records for a given ...
One of the most common problems when running SQL Servers is slow queries. The help desk or database team usually hears that described as the application is slow or ...
With JSON now the default format for moving data between clients and servers, SQL Server adds JSON support to make it easier to get your data out of the database and down to the client. SQL Server ...
A common SQL habit is to use SELECT * on a query, because it’s tedious to list all the columns you need. Plus, sometimes those columns may change over time, so why not just do things the easy way? But ...
Thanks to the technology behind ChatGPT, it’s become surprisingly simple to query a data set in plain English. As with most generative AI, results from OpenAI’s API are still imperfect, which means ...
Mark Williams-Cook posted a super interesting example of Google Search showing a different set of ranked results for the same query. The only difference was how the search was conducted. One search ...
There are some interesting complaints that Google is ranking medical and health related sites well for non-medical queries. The theory here is that since the Medic Update Google has given some sites ...
A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects. Every so often, I find myself wishing that I had a utility ...
Google’s Gary Illyes published an new How Search Works video that gave an inside look into how search queries are interpreted and ranked. Gary’s presentation shows an outline of the ranking process ...
AI has transformed the way companies work and interact with data. A few years ago, teams had to write SQL queries and code to extract useful information from large swathes of data. Today, all they ...