PASS Summit Report 3: Women in Technology Rock!
Last year I was honored to be a member of the Women in Technology (WIT) Panel at the PASS Summit....
2010-11-17
1,196 reads
Last year I was honored to be a member of the Women in Technology (WIT) Panel at the PASS Summit....
2010-11-17
1,196 reads
I needed to figure out how much space was required to maintain 7 days of event log entries for the...
2010-11-17
2,345 reads
SQLSaturday#59 is only a mere 3-days away! Today, I am bringing you a sponsor profile for our participating vendors, who...
2010-11-17
649 reads
One of the ideas I mentioned in my presentation on Comprehensive Professional Development was to set up some type of...
2010-11-17
1,808 reads
A quick look at the SQLServerCentral party at the 2010 PASS Summit, thanks to SQLChicken. It’s on UStream
Not great quality,...
2010-11-17
806 reads
In the spirit of T-SQL Tuesday, I hereby declare this Friday Un-SQL Friday. While T-SQL Tuesday is “…the SQL Server...
2010-11-17
607 reads
I received a note today about someone else that is plagiarizing content from SQLServerCentral. It’s a blog on Windows Live...
2010-11-16
1,107 reads
BACKUP LOG <db_name> WITH truncate_only command, used for clearing the log file, is deprecated in SQL Server 2008. So this post will explain option...
2010-11-16
1,672 reads
This is a problem we just solved, which was causing us to not be able to hit the remote registry...
2010-11-16
2,283 reads
I recently had a request from a client to come up with a routine to do a full compressed database...
2010-11-16
1,417 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