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 Steve Jones
Earlier this year I visited a customer that was using the Redgate Monitor webhook...
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...
Hi, we lost our sever sql2000 To restore database to a new one we...
Hi, since we lost our sql server 2000 server we are trying to restore...
Comments posted to this topic are about the item Do You Really Need HA?
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers