PASS Summit 2018 Day 1 11/7/2018
I am proud and fortunate to be sitting beside stars of the community at the blogging table this year. I will be updating this post with details of the keynote as we go along here…a chilly fall morning...
View ArticleThe SSIS package takes longer to complete
How to check the results of the work of the SSIS package after completing its execution? I have an SSIS package which imports the data into the SQL Server 2008 database. I have set up the schedule job...
View ArticleHow do I ask for SQL Server help on Twitter?
How do I ask for SQL Server help on Twitter? K. Brian Kelley Posted on 7 November 2018 Comments For those of us who have been on twitter for a long time, we are familiar with the #sqlhelp hashtag....
View ArticleUsing SQL Server for Latitude & Longitude Calculations
If you’re like me, you’ve probably stored latitude and longitude data in decimal columns for a long time. I know SQL Server has a geography type as of a few years ago, but I never really played with it...
View ArticleSQL Server Reporting Services Report Builder Manual Data Sources
By:Scott Murray | Last Updated: 2018-11-08 || Related Tips: > Reporting Services Report Builder Problem What is this new feature to enter data directly into a Report Builder RDL file and how would...
View ArticleManaging Maximum Number of Concurrent Connections in SQL Server
By:Ben Richardson | Last Updated: 2018-11-08 || Related Tips:More > SQL Server Configurations Problem By default, SQL Server allows a maximum of 32767 concurrent connections which is the maximum...
View ArticleSetting up a simple Rest interface with SQL Server
We’re going to set up a web service for a SQL Server database using node js on a windows server. This is intended for a mobile application, but has a variety of other uses where an ODBC connection...
View ArticleConverting SQL Server LSNs with PowerShell
If you’ve spent much time playing with SQL Server backups and restores then you’ll have discovered Log Sequence Numbers (LSNs), I’ve discussed before How SQL Server LSNs are generated , and went...
View ArticleEnable Machine Learning Services on SQL Server
R Services (SQL Server 2016) or Machine Learning Services (2017 and 2019 CTP) provide you with the ability to perform data analysis from the database itself using T-SQL. You can learn a little more...
View ArticleHelp needed to get the total number of resources (SQL Server 2005&a ...
I have a requirement. I have been given the following table DownLineid UplineId Name DirectResources 1 2 Sarvesh 7 2 NULL Admin 5 3 2 Lonesh 10 4 2 Swapna 2 5 2 Priyanka 12 8 2 Sumi 1 6 5 Deepak 10 7 5...
View ArticleBuck Woody is Returning to SQL Server
I started at Microsoft in 2006 in the SQL Server team. I’ve been a DBA/Developer/BI dev since 1981, on systems from mainframes to HP VAX Clusters, Solaris systems, and more. I worked as a Program...
View ArticleColumnstore Index Enhancements in SQL Server 2019 Part 1
SQL Server was launched in 1993 on WinNT and it completed its 25-year anniversary recently. SQL Server has come a long way since its first release. At the same time, Microsoft announced a preview...
View ArticleThe new SQL Server 2019 function Approx_Count_Distinct
SQL Server 2019 has a rich set of enhancements and new features. In particular, there are many new feature improvements in the database engine for better performance and query tuning. Some of the...
View ArticleThe Table Spool Operator In SQL Server
The Table Spool operator is one of the four spool operators that SQL Server supports. It retains a copy of all data it reads in a worktable (in tempdb) and can then later return extra copies of these...
View ArticleImprove the performance of research in large data sets
On a WPF application already in production, users have a window where they choose a client. It shows a list with all the clients and a TextBox where they can search for a client. As the client base...
View ArticleMultivariate data analysis with Tableplot using SQL Server 2017 and R
By:Siddharth Mehta | Last Updated: 2018-11-09 || Related Tips:More > SQL Server 2017 Problem Exploratory data analysis is a very standard, fundamental and preliminary process of data exploration...
View ArticleSide by Side SQL Server Upgrade with Log Shipping
By:Ameena Lalani | Last Updated: 2018-11-09 || Related Tips:More > Upgrades and Migrations Problem Your business is growing and so are your databases and application complexities. It is getting...
View ArticleMicrosoft SQL Server漏洞浅析
0x01 Microsoft SQL Server数据库简介 Microsoft SQL Server是微软公司推出的关系型数据库管理系统,因其具有使用方便与可伸缩性好,且与相关软件集成程度高等优点,从而被广泛使用。Microsoft SQL Server 数据库引擎为关系型数据和结构化数据提供了更安全可靠的存储功能,可以构建和管理对高可用和高性能有需求的业务业务场景。 目前Microsoft...
View ArticleSQL Server 2019 Big Data Cluster on Azure Kubernetes Service
At the Microsoft Ignite 2018 conference back in September Microsoft released SQL Server 2019 for public preview, and I wrote two short blog posts about it: What is New in SQL Server 2019 Public...
View ArticleRun ('tsql_string') in the stored procedure - ...
I have a stored procedure where I'd like to save the execution of an update statement for further down in the procedure, which I'm doing by putting the sql into a varchar variable. My problem is that...
View Article