Notes from SQLSaturday #168 in Tampa
I made a quick trip to Tampa for #168 this past weekend. It was a “BI Edition” and it felt...
2012-11-21
942 reads
I made a quick trip to Tampa for #168 this past weekend. It was a “BI Edition” and it felt...
2012-11-21
942 reads
For the few past few years the Board has scheduled time to take questions from members at the Summit. This...
2012-11-11
1,067 reads
Allen Kinsel will be leaving the Board of Directors this year after serving a two year term and Kendal is...
2012-11-09
1,043 reads
Thursday. Slept a little better but still waking up on east coast time. Not a lot to do in Seattle...
2012-11-09
903 reads
Wednesday was a blur. I had breakfast at the Convention Center, mostly to see how it was – ok, muffins, cereal,...
2012-11-09
894 reads
Late posting this, has been a busy week!
Started the day at Top Pot, meeting up with Jack Corbett and some...
2012-11-09
859 reads
Quentin Clark today:
Long monologue about the possibilities of data.I’d like to think we all get that already.
2012-11-08
764 reads
Starting off with Douglas McDowell talking about the opening video that highlighted people from a lot of different countries, lots...
2012-11-08
747 reads
Ted Kummert speaking.
Talking about SQLFamily and the way this event feels like a family reunion (it does)
Showing a picture of...
2012-11-08
852 reads
Ted Kummert speaking.
Talking about SQLFamily and the way this event feels like a family reunion (it does)Showing a picture of...
2012-11-07
818 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