Sometimes, we need to rename some column names.
Tag: sql server
SQL SERVER – SSMS: Database Consistency History Report
(Pinal Dave) The last place I like to visit is always a hospital. With the monsoon season starting, intermittent rains, it has become sort of a routine to get a cycle of fever every other year (seriously I hate it).
Pre-Validating Data with PowerShell Before Importing to SQL Server
(Tim Smith) ETL and SQL developers often import files with invalid data in those files. This has limited challenges with small file sizes, but as files grow to gigabytes worth of data, this task can be tedious. One of these forms of invalid data are lines with extra delimiters; in some cases, these
Microsoft SQL Replication Between Windows Azure Virtual Machines
(Chris Skorlinski) You can use SQL Server Replication technologies to move data between local on premises SQL Server to SQL Server running in Windows Azure Virtual Machines or between Windows Azure Virtual Machines. Similar to move data between non-trusted corporate domains, keys are 1) use SQL Ser
Basic Column Encryption of data with SQL Server
(Vinod Kumar) The more I talk with customers on basic architecture, more are the questions about how to implement. These scenarios when talked look great on whiteboard and when they implement and come back (say after 6 months) is completely different.
Shortcut to Consistent SQL Server Installs Using Configuration Files
(Tim Ford) If you support a large environment for SQL Server, then consistency between SQL instances and simplicity of installations are both key to making your life (at the office at least) easier in both the short- and long- runs.
SQL SERVER – SSMS: Backup and Restore Events Report
(Pinal Dave) A DBA wears multiple hats and in fact does more than what an eye can see. One of the core task of a DBA is to take backups. This looks so trivial that most developers shrug this off as the only activity a DBA might be doing.
Clustered Column Store Index: Bulk Loading the Data
(Sunil Agarwal) As described in the blog http://blogs.msdn.com/b/sqlserverstorageengine/archive/2014/07/27/clustered-column-store-index-concurrency-and-isolation-level.aspx, the clustered column store index has been optimized for typical DW scenario supporting nightly or trickle data load with fast
Profiling OLTP performance on Virtualized SQL 2014 with All Flash Arrays
(Mohan Potheri) TPC-C Benchmark is an on-line transaction processing (OLTP). (TPCC Main site) TPC-C uses a mix of five concurrent transactions of different types and complexity. The database is comprised of nine types of tables with a wide range of record and population sizes. TPC-C is measured as t
SQL Server: DBCC CHECKDB does not detect corruption
(David Barbarin) During my audits at customer places, it still happens very often to find SQL Server databases with page verification option configured to “none”. I always alert my customers on this configuration point because it can have an impact on the overall integrity of their databases.
