Notes from the field - SP1 Personal Edition
Steve Jones provides some notes from the field after installing SP1 on a personal edition of SQL Server
2001-06-18
2,872 reads
Steve Jones provides some notes from the field after installing SP1 on a personal edition of SQL Server
2001-06-18
2,872 reads
A new security alert affecting SQL Server was released on June 12, 2001
2001-06-14
3,621 reads
2001-06-13
3,518 reads
2001-06-11
2,493 reads
Steve Jones reviews the premier DTS reference for SQL Server 2000.
2001-06-06
12,580 reads
2001-06-04
2,746 reads
Review of the MeasureUp test preparation serivce actually used by the author for the SQL Server 7 Design exam(70-029).
2001-05-31
3,527 reads
You know it is time to reassess your relationship with
your computer when....
2001-05-28
1,609 reads
2001-05-25
4,004 reads
2001-05-23
2,182 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