Under the pseudonym of 'SwePeso', Peter Larsson is famous on SQL forums for the amazing performance he can get from SQL. How does he do it? In the first of a series of articles, Peter explains his secrets.
The Partition clause in the Row_Number() Over() function is a quick tool for eliminating duplicate rows.
Today Steve Jones has a poll about the new AlwaysOn feature in SQL Server 2012. Is it worth the upgrade for your company?
How merge replication works, including the impact on the published database. The merge agent, different conflict situations and their resolutions are introduced.
When you are using SSIS, there soon comes a time when you are confronted with having to do a tricky task such as searching for particular connection strings in all your SSIS packages, or checking the execution history of scheduled SSIS jobs. You can do this type of work effectively in T-SQL as Feodor Georgiev explains.
How to change the port number for connections to SQL Server.
A lot has been written about the potential performance benefits of SQL Server data compression; but hard performance data? Not so much.
Today Steve Jones talks about the conflicting demands of home and work and how you can reconcile the requirements of both.
In this tip we cover what CONTROL SERVER is, how to detect its use and a possible way to exploit this permission.
By Ed Elliott
Running tSQLt unit tests is great from Visual Studio but my development workflow...
By James Serra
I remember a meeting where a client’s CEO leaned in and asked me, “So,...
By Brian Kelley
If you want to learn better, pause more in your learning to intentionally review.
Comments posted to this topic are about the item The Long Name
Comments posted to this topic are about the item Eight Minutes
Comments posted to this topic are about the item T-SQL in SQL Server 2025:...
I run this code to create a table:
When I check the length, I get these results:
A table name is limited to 128 characters. How does this work?