Implement Continuous Delivery for SQL Server Reporting Service Reports
By:Nat Sundar || Related Tips: > Reporting Services Development Problem What is Continuous Delivery and how do I implement Continuous Delivery for SQL Server Reporting Services Reports? Solution...
View ArticleFind and Remove Duplicate Rows from a SQL Server Table
By:Sergey Gigoyan || Related Tips:More >Database Design Problem According to database design best practices , a SQL Server table should not contain duplicate rows. During the database design...
View ArticleSQL Server Log Shipping Monitoring and Email Notification
Problem We have a few reporting servers where we have SQL Server Log Shipping setup and we are responsible for making sure the data is in sync for reporting users to generate reports. If there is an...
View ArticleSpecial Discount Code for PASS Summit and Precon
On Monday, October 24, 2016, I will be doing an all-day, Pre-Conference session on how to interpret my SQL Server diagnostic information queries . I have done many shorter versions of this session...
View ArticleHow to get Power BI RLS to work with external users
Let me start by thanking Adam Saxton aka Guy in a Cube and Hope Foley for helping me with this post. Power BI has made sharing dashboards and reports inside and outside of an organization relatively...
View ArticleMay MVP Bob Pusateri
Whoa. I’m way behind in my blogging. For the month of May, my MVP choice is Bob Pusateri ( B | T ). Bob is a SQL Server DBA that hails from the windy city of Chicago, Illinois. He is very active...
View ArticleSQL SERVER Fix: The Cluster Resource Could not be Deleted Since it is a Core ...
Working with SQL Server is fun. Since SQL Clustering, and AlwaysOn availability group needs windows Clustering so sometimes there are some cluster issues which I have to deal with and fix. Let us learn...
View ArticleIn case you missed it: Septemer 2016 roundup
In case you missed them, here are some articles from September of particular interest to R users. The R-Ladies meetups and the Women in R Taskforce support gender diversity in the R community ....
View ArticleSQL SERVER Unable to Start Services After Patching (sqlagent_msdb_upgrade.sql...
In the recent past, I have heard this issue, at least once or twice every month. Whenever I try to help a such client and I think I know the issue, I get something new. They said that they have applied...
View ArticleA Complete Guide For Installing SQL Server 2016 Step by Step
SQL Server 2016 is the latest edition of SQL Server. It is the biggest leap forward in the history of Microsoft data platform. It has gain the real time insights across the transactional as well as...
View ArticleSQL Server升级,真如想象中那样简单?
并不是所有的SQL服务器升级都需要复杂的计划和大量的工作。有时,你可以使用一些简单的方法来升级SQL Server,在升级过程中,你并不会因为方法简单而损失什么,而节省下来的时间,你还可以用来进行下一步的计划。然而,如果你想要简化升级过程,你必须知道在什么时候流程简化对你来说安全可靠的,以及何时你必须付出额外的努力,这是至关重要的。...
View Article用于处理SQL Server安装后期问题的最佳实践
在任何企业,SQL Server的安装,配置和维护都是数据库管理员的主要职责。本文将介绍在成功安装了数据库软件之后所要遵循的一些重要的SQL Server最佳实践。 让我们先从给数据库打补丁作为开始。Microsoft会时不时为SQL Server的各个服务生命尚未终止的版本发布一些服务包,累计更新和修正补丁以进行技术支持。强烈推荐当SQL Server安装完成后,就马上从Microsoft's...
View ArticleSQL Server 与 MySQL,关系型数据库领域的“绝代双骄”
mysql和Microsoft SQL Server关系型数据库各有利弊,我们在选择时需要考虑SQL服务器和MySQL在特性,成本,功能以及其他方面的差异。 SQL服务器和MySQL是当下市场上两个最流行的关系数据库管理系统。虽然它们并没有明显的差距,但在某些情况下,使用微软的RDBMS可能是比使用甲骨文的MySQL更好的选择,而相反的情况也一样存在。...
View ArticleUnderstanding JOINs in SQL Server
During my work I get the chance reviewing lots of T-SQL Procedures and Views and I often see that the SQL joins are mis-used in them. When I enquire the developers regarding this, it’s evident that...
View ArticleMSSQL注入时通过Agent Job执行命令
USE msdb; EXEC dbo.sp_add_job @job_name = N'test_powershell_job1' ; EXEC sp_add_jobstep @job_name = N'test_powershell_job1', @step_name = N'test_powershell_name1', @subsystem = N'PowerShell', @command...
View ArticleSQL Server 2016 Query Store - Gentle Introduction - 1
SQL and SQL Only I am Nagaraj (aka Raj), a SQL Server Database Administrator for one of the busiest OLTP systems in Singapore. Being a SQL Enthusiast for over 10 years now, I love to explore and share...
View ArticleCode Blowout
Taking the advice of Scott Hanselman today ; it's a code garage sale. Everything of worth (you be the judge!) must be opened up and freed for WAY below cost. SQL Server ADO Abstractor/Wrapper never...
View Article#0389 SQL Server SSIS OLE DB Destination Table Fast Load Keep NUL ...
SQL Server IntegrationServices (SSIS) are typicallycalled upon when integrating systems exchange data from one source toa given destination.The reason I use the term “source” and “destination” instead...
View ArticleMigrating Sybase ASE database to SQL Server for a global leader in content...
Posted byBill Ramos | On October 9th, 2016 | InDatabase Migration,SQL Server | Tags:database migration, MS SQL Server , sql server , Sybase to SQL migration Database technologies are constantly...
View ArticleSQL SERVER Error: Property BackupDirectory is Not Available for Settings
I break a lot of things on my SQL environment and I believe that is a very good way to learn things. Today, I wanted to perform a restore of a database using a backup which I took earlier. In this blog...
View Article