Asp.Net Example -Change css file dynamically asp.net
This asp.net example article will Demonstrates you how to Dynamically set a link to a CSS file in ASP.NET .For Dynamically set a link to a CSS file...
Read moreAsp.Net Example-Add startup JavaScript code from Content Page to Master Page
If you have a website that has master and content pages and you want to add some javascript code on content page which will run when page is...
Read moreSQL SERVER – Find Nth Highest Salary of Employee –Query to Find 2nd or 3rd highest salary of employee in SQL Server
In this article I am going to explain how you can find nth highest salary of the employee in SQL Server.It is very common question asked by interviewer...
Read moreSQL SERVER – Get Comma Separated Values (CSV) from Table Column
This topic is about sql server Comma Separated Values(csv) from Table Column. There are Many times where we need to convert a set of rows in a single...
Read moreSQL SERVER –Query To Find Recently Executed T-SQL Query
Here is the sql query that will return recently executed T-SQL query on database. SELECT QS.last_execution_time AS [Time], dest.TEXT AS [Query] FROM sys.dm_exec_query_stats AS QS CROSS APPLY sys.dm_exec_sql_text(QS.sql_handle)...
Read moreMsg 10054, Level 20, State 0, Line 0
Error Message: .Net SqlClient Data Provider: Msg 10054, Level 20, State 0, Line 0 A transport-level error has occurred when sending the request to the server. (provider: TCP...
Read moreQuery to Find the List of Functions in SQL Server 2005-SQL Server 2008
Here is a SQL Query to find the list of Functions in SQL Server database.When you run this query it will show the list of all functions in...
Read more