A Smarter Planet
IBM has this tagline about a smarter planet and has a great video about the Internet of Things. Steve Jones looks at some of the issues we might have in actually using all this data.
2010-05-24
107 reads
IBM has this tagline about a smarter planet and has a great video about the Internet of Things. Steve Jones looks at some of the issues we might have in actually using all this data.
2010-05-24
107 reads
One of the things I heard recently from someone was that they clicked some of the links in the newsletter...
2010-05-24
687 reads
My oldest son graduates high school today. After a long journey, he’s the first of my wife’s and my three...
2010-05-21
694 reads
2010-05-20
771 reads
I saw this blog about a report from CITA (wireless industry group) that people tend to use their cell phones...
2010-05-19
673 reads
Tomorrow kicks off the second 24 hours of PASS event. 24 consecutive 1 hour sessions presented around the globe by...
2010-05-18
692 reads
Learning to be the expert yourself might be the best support decision that you can make for your career and company.
2010-05-18
257 reads
I liked Android, I really did, and I thought my G1 was the best phone I’d had to date when...
2010-05-18
820 reads
The cost of making a trip differently in the US, in terms of time, effort, and driving habits, is small....
2010-05-18
921 reads
With a SQL-meme going through the SQL Server community this week, Steve Jones comments on the various suggestions and offers a way to get your voice heard.
2010-05-17
288 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