Prius Update – Three Years In
I’ve had the Prius for 3 years as of Mar 31, 2010, and it’s been a great car for us....
2010-04-09
386 reads
I’ve had the Prius for 3 years as of Mar 31, 2010, and it’s been a great car for us....
2010-04-09
386 reads
As I begin to explore more and more of the new feature that will be available in SQL Server 2008...
2010-04-09
1,843 reads
We held our meeting last night and had a good time. Thanks to those that were able to make it...
2010-04-09
456 reads
Introduction
Trying to keep the streak alive so here is my 5th blog post in 5 days. This one is another...
2010-04-09
2,569 reads
An interesting experiment from Microsoft tonight. They brought 8 or 9 bloggers/press people from around the country to Redmond for...
2010-04-09
1,101 reads
I’ve posted before about issues I’m having either with behaviors of nHibernate, or behaviors of teams using nHibernate, but I...
2010-04-09
973 reads
I didn’t think about it this way, but it made perfect sense after I read an essay. Recently my team...
2010-04-08
372 reads
We have two related DMVs for Day 8. The first one is sys.dm_fts_active_catalogs, which is described by BOL as:
Returns information...
2010-04-08
1,259 reads
In a previous post I gave some links which help explain what plagiarism is and how to generally avoid it....
2010-04-08
668 reads
Six months ago, I spoke at a SQLSaturday in Orlando, Florida. I had a great time. Andy Warren (Blog | Twitter),...
2010-04-08
337 reads
By Steve Jones
I wrote about learning today for the editorial: I Can’t Make You Learn. I...
By ReviewMyDB
Fabric has CI/CD built in, but if you've tried to use it for database...
By Steve Jones
attriage – n. the state of having lost all control over how you feel...
Comments posted to this topic are about the item Forward Deployed Engineers
Comments posted to this topic are about the item TRY_PARSE vs TRY_CONVERT in SQL...
Comments posted to this topic are about the item DBCC CHECKDB Limits II
I have a SQL Server 2025 database that I want to check for corruption every night. One of the things we do is disable indexes used for ETL loads during the weekend and re-enable them on Monday morning. If we run DBCC over the weekend, are our disabled indexes checked for consistency?
See possible answers