Home » SQL Server (Page 7)
Category Archives: SQL Server
Kronothon2.0 – Accept the challenge
Kronothon2.0 – The only difference between Success and Failure is one’s attitude. Register here to win cash prizes up to 5 Lakhs – http://kronos.hackerearth.com/kronothon-2/ #Work4Kronos #MyWorkInspired #Kronothon2.0 #Coding #Ideas #Win #Engineer #MBA #Register #Hackerearth #codathon #casestudy #Ideathon #hackerearth #Challenge #Ilovecoding #excitement#Innovation
Introduction to System-versioned temporal tables – New database feature of SQL Server 2016
System-versioned temporal tables is new database feature of SQL Server 2016. Another improved version of table level auditing with some new features after trigger, CT & CDC. System-versioned temporal tables stores data of table data modification history. Temporal is a database feature that was introduced in ANSI SQL 2011. Most common usage for temporal tables … Continue reading
SQL Server 2016 – How to use Dynamic Data Masking (DDM)?
Dynamic Data Masking (DDM) is new feature of SQL Server 2016. DDM helps in preventing unauthorized access to sensitive data. DDM enables only privilege users to have complete data. Un-privilege users will have access of MASKED data only. As an example, a call center support person may identify callers by several digits of their social … Continue reading
Performance Dashboard Reports in SQL Server
SQL Server Management Studio comes up with multiple standard reports that show basic performance information. These reports are available without any additional installation and with no extra configuration. But if you think this is not enough, Microsoft lunch Performance Dashboard Reports with SQL Server 2012. Let’s deploy and configure Performance Dashboard Reports a. You can … Continue reading
System.ConsoleColor error while running powershell in SQL agent job step
Issue: While running powershell in SQL agent job step, I am getting below error: – A job step received an error at line 3 in a PowerShell script. The corresponding line is ‘$space.ForegroundColor = $host.ui.rawui.ForegroundColor’. Correct the script and reschedule the job. The error information returned by PowerShell is: ‘Exception setting "ForegroundColor": "Cannot convert null … Continue reading