Author: Jitendra
-
Get the FortNight Start and End date – SQL Server
Get the Fort night start and end date on the basis of input provided. if date falls in first 15 day then it will give the First Fort night start and end date and if date falls after 15 day then it gives respective start and end date.
-
Get First Day and Last Day of Week – SQL Server
Scalar function to get the first Day and Last day of the Week in SQL Server
-
Get First Day and Last Day of Month – SQL Server
Get the first day and last day of the month in SQL Server using Scalar functions
-
domain redemption grace period
What is domain redemption grace period?
-
Telerik RadSchedular Tips and Tricks
Change the style of the Today Cell in Month View and Bind Extra Column / Add Argument in RadSchedular
-
Opening RadWindow from another RadWindow – Telerik Control
Opening RadWindow from another RadWindow: Sometime it may require opening the radwindow from another radwindow. But believe me; it will not be easy.Problems I faced were: New window opened behind the parent radwindow. New window open in area of parent window only. So we cannot resize the window as per required. To overcome all these properties:…
-
Java Destructor – finalize()
Concept of destructor in JAVA. finalize() method.
-
Drop Stored Procedure if exist in SQL Server
How to drop the stored procedure in SQL Server if exist
-
Search for Table in SQL Server
In organization, where huge number of tables present in database. its very hard to search the particular table. Here few SQL queries to search the table name by pattern. Search For Table whose name starts with A Clustered Index speeds up performance of the query ran on that table. Clustered Index are usually Primary Key but…
-
Background and foreground thread in c#
Example of Threading in C#. Includes Foreground and Background Threading.