Someone Actually Thought This Through
A response from Great Plains Software on the use of the sa account in Dynamics software.
2001-05-09
4,486 reads
A response from Great Plains Software on the use of the sa account in Dynamics software.
2001-05-09
4,486 reads
Using the sa account in development is just plain dumb. Here are some reasons why!
2001-05-08
6,815 reads
Have you ever worked with an application that forgot to close its connections? Ever run out of connections on your SQL Server and had to manually go remove the ones that are not in use? This article will present a technique for keeping the database clean.
2001-05-07
5,142 reads
2001-05-01
3,291 reads
How can you maintain a stable environment? Keeping track of all changes is the time-tested and proven technique. Read about it here.
2001-04-30
5,436 reads
The eighth part of Steve Jones's series on having SQL Server automatically report information to a DBA.
2001-04-29
6,709 reads
The seventh part of Steve Jones's series on having SQL Server automatically report information to a DBA.
2001-04-27
4,944 reads
The sixth part of Steve Jones's series on having SQL Server automatically report information to a DBA.
2001-04-25
5,683 reads
This humorous form was originally desgined for Network Admins, but it works for DBAs as well.
2001-04-25
3,480 reads
Everyone needs a stable environment. This article discussed ways to keep your team on the same page.
2001-04-25
5,818 reads
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