Last Weeks Top 10 “Reading” Links
Throughout the week, I like to tweet links to the things that I’ve been reading. Since they all come out...
2012-10-08
734 reads
Throughout the week, I like to tweet links to the things that I’ve been reading. Since they all come out...
2012-10-08
734 reads
I was approached with a unique problem to solve; find out who has what permissions on my Database Servers. This...
2012-10-08
453 reads
Come and join me live in London this coming December where I will be presenting Learning Tree’s2109 SQL Server Virtualization...
2012-10-08
839 reads
I was just answering an email and realized I’m behind on posting on a few topics, one of them the...
2012-10-08
929 reads
Last week I received this comment/question from one of my fabulous First Timers:
I have a good natured question coming from...
2012-10-08
738 reads
Tonight, October 8th at 6:30pm I am virtually speaking at the OKC SQL Server User Group. I had a blast...
2012-10-08
546 reads
The Omaha SQL Server Users Group meeting for October is coming up this Tuesday, and the coordinators have prepared a...
2012-10-08
444 reads
Database files are volatile, constantly being changed and updated, so that, like any other volatile files in the system, there...
2012-10-08
1,379 reads
Concatenating row values (within groups) into column in SSRS and TSQL
Concatenating row values into column is a never ending topic...
2012-10-07
2,755 reads
2012-10-07
860 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
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