ASHISH SRIVASTAVA
(Move to ...)
▼
Wednesday 31 January 2018
SQL CharIndex Example
›
DECLARE @PW_MPID NVARCHAR( max ) set @PW_MPID= '1555|2555|35|' DECLARE @PW_MPIDPostion Varchar ( max ) = CHARINDEX(...
Tuesday 30 January 2018
ROLES AND RESPONSIBILITIES
›
Sr .Net Developer Responsibilities and Duties If you are considering a job as Sr .Net Developer here is a list of the most standard respo...
Monday 15 January 2018
SQL Server: Make all UPPER case to Proper Case/Title Case
›
CREATE FUNCTION [dbo].[fnConvert_TitleCase] (@InputString VARCHAR(4000) ) RETURNS VARCHAR(4000) AS BEGIN DECLARE @Index INT DECLARE @C...
Friday 12 January 2018
Using WebGet and WebInvoke with example
›
Using WebGet and WebInvoke Services can be exposed using the WebHttpBinding binding using either the WebGet or WebInvoke attributes. Each ...
Tuesday 9 January 2018
How to Kill all the Blocked Processes of a Database
›
DECLARE @DatabaseName nvarchar(50) --Set the Database Name SET @DatabaseName = N 'TESTDB' --Select the curren...
Monday 8 January 2018
11 Things You Should Never Put On A Resume
›
#1 - Unprofessional Email Addresses You would be surprised at the types of email addresses that exist on resumes. Things like HotGuy25 or...
Short cut key for computer
›
Short cut key for computer S.No Command Name Modifiers Key Menu 1 ...
‹
›
Home
View web version