DBCC CloneDatabase for SQL Server 2012
Dear All,In case you are wondering, title of the post is not a typo DBCC CloneDatabase is going to be available for SQL Server 2012 :)For folks who...
2017-09-03
1 reads
Dear All,In case you are wondering, title of the post is not a typo DBCC CloneDatabase is going to be available for SQL Server 2012 :)For folks who...
2017-09-03
1 reads
Dear All,
In case you are wondering, title of the post is not a typo DBCC CloneDatabase is going to be...
2017-09-03
707 reads
Dear All, Very happy to share the 8th interview of #DataChannel. Dr. Leila Etaati MVP, MCT from New Zealand discusses Machine Learning using Microsoft Business Intelligence tools in...
2017-08-28
14 reads
Dear All, Very happy to share the 8th interview of #DataChannel. Dr. Leila Etaati MVP, MCT from New Zealand discusses Machine Learning using Microsoft Business Intelligence tools in...
2017-08-28
1 reads
Dear All,
Very happy to share the 8th interview of #DataChannel. Dr. Leila Etaati MVP, MCT from New Zealand discusses...
2017-09-11 (first published: 2017-08-28)
1,633 reads
Continuing on the series on SQL Azure Databases - Active Secondary, this post will explore the task of failing over to secondary.
Fairly straightforward task, just one needs to take...
2017-06-09
10 reads
Continuing on the series on SQL Azure Databases - Active Secondary, this post will explore the task of failing over to secondary.
Fairly straightforward task, just one needs to take...
2017-06-09
4 reads
Continuing on the series on SQL Azure Databases - Active Secondary, this post will explore the task of failing over to...
2017-06-09
424 reads
As a continuation of "SQL Azure Databases - Active Secondary" series started earlier, this post will cover how to connect to a azure SQL Database primary and secondary after...
2017-05-27
22 reads
As a continuation of "SQL Azure Databases - Active Secondary" series started earlier, this post will cover how to connect to a azure SQL Database primary and secondary after...
2017-05-27
5 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