(Thomas LaRock) SQL Server 2014 has a lot of shiny new features. One of the brightest is In-Memory OLTP Hekaton, something I have been optimistic about (get the pun?) ever since I saw it at the PASS Summit in 2012. These days there is no shortage of information available to day regarding how Hekaton
Tag: sql server
I don’t want to grant permission to all the tables in the database at once.
(Kenneth Fisher) A couple of weeks ago I did a post on granting or denying permissions to all the tables within a database. However sometimes you don’t want to grant permissions to the whole database at once.
SSAS Multidimensional Formula Engine Caching and Locale-Dependent Properties
(Chris Webb) One subject I have blogged about many times here is how the use of certain MDX functions and features prevents the Formula Engine from caching the result of a calculation for longer than the lifetime of a query (see here and here for just two examples).
Using Migration Scripts in Database Deployments
(Jonathan Hickford) A SQL migration script is similar to a SQL build script, except that it changes a database from one version to another, rather than builds it from scratch. Although they’re simple in essence, it is worth knowing how to use them effectively for stress-free database updates and de
SQL SERVER – SQL Server Schema Compare Tool
(Pinal Dave) In this article, I’ll show how to use ApexSQL Diff, a SQL compare tool. You can download it here, install, and play along while reading this blog post.
How to: Create ASP.NET MVC Authentication tables in an existing database
(Mostafa Elzoghbi) I am writing this blog post to show how to migrate or move the standard MVC authentication tables into your existing database in your asp.net web application.
Defunct File Cause SQL Server Upgrade Failure
(Travis Gan) In the previous post, we discussed how a data file or its filegroup becomes defunct. As making data file defunct may be desirable in certain situation to resolve immediate issue and allow the database continue to be operational, you may encounter some surprise problem when you are ready
Data compare between tables in SQL Server
(Prasant Nanda) Now days we are dealing with lot of data every day. We process more and more data in our application and it may be from upstream, same system, for downstream etc. Consider an upstream system from where we get 100,000 to 200,000 records every day and the data does not have any differe
How to Change the COLLATION of a SQL Server Column
(Ben Snaidero) You’ve installed SQL Server with all the defaults, created your database and schema then loaded a bunch of data into your database. Now you realize that some or all of the columns in your database needed to have the COLLATION set to be case sensitive.
REPL_SCHEMA_ACCESS wait type
(Jack Li) Recently we have worked with a customer on replication latency issue with transactional replication. Customer has over 30 published databases on a single server. All of them are very active. Periodically, they will see up to 30 minutes latency from publisher to distributor.