Learn SQL Server: Best SQL Server tutorials & best SQL Server books 2018
Best SQL Server tutorials 1. The Complete SQL Server For Beginners The Complete SQL Server For Beginners by Ahmad Mohey is the ultimate guide to SQL Server for beginners. This SQL Server tutorial will...
View Article[Video] Office Hours 2019/09/12 (With Transcriptions)
This week, Brent, Erik, Tara, and Richie discuss syncing logins and database data via log shipping, monitoring page life expectancy, cumulative update issues, when to change MAXDOP, doing SQL Server...
View ArticleSQL SERVER: Generate Row Number/Serial Number without ordering by any columns
Introduction: In this article i am going to explain how to generate row number/serial number with the result set returned by the select query without using any column in the order by clause. In...
View ArticleInteresting Stuff - Week 37
Throughout the week, I read a lot of blog-posts, articles, and so forth, that has to do with things that interest me: data science data in general distributed computing SQL Server transactions (both db...
View ArticleHost Sseparate Instance of Report Server Database on SQL Server 2016 Failover...
Hello Everyone, I setup an active-passive cluster DB for my recent Dynamics 365 Installation. Everything worked smoothly except for the Reporting Services because SSRS is not cluster aware. My...
View ArticleThe cluster resource ‘SQL Server’ could not be brought online due to an error...
Hello Everyone, While I was installing the SQL Server 2016 Failover Cluster Instance on a first node of cluster DB, I faced the following permission error: The cluster resource ‘SQL Server’ could not...
View ArticleList all advanced configuration options in MSSQL with sp_configure
Hello Everyone, While writing the Technical document, we all would need to specify the configuration options details of the SQL Server which was Installed on Dynamics Server along with the version and...
View ArticleCreate a Star Schema Data Model in SQL Server using the Microsoft Toolset
By: Nai Biao Zhou || Related Tips:More >Database Design Problem One technology principle recommended by the Open Group Architecture Framework (TOGAF) is to control technical diversity [1]. To apply...
View ArticleFaster Way to Resync Log Shipped SQL Server Database After Restore Failure
By: Mohammed Moinudheen || Related Tips:More >Log Shipping Problem I was woken up at 3:00 AM due to a pager alert on my phone regarding a SQL Server log shipping failure of a very large critical...
View ArticleCURRENT_TIMESTAMP in SQL Server
CURRENT_TIMESTAMP is a system function to retrieve the current system date and time. CURRENT_TIMESTAMP is an ANSI SQL function whereas GETDATE is the T-SQL version of that same function. That says it...
View ArticleAdvanced SQL Interview Questions and Answers on SQL Server Architecture
These SQL interview questions and answers deal with the following topics: SQL Server High & Low-Level Architecture Transaction Log Architecture Query processing Architecture Memory Architecture New...
View ArticleUsing Table-Valued Parameters With sp_executesql
Ad Hoc Functions In T-SQL Kevin Feasel 2018-09-17 T-SQL No Comment Riley Major shows a couple techniques for including ad hoc functions in T-SQL, namely Common Table Expressions and the APPLY operator:...
View ArticleSQL Server database auditing tools
This collection of content presents an overview of top SQL Server and database auditing tools, with product page links for each of the tools and screenshots if available. If you noticed a tool we...
View ArticleSQL Substring function in SQL Server
The requirement of data refactoring is very common and vital in data mining operations. In the previous article, you’ll learn the tips for getting started with SQL string functions, including the SQL...
View ArticleQuery Store and Log Backups
Query Store and Log Backups Grant Fritchey Posted on 17 September 2018 Comments A question that came up recently around Query Store is what happens when there are log backups in use on the database....
View ArticleAllow a session in a Web farm? Is StateServer good enough&ques ...
First of all to give you a bit of background on the current environment. We have a number of ASP.NET applications, all of which use session for certain aspects. We are "Load Balanced" over multiple...
View ArticleDetecting Write-Protection Changes On Disks that Cause File Access Errors
By: Tim Smith || Related Tips:More > Database Administration Problem We use several file system tools and discovered through an outage that one of our file system tools caused an entire folder path...
View ArticleCRM service call returned an error: The top attribute can’t be specified with...
We might face this issue while using Dynamics CRM Source Component of SSIS Integration Toolkit [Dynamics CRM Source] Warning: An exception has occurred while processing the service request, the same...
View ArticleUsing Diff Detector component for working with incremental data in SSIS...
Diff Detector component of KingswaySoft’s SSIS Productivity Pack makes it extremely easy \ efficient to work with incremental data. Let us take a simple example to understand its usage Suppose, we have...
View ArticleSQL Server database backup tools
This collection of content presents an overview of top SQL Server database backup tools, with product page links for each of the tools and screenshots if available. If you noticed a tool we missed,...
View Article