Recommend a Book I Should Read
I read a lot and like to think my interests are wide, but I fall into ruts all the same....
2010-01-15
524 reads
I read a lot and like to think my interests are wide, but I fall into ruts all the same....
2010-01-15
524 reads
Late last year I used the DevExpress controls for a small task after they were recommended by a friend. Very...
2010-01-14
591 reads
I bought a Bamboo Touch over the holiday break, it’s a multi-touch pad with stylus. Easy install, basically plug in...
2010-01-13
890 reads
Not sure if it went to the entire PASS mailing list or just those that have attended a Summit, but...
2010-01-12
657 reads
Last week I posted about Picking a Blog Platform on some of the process that lead to me moving to...
2010-01-12
741 reads
One of my big projects this year is to build a speaker bureau, so in this post I’m going to...
2010-01-11
750 reads
Brian Knight and the JSSUG team will be doing their third SQLSaturday this year on May 8, 2010, at the...
2010-01-08
310 reads
One of our goals for oPASS in 2010 is to host 12 meetings instead of our usual 6. That doubles...
2010-01-08
364 reads
The Billion Dollar Game: Behind the Scenes of the Greatest Day In American Sport – Super Bowl Sunday
Another from the new...
2010-01-08
625 reads
I’ll be heading to Tampa the afternoon of the 22nd for the speaker party, and then presenting Social and Not...
2010-01-07
322 reads
By Chris Yates
I get asked a lot about why or how I began working with databases...
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....
Comments posted to this topic are about the item SQL Server 2025 Unveiled: The...
Hi, we lost our sever sql2000 To restore database to a new one we...
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