• Skip to main navigation
  • Skip to main content
  • Skip to footer

Data Platform Central

Your centralized learning repository for data platform topics

  • Blogs
  • Covid Tracker – TVM
  • Home
  • Videos
  • Skip to menu toggle button

Author: dataplatformcentral (page 16)

Implementing multiple table based check constraints

Posted on: May 26, 2012 Last updated on: May 26, 2012 Written by: dataplatformcentral
A common scenario we come across is the requirement to implement a constraint on a table to enforce a business rule based on another table. Though this can be implemented by means of trigger its not so efficient at times…
Continue reading “Implementing multiple table based check constraints”…

Julian to iso date conversion function

Posted on: May 6, 2012 Last updated on: May 6, 2012 Written by: dataplatformcentral
Recently I had helped out a friend on logic for converting Julian date value to iso date value in T-SQL. Julian dates are in format CYYDDD where C will denote century YY year and DDD the day of year. So…
Continue reading “Julian to iso date conversion function”…

Display total rows with pivotting in t-sql

Posted on: April 30, 2012 Last updated on: April 30, 2012 Written by: dataplatformcentral
There were couple of occasions of late where people asked me way to display total rows along with detailed data while applying crosstabbing using PIVOT. Though this can be very easily generated in front end languages especially when you’re using…
Continue reading “Display total rows with pivotting in t-sql”…

Retrieve the status of SQL Server services programatically

Posted on: April 28, 2012 Last updated on: April 28, 2012 Written by: dataplatformcentral
One of the cool features that’s got introduced from SQL 2008 R2 is ability of getting the running status of various SQL Server services like SQL Server, Full-Text, and SQL Server Agent by means of T-SQL query. This is made possible…
Continue reading “Retrieve the status of SQL Server services programatically”…

Iterative queries using Common table Expressions

Posted on: March 11, 2012 Last updated on: March 11, 2012 Written by: dataplatformcentral
          Common Table Expression or CTEs was a very useful feature which got added from SQL 2005. Though they’re mostly associated to recursive query scenario, they can be used for scenarios involving iterative logic also. The…
Continue reading “Iterative queries using Common table Expressions”…

Advantages of using sys.sql_modules view over syscomments

Posted on: March 11, 2012 Last updated on: March 11, 2012 Written by: dataplatformcentral
sys.sql_modules was a new catalog view which got introduced from SQL 2005 onwards. I’ve used it quite a lot in my day to day work. Just thought of sharing some of reasons why its preferred over syscomments view a. Finding object dependencies on…
Continue reading “Advantages of using sys.sql_modules view over syscomments”…

Clear cache programatically while rendering the report

Posted on: January 14, 2012 Last updated on: January 14, 2012 Written by: dataplatformcentral
Last week I was working on a SQL Reporting services report for displaying a report on financial data for one of my client. One of the requirements involved was to include ability to export this report to excel sheet.For this…
Continue reading “Clear cache programatically while rendering the report”…

Renewed for 3rd time in New Year!

Posted on: January 2, 2012 Last updated on: January 2, 2012 Written by: dataplatformcentral
I’m just back from New year vacation and had a good news waiting for me. I got renewed third time in a row as SQL Server MVP! I take this oppurtunity to thank all of you who have been following…
Continue reading “Renewed for 3rd time in New Year!”…

Generating PDF pack reports in SSRS

Posted on: December 25, 2011 Last updated on: December 25, 2011 Written by: dataplatformcentral
One of my recent project requirements has prompted me to write this blog. The project requires generating various reports for client using SQL Reporting services tool in PDF format. We created the required reports in PDF format using SSRS and…
Continue reading “Generating PDF pack reports in SSRS”…

DTExec issues running ssis packages in 64 bit

Posted on: December 17, 2011 Last updated on: December 17, 2011 Written by: dataplatformcentral
Couple of days before, I was working on an SSIS package doing importing of some data from Excel spreadsheet to a table in SQL database. I built the package and tested it locally successfully. The intention was to create a…
Continue reading “DTExec issues running ssis packages in 64 bit”…
« Previous page 1 … 14 15 16 17 18 … 21 Next page »

Find Blog

Recent Posts

STRING_SPLIT Enhancements : Optional Ordinal Number Now Available

Was playing with STRING_SPLIT function the other day in my Azure SQL database instance and happened to notice a small enhancement which seems to have appeared. The STRING_SPLIT function now includes a new optional parameter which can be used for…
Continue reading “STRING_SPLIT Enhancements : Optional Ordinal Number Now Available”…

T-SQL GRAPH Table Tips : Demystifying SHORTEST_PATH function

Introduction This article is the last one in the series of blogs that I’ve written on GRAPH tables in SQLServer. The previous two articles were published in Technet Wiki and can be checked from the below link. Introduction to Graph…
Continue reading “T-SQL GRAPH Table Tips : Demystifying SHORTEST_PATH function”…

Fun with SQL – Find out numbers where adjacent digit differs by 1

My friend and mentor Madhivanan had posted an interesting scenario on his blog https://exploresql.com/2020/05/01/fun-with-sql-find-out-numbers-where-adjacent-digit-differs-by-1/ and gave it as a challenge for others The question was below I decided to have a try myself on thisHere;s my version of the query…
Continue reading “Fun with SQL – Find out numbers where adjacent digit differs by 1”…

