2012-01-18
9 reads
2012-01-18
9 reads
2011-08-24
10 reads
What are the most influential papers in the world of Big Data? Let me suggest:...
2011-05-30
7 reads
2011-05-02
4 reads
2011-02-02
8 reads
2011-01-05
7 reads
I searched the internet for “connect and forget”. Wonderbox.net offer is described as a...
2010-10-10
5 reads
10 years ago IT professionals considered database technology “mature” and analysts were preparing to...
2010-09-13
10 reads
“The information age is an idea that the current era will be characterized by the ability of...
2010-08-22
2 reads
“Content is king” is the golden rule of the SEO. The semantic web is all about data. Any web...
2010-06-25
10 reads
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
By DataOnWheels
Over the past few months, I have debated starting a new blog to discuss...
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
Comments posted to this topic are about the item Do You Really Need HA?
Comments posted to this topic are about the item The New Database CheckDB
Comments posted to this topic are about the item MySQL’s BLACKHOLE Storage Engine: The...
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers