Learn A Bit More
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
For this Friday's poll, Steve Jones talks about free training events and what their value is to you.
This white paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools.
Becoming a more productive employee should be a goal for most people. It can also greatly increase the enjoyment you get from your career. Steve Jones gives you some ideas that might help you.
SQL School covers a basic topic this week. MVP Andy Warren shows the various ways to stop and start your services.
S partitions from the ground up, with advice on binding, merging, and selecting partition data.
The process to return the last query statement executed is quite straight-forward and works in all versions of Microsoft SQL Server since DMOs (dynamic management objects) were integrated into SQL Server.
Becoming a more productive employee should be a goal for most people. It can also greatly increase the enjoyment you get from your career. Steve Jones gives you some ideas that might help you.
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers