N a g a s a i

Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.

Wednesday, January 23, 2019

Get Current TimeZone Name in SQL Server

›
Here is how we can get current time zone from sql server DECLARE @TimeZone VARCHAR(50) EXEC MASTER.dbo.xp_regread 'HKEY_LOCAL_MACHINE...
Thursday, January 10, 2019

Difference between .NET Core and .NET Framework and Xamarin?

›
.NET Framework is a better choice if you: Do not have time to learn a new technology. Need a stable environment to work in. Have nearer r...
Monday, September 10, 2018

Git Cheat sheet for all

›
Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. Git is on...
Tuesday, August 07, 2018

Quick note: How to get backup history of a database?

›
Here is how you can get via SQL Query, This works on any SQL Server version USE database_name GO -- Get Backup History for required datab...
Friday, June 29, 2018

Quick Note: Android Gradle distributions

›
Here is the link for list of all available Gradle Distributions with latest one being first.
‹
›
Home
View web version
Powered by Blogger.