Houston TechFest UG Leadership Summit
At the Houston TechFest 2011 Conference at the University of Houston I will be hosting a User Group Leadership Summit...
2011-10-06
572 reads
At the Houston TechFest 2011 Conference at the University of Houston I will be hosting a User Group Leadership Summit...
2011-10-06
572 reads
Just wanted to push out an announcement that the Baton Rouge SQL Server User Group has a new website.
www.brssug.org
We've...
2011-09-30
1,489 reads
Some DBA's don't realize that SQL server can perform a database backup that breaks up the files - stripes them - in...
2011-09-12
3,261 reads
I recently addressed an issue where a client server's data volume was getting dangerously tight on free space. It contained...
2011-09-02
3,907 reads
By Brian Kelley
I didn't have these in my slides for the Techno Security & Digital Forensics...
I have a proper blog post coming out tomorrow for T-SQL Tuesday, but today,...
By Steve Jones
One of the biggest challenges with monitoring data is managing the volume over time....
Is there a trick to get a where clause filter to push into a...
Hi, Problem: Pulling several million row table from Oracle DB into SQL server via...
How do I add all the values in the column considering it to be...
The second parameter for the EOMONTH() function is an integer. In June 2025, if I run this code, what is returned?
DECLARE @d DATE = GETDATE() SELECT EOMONTH(@d, 95695)See possible answers