PASS Summit 2012-Board Q&A
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
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
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
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
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
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
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
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
It’s 8:15 on Wednesday and I’m at the blogger table, hoping for a good to great keynote.
First up is Bill...
2012-11-07
777 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....
Choosing the right Ophthalmologist in Dubai starts with checking credentials, experience with children, and...
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...
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers