Rama Charan's Blog
About technology and more..
Sunday, July 17, 2016
SQL Hacks
1) make self admin sql express script. Just download and run the below script
https://gist.github.com/wadewegner/1677788
2)SSRS Deployment Script
http://www.sqlblogspot.com/2014/03/ssrs-deploymentcomplete-automation2012.html
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Devops links
Build Versioning in Azure DevOps Pipelines
Devops links
Build Versioning in Azure DevOps Pipelines
Efficient Paging for GridView
REf: http://www.nikhedonia.com/notebook/entry/efficient-paging-for-gridview/
using Linq methods with caution - E.g FirstorDefault()
Don't use FirstorDefault() unless you are sure its valid/ verified in the business scenario. else you are going to introduce bugs in t...
No comments:
Post a Comment