(Chris Shaw) Shortly after creating a database on your server you should be planning and scheduling your backup. Easy as it sounds it’s often approached incorrectly. Often the decision when to backup is based on when the server resource usage is low.
Tag: sql server
Understanding Azure Service Fabric: Microsoft’s Next Generation PaaS Platform
(Manoj K.) Service Fabric Platform is the next generation platform-as-a-service offering from Microsoft Azure. It has been released as a developer preview in May, 2015 and the expected GA release is early 2016. It is also termed as PaaS 2.0 that not only supports stateless services but also stateful
SQL SERVER – Fix @@ServerName Property Value When Incorrect
(Pinal Dave) Our software systems are funny and sometimes give us strange values. I don’t quite venture out trying to fiddle around with system level properties on my servers, but having said that, this query had come from one of my colleagues who was working on his SQL Server instance and he found
Using @@ROWCOUNT can be a bit tricky
(Kenneth Fisher) @@ROWCOUNT is a very useful system variable that returns the number of rows read/affected by the previous statement. It’s frequently used in loops and in error handling.
Scheduling Backups on your SQL Server
(Chris Shaw) Shortly after creating a database on your server you should be planning and scheduling your backup. Easy as it sounds it’s often approached incorrectly. Often the decision when to backup is based on when the server resource usage is low.
Understanding Azure Service Fabric: Microsoft’s Next Generation PaaS Platform
(Manoj K.) Service Fabric Platform is the next generation platform-as-a-service offering from Microsoft Azure. It has been released as a developer preview in May, 2015 and the expected GA release is early 2016. It is also termed as PaaS 2.0 that not only supports stateless services but also stateful
Practical Processor Selection for SQL Server 2014/2016 OLTP Workloads
(Glenn Berry) Imagine that you have just gotten management approval for a new on-premises, database server that will run a mission critical OLTP workload with SQL Server 2014 Enterprise Edition running on Windows Server 2012 R2 Standard Edition.
Stretch your on-premise Database/Table to Azure SQL Database with StretchDB – SQL Server 2016
(Manoj Pandey) A Stretch Database lets you archive your historical data transparently and securely in the Azure SQL Database (i.e. Microsoft PaaS Cloud).
T-SQL Window Functions Speed Phreakery
(Kathi Kellenberger) Before SQL Server had SQL window functions, SQL Server developers had to use all manner of tricks and algorithms to come up with ways to rapidly process large amounts of data. Do we need these techniques now that we can express a SQL task in terms of window functions?
Practical Processor Selection for SQL Server 2014/2016 OLTP Workloads
(Glenn Berry) Imagine that you have just gotten management approval for a new on-premises, database server that will run a mission critical OLTP workload with SQL Server 2014 Enterprise Edition running on Windows Server 2012 R2 Standard Edition.