SQLServer : Real Time Streaming RDBMS Data Using Apache Kafka Platform

Problem Statement  There is an application database hosted in a SQLServer instance which is capturing data from a automation software including the readings as well as general health related details of multiple machines.  The requirement asks for the creation of…
Continue reading “SQLServer : Real Time Streaming RDBMS Data Using Apache Kafka Platform”…

Graph Table Enhancements : Edge Constraints, Utility Functions

The second part of the article https://www.dataplatformcentral.com//2017/05/30/graph-tables-in-sql-2017/ can be found here https://social.technet.microsoft.com/wiki/contents/articles/53162.graph-table-enhancements-edge-constraints-system-utility-functions.aspx Here I have explained on the concept of Edge Constraints and how they can be used to enforce the relationships between Node tables within an Edge table. The article also…
Continue reading “Graph Table Enhancements : Edge Constraints, Utility Functions”…

Recent Comments

  • Visakh Murukesan on SSIS Tips: Enforcing TLS 1.2 For SSIS 2012 Connections
  • Douglas B on SSIS Tips: Enforcing TLS 1.2 For SSIS 2012 Connections
  • Visakh Murukesan on How to solve Microsoft.ACE.OLEDB.12.0 error “Unspecified error”
  • hfpg2001 on How to solve Microsoft.ACE.OLEDB.12.0 error “Unspecified error”
  • hfpg2001 on How to solve Microsoft.ACE.OLEDB.12.0 error “Unspecified error”

Archives

  • October 2021
  • September 2020
  • May 2020
  • February 2020
  • August 2019
  • April 2019
  • October 2018
  • August 2018
  • February 2018
  • November 2017
  • October 2017
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • October 2016
  • August 2016
  • July 2016
  • June 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • November 2015
  • October 2015
  • August 2015
  • July 2015
  • June 2015
  • April 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • May 2012
  • April 2012
  • March 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • August 2011
  • June 2011
  • November 2010
  • August 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010

Categories

  • Agent_Datetime
  • Analytic Window functions sql 2012
  • apply operator sql 2008
  • Azure SQL Database
  • batch separator
  • business hours
  • calculated values
  • Calendar Table
  • cascading tables
  • column set
  • Composable DML
  • Composable DML SQL 2008
  • cross apply
  • cross db
  • cross server
  • daily file transfer
  • dashboard
  • data grouping
  • Data Quality Services
  • date addition using integer values
  • date formats
  • date formatting
  • date functions
  • date values from integer
  • DATE()
  • datefirst independent date logic
  • DATEPART
  • DAX
  • day comparison
  • DDL triggers
  • DENSE RANK
  • dependency
  • DISTINCT COUNT
  • dtexec
  • E notation
  • EARLIER example
  • executing packages
  • file watcher
  • FILESTREAM
  • FileTable DML
  • Filetable last access time
  • Filetable schema
  • fileTable trigger
  • FileTables
  • filtered index condition
  • filtered indexes query
  • Floating point
  • foreign keys in a table
  • Fuzzy logic 32 bit
  • get attribute names and values
  • get set options of databse in sql 2012
  • get sql server service run status
  • getFilenamespacepath in trigger
  • GO
  • GRAPH Tables
  • HalfYear
  • hextoint
  • identity columns
  • Inscope oprator
  • integer parameters
  • iso format
  • issues ssis running sql job
  • job category
  • job history
  • job object dependency
  • job reference
  • locale id
  • locale settings
  • Master child table population
  • metadata
  • Nth week day
  • Order By inside view
  • os info
  • outer apply
  • Parse string
  • PDF pack reports
  • powerpivot
  • Powerpivot DATE
  • provider not supported 64 bit
  • python java notation
  • Quarter
  • quirky update
  • READ_COMMITED_SNAPSHOT v/s NOLOCK deadlocks
  • recursive deletion
  • retrieve filtered indexes
  • Row cannot be located for updating. Some values may have been changed since it was last read
  • scientific notation
  • script out modules
  • script task file watcher
  • simulating file watcher
  • sp_dboptions SQL 2012
  • sp_fkeys
  • sp_table_privileges
  • sparse column
  • Split delimited string
  • Split function
  • SQL 2008
  • sql 2008 object dependency
  • SQL 2012
  • SQL 2012 file access
  • SQL 2012 PARTITION BY
  • sql code deployment
  • SQL Reporting services
  • sql server agent
  • sql server agent job grouping
  • Sql server agent jobs
  • sql_sql_modules
  • sqlserver dmv
  • SSIS
  • SSIS file processing
  • SSRS group reports
  • sys.dm_server_services
  • syscomments
  • sysjobs
  • Table Constructor
  • table permissions
  • table valued parameters
  • time difference in hh:mm:ss
  • time slot
  • Transact SQL
  • UNBOUNDED PRECEDING
  • Uncategorized
  • UNPIVOT using VALUES
  • VALUES in SQL 2008
  • win version
  • windows language
  • Worker Thread issue
  • xml nodes
  • XML Table populate

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2025 Data Platform Central | Using Reykjavik WordPress theme. | Back to top ↑