SQL Server 2016: What’s the best new feature?
With SQL 2016 around the corner, and my blog without a post this year, I thought I would write about some of the new features. However, I’m not sure which feature I like the most to talk about! So I’m...
View ArticleWhy You’re Wrong: The Data Professional’s Guide To Contentious Issues
I’m here to put an end to the debates. Today we will examine the data professional's guide to contentious issues.The post Why You’re Wrong: The Data Professional’s Guide To Contentious Issues appeared...
View ArticleStopping your SQL Server Job
Maintenance in General is a necessity for SQL Server. No different than changing the oil in your car or going to the Doctor for the annual exam. There is going to be times when you are going to need...
View ArticleField and Record vs. Column and Table
Erik Darling wrote me last week with this idea:There’s a sort of recurring company chat joke about people who flip out over rows and columns vs. fields and records, etc. And of course, there’s this...
View ArticleWhy my primary test environment is case sensitive.
Me: I think I’m going create a new playground instance.Myself: Make sure you use a case sensitive (CS) collation when you install it!I: You mean a collation that forces us to pay attention to the case...
View ArticleMongoDB – Insert,Update,Upsert and Delete Examples – CRUD
In MongoDB we have to use either insert() or save() method to add the document to a collectionInsert Single document> db.employee.insert( { "employee_id":1101, "name":"Prashanth",...
View ArticleDoes your User Group need a free WordPress hosting platform?
Is your user group currently hosting their website that isn’t giving you the features that you need?Is your user group currently paying to much (or anything) for your website?Would your user group to...
View ArticleAre You Programming In The Database?
Typically, T-SQL is not the best platform for programming (understatement). If you have many procedures that call other procedures, that’s a signal that you might be programming in the database.Find...
View ArticleHow to Create a Demo/Test Environment for Azure Data Catalog
Azure Data Catalog is a Software as a Service (SaaS) offering in Azure, part of the Cortana Intelligence Suite, for registering metadata about data sources. Check this post for an overview of Azure...
View ArticleSetting up powershell remote sessions
Hey guys, differing from usual this is a quick post on setting up powershell remote sessions. I know you can remotely connect to powershell sessions using the Server Manager that comes with Windows...
View ArticleSQL Server 2016 Business Intelligence and Dataviz Masterclass
Join me in Edinburgh on 10th June for a one day Masterclass in SQL Server 2016 Business Intelligence and Data Visualisation! You’ll get takeaway notes and experience hands-on labs that focus on:Power...
View ArticleMongoDB : How to get Top, Bottom,Middle and Range of records
In MongoDB,the limit() method is used to limit the result set to be returned. You can also use this with various methods such as sort() and skip() for various combination of requirement.The MS SQL...
View ArticleTiming your SQL Server Maintenance Jobs
Maintenance in General is a necessity for SQL Server. No different than changing the oil in your car or going to the Doctor for the annual exam. There is going to be times when you are going to need...
View ArticleUnderstanding the configuration file order for Wyse Thin Clients
ProblemIn an earlier article, I went over how you can configure your system to use a FTP server with DHCP option tags to automatically configure the device. Today, I am going to go over these...
View ArticlePolyBase: I now Pronounce you SQL and Hadoop
Are you interested in Hadoop? With SQL Server 2016 just around the corner, a powerful new feature is being included called PolyBase. To summarize what it is, just think about it as a marriage...
View ArticleDifferences between data types between SQL Server and Oracle
Recently there has been some talk online about how SQL Server processes data type conversions compared to how Oracle’s method for type conversion. I figured that I would clear up some of the confusion...
View ArticleYou Can’t Force Query Plans If They Use TVPs With PKs
Have you ever played “Fortunately/Unfortunately”? It’s a game where players alternately give good news and bad news. It goes something like this:Databases such as SQL Server make it easy to retrieve...
View ArticleThe Server Draft
If you were given the chance to build the ultimate server, what would you draft first?The post The Server Draft appeared first on Thomas LaRock.If you liked this post then consider subscribing to the...
View ArticlePowerSehll : How to suppress the table heading and remove the blank space...
There are a multiple ways to suppress and remove the first line from text file. The first scenario would be writing a suppressed heading to an output text file Or after writing, we can remove the line...
View ArticleHow do you audit automatically generated sql deployment scripts?
I saw recently an email where someone stated that the reason that they manually create deployment scripts is that because of the restirctions put on them by the requirements for auditing and the...
View Article