Error Logs Maintenance in Sql Server
Sql Server Error Log files contain informational messages, warnings, critical server events, auditing information etc. And this information in the log file is very critical for analyzing any Sql Server...
View ArticleDifference between SMALLDATETIME and DATETIME Data Types in Sql Server
Both SMALLDATETIME and DATETIME Data Types in Sql Server are used for storing Date and Time values in Sql Server. Below table summarizes some of the major difference between these two Data Types. [ALSO...
View Article10 Cs of Communication to land a better SQL Server Job
By:Erica Woods || Related Tips:More > Professional Development Interviewing Problem We continue to see an increase in requests for quality communication in candidates, even with highly technical...
View ArticleExport from Hadoop File System to a SQL Server Database Table
Problem I need to export data from the Hadoop Distributed File System (HDFS) to a SQL Server database table. How can I do this? Solution Apache's Sqoop allows for importing data from a database such as...
View ArticleImport a Data Hierarchy from Excel into SQL Server
Lately, I've been taking on a lot of work with a couple of clients. After talking with one client, he mentioned how he was working with his data and provided me an Excel spreadsheet. Wait a minute?!?!...
View ArticleComparing performance on dplyr package, RevoScaleR package and T-SQL on...
Long I wanted to test a simple data manipulation tasks and compare the execution time, ease of writing the code and simplicity between T-SQL and R package for data manipulation. Couple of packages I...
View Article[Video] Office Hours 2016/10/05 (With Transcriptions)
This week, Brent, Richie, Tara, and Erik discuss their learning styles, Always On Availability Groups, memory leaks, windows updates, how to transition from developer to DBA, upgrading SQL server from...
View ArticleColumnstore Indexes part 87 (“Indexed Views”)
Continuation from the previous 87 parts, the whole series can be found at http://www.nikoport.com/columnstore/ . A very long time desired feature from my side was something that I have described in...
View ArticleStatistics Are Vital For Query Performance
This is post#10 supporting Tim Ford’s ( b | t ) initiative on#iwanttohelp, #entrylevel. Read about it here. When you send a query to your SQL Server database (and this applies to Azure SQL Database,...
View ArticleMigrating multiple Sybase ASE databases to SQL Server for a global leader in...
Posted byadmin | On October 10th, 2016 | InDatabase Migration,SQL Server | Tags:database migration, MS SQL Server , sql server , Sybase to SQL migration DB Best recently completed a Sybase ASE database...
View ArticleGO Statement in Sql Server
GO statement is used as a Batch separator in Sql Server. Batch is nothing but one or more Sql Server statements sent to the Sql Server engine as one set of statements. GO is not a Transact-SQL...
View ArticleSql Server Error: A fatal scripting error occurred. Incorrect syntax was...
ERROR SCENARIO We can get exception like this if we try to execute the following statement where T-SQL statement like SELECT is on the Same line as GO Statement GO SELECT 'Basavaraj Biradar' RESULT: A...
View ArticleImplementing Fuzzy Sets in SQL Server, Part 4: From Fuzzy Unions to Fuzzy Logic
By Steve Bolton ………… Fuzzy set relations carry an added layer of complexity not seen in ordinary “crisp” sets, due to the need to derive new grades for membership in the resultset from the scores in...
View ArticlePASS Summit 2016: world’s biggest SQL Server event
PASS Summit 2016 is nearly upon us. With only 4 weeks until the big event, now is the time to register! PASS Summit 2016 is community-driven event with three days of technical sessions, networking, and...
View ArticleDSC Add Local Administrator Group to SQL Server Login (xSQLServerLogin)
One problem I recently faced was, that I tried to use the xSQLServer DSC module to add the local administrator group (Administrators) as a SQL server security login. This should provide access to all...
View ArticleSQL SERVER Performance Benefit of Using SPARSE Columns?
I have written a number of blogs around working with SPARSE Columns in the past and a primer to what SPARSE Columns can be got from the list mentioned: SQL SERVER 2008 Introduction to SPARSE Columns...
View ArticleHybrid Transactional Analytical Processing on SQL Server 2016 with Lindsey Allen
Carl Franklin is Executive Vice President of App vNext , a software development firm focused on the latest methodologies and technologies. Carl is a 20+ year veteran of the software industry, co-host...
View ArticleSQL Server 2016 DBCC CHECKDB with MAXDOP
By:Ahmad Yaseen || Related Tips:More > Database Consistency Checks DBCCs Problem How can we control the number of processors assigned to the SQL Server DBCC CHECKDB command in order not to consume...
View ArticleSentryOne A New Partner Focus
With the newSentryOne version 11 there's never been a more complete solution for our partners to provide the best service for their customers. In my prior role as a Strategic Partner I made use of SQL...
View ArticleSearch All Columns of Specific Data Type in all Tables of Sql Server Database
Introduction : In this article I am going to share How to find all columns by specific data type in all tables and views in sql server database. In previous articles i explained How to Update table...
View Article