Code, Cloud, Continuous and Cognitive!!
Tuesday, September 14, 2021
Configuring a VPN Gateway
›
A VPN gateway connection relies on multiple resources that are configured with specific settings. Most of the resources can be configured se...
VPN Gateway, Peering in Azure!!
›
When I was studying about AZ-303 exam. I found a lot of confusion about vnet peering, vnet gateway, subnet gateway, hence thought to pen dow...
Friday, February 16, 2018
Find columns across database in SQL Server
›
Best way to find a column referenced in different tables in database using SQL Server select t.name from sys.columns c inner join sys...
Tuesday, February 2, 2016
Find all tables without Primary Keys
›
Find all tables without Primary Keys This is very simple but effective script. It list all the table without primary keys. SELECT SCHE...
Wednesday, May 6, 2015
Find given text in all stored procedures in SQL Server
›
Recently, we were working on requirement and need to search a text in list of Stored Procedures. The funny thing, that stored procedure li...
Thursday, December 26, 2013
Exception : Path is too long - RESOLVED
›
While working on a problem today, we were getting following exception. I agree that we were using very long path but we can't do any...
Tuesday, September 3, 2013
Impersonation in Console/Windows Application in same and cross domain
›
After Go live of any application, there are issues which occurred for certain users sometimes. To nail down these issues, we need to ...
›
Home
View web version