N a g a s a i

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

Wednesday, January 20, 2016

How can I list all foreign keys referencing a given table in SQL Server?

›
Here is how you can get list of all foreign key references using below query for all tables in your database SELECT obj.name AS FK_NAME,...
Tuesday, January 12, 2016

Android Version History

›
The version history of the Android mobile operating system began with the release of the Android alpha in November 2007. The first commercia...
Wednesday, December 09, 2015

Microsoft Office update #KB3114409

›
If your system is currently running Microsoft Office 32 Bit version, you may have an issue with Outlook starting in Safe Mode after the upda...
Tuesday, November 17, 2015

TextBox set to ReadOnly using javascript

›
Here is a quick solution that works across the all browsers. Add below code in input textbox. onKeyPress = "javascript: return false;...
Tuesday, October 20, 2015

C# Character Escape Sequences

›
Character combinations consisting of a backslash (\) followed by a letter or by a combination of digits are called "escape sequences....
‹
›
Home
View web version
Powered by Blogger.