(Pinal Dave) Replication as a topic is quite old and proven technology. After I saw the introduction of SQL Server AlwaysOn from SQL Server 2012, I hardly see folks talking about replication. For me replication will always be a technology which allows for partial (selected tables/articles) synchroni
Tag: sql server
Let’s play with Surrounded With Feature of SQL Server 2012 – Step by Step guidance
(Niladri Biswas) SQL Server 2012(Denali) has brought a lot of new features .One among them is the Surrounded WithFeature.This feature will help us to implant a block of SQL statement within a Begin..End blocks,WHILE loop block or within an IF statement.
Troubleshooting Tempdb, a Case Study
(Michael J. Swart) At work, we store error messages from our web servers in a database. Up until recently, we were loading them using procedures that use wide TVPs. We discovered that if we saw a large enough spike in errors, then we’d also see tempdb contention which would flood our error logging s
Help! I am Locked Out of my SQL Server Instance
(Derik Hammer) Beginning with SQL Server 2008, local administrators are no longer SQL Server sysadmins by default. Microsoft removed this feature in an attempt to increase security. I agree with the change.
Referencing Individual Cell Values From Tables In Power Query
(Chris Webb) Sometimes, when you’re working with a table of data in Power Query, you want to be able to get the value from just one cell in that table. In this blog post I’ll show you how you can do this both in the UI and in M code, and talk through all of the more advanced options available […]
SQL Server Reporting Services Text Box Orientation
(Ghanesh Prasad) If a SQL Server Reporting Services report has many columns with text descriptions in a horizontal direction then those headings will need significant space in the report. There are situations where report data will not fit in a single page and the users will have to scroll horizonta
Troubleshooting Tempdb, a Case Study
(Michael J. Swart) At work, we store error messages from our web servers in a database. Up until recently, we were loading them using procedures that use wide TVPs. We discovered that if we saw a large enough spike in errors, then we’d also see tempdb contention which would flood our error logging s
Help! I am Locked Out of my SQL Server Instance
(Derik Hammer) Beginning with SQL Server 2008, local administrators are no longer SQL Server sysadmins by default. Microsoft removed this feature in an attempt to increase security. I agree with the change.
Referencing Individual Cell Values From Tables In Power Query
(Chris Webb) Sometimes, when you’re working with a table of data in Power Query, you want to be able to get the value from just one cell in that table. In this blog post I’ll show you how you can do this both in the UI and in M code, and talk through all of the more advanced options available […]
SQL Server Reporting Services Text Box Orientation
(Ghanesh Prasad) If a SQL Server Reporting Services report has many columns with text descriptions in a horizontal direction then those headings will need significant space in the report. There are situations where report data will not fit in a single page and the users will have to scroll horizonta
