(Tim Smith) When importing bacpacs in SQL Azure, we sometimes see a dbo._TransactionIndex_ (GUID attached) table and when looking through our database, see that we’re missing data. In some cases, we’ll receive an error indicating that data failed to copy, yet sometimes we receive no error during the
Tag: sql server
Implementing Continuous Integration for Databases
(Sjors Takes) Continuous integration (CI) is becoming more and more common in application development. It ensures code and related resources are integrated regularly and tested by an automated build system, and highlights problems early in the development process. But what about database development
SQL SERVER – Simple Way to Find Existence of Column in a Table
(Pinal Dave) If you want to check if the column is already available in the table, you can use system views like sys.columns or INFORMATION_SCHEMA.COLUMNS.
Configure the SQL Server Integration Services For Loop Container
(Dallas Snider) How can I configure the SQL Server Integration Services For Loop Container? What options are available? How do you establish variables? How can you test the process?
SQL SERVER – How to Identify InMemory Objects Can be Identified in SQL Server?
(Pinal Dave) When SQL Server introduced InMemory OLTP functionality, it is a great addition to the database. I have seen people use this capability in limited capacity for specific use case scenarios.
Introduction to SQL Server 2016 Temporal Tables
(Koen Verbeeck) Temporal tables – not to be mistaken with temporary tables – are a new feature of SQL Server 2016. Temporal tables, also named system-versioned tables, allow SQL Server to automatically keep history of the data in the table. This tip will introduce this new feature and will explain h
SQL SERVER – Interesting Observations Using MONEY Datatype
(Pinal Dave) MONEY is one of the data types supported in SQL Server. There are some interesting information about this.
Matching Events into Pairs
(Jason Brimhall) In the last article I showed how to discover all of the settings that are available to a particular Target. I also yinyang_pairmentioned the reason for that being that I would be discussing some of the other Target types since I had already shown various concepts in regards to the r
Handle Excel exceeds maximum 65,536 rows in SSRS 2008R2
(Ghanesh Prasad) You have created report in SSRS2008R2 and your report contains more than 65,536 records. When you export the report into Excel you get Export Error message “Exceeding 65,536 rows limit”. How can we resolve this issue?
Getting Started with Stretch Database Functionality in SQL Server 2016 – Part 1
(Arshad Ali) SQL Server is one of the most widely used RDBMS around the world, and one of the facts of this wide adoption comes from Microsoft’s commitment to add new capabilities to cater to the need of the changing landscape year over year.
