Insert, Update, and Delete Indexes: Stairway to SQL Server Indexes Level 13
What happens to your indexes during normal database activity?
What happens to your indexes during normal database activity?
Is the cloud good for your career? Steve Jones thinks so, and gives you a few reasons you might want to learn more about it.
SQL Server 2012 brings new security enhancements, one of which is to create user defined server roles, which simplifies instance wide administration and helps to increase the security of the instance by letting you define different groups with different sets of permissions as per their role and responsibilities.
How to grant Windows privileges to the SQL Server's service account.
Today we have a guest editorial from Andy Warren as Steve is on vacation. Today Andy discusses sabbaticals, and a change in his life.
Phil Factor demonstrates how to generate T-SQL scripts for databases, selected database objects, or table contents from PowerShell and SMO.
If only the English language had a range of words to describe all the different types of database, there would be so much less confusion in the industry.
Distributed queries on linked servers are not the greatest idea from a performance standpoint, but they can be quite useful.
Hadoop is an open source framework for working with data, and one that Microsoft has adopted. Is it worth using in your environment? Steve Jones thinks you should investigate it.
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?