ASHISH SRIVASTAVA
(Move to ...)
▼
Wednesday 13 September 2017
Resetting IDENTITY Seed in Table Variable
›
For a "normal" table, you would use: DBCC CHECKIDENT( ' [table_name]' , RESEED, [new_reseed_value]). you cannot reseed...
Saturday 19 August 2017
How to select alternate rows from a table in SQL Server
›
Alternate rows from a table: CREATE TABLE STUDENTS ( STUDENT_ID int NULL, [STUDENT_NAME] [varchar] ( 50 ) NULL, ...
Thursday 27 July 2017
Number to Work in Excel using MICRO
›
Function SpellIndian(ByVal MyNumber) '**** Excel UDF to spell Indian Currency -- Rupees and Paise into text '**...
Tuesday 18 July 2017
STEPS TO SAVE YOUR EYES WHILE WORKING ON COMPUTER
›
STEPS TO SAVE YOUR EYES WHILE WORKING ON COMPUTER This is the report for all you people who works more and more on computer for lon...
1 comment:
Are You Getting Enough of the Best Vitamins for Men?
›
HOW TO GET UP EARLY
›
Friday 7 July 2017
MVC model validation Example & RegularExpression
›
using System.ComponentModel.DataAnnotations; [AllowHtml] [Required] [Display(Name = "IFSC CODE")] [Regula...
‹
›
Home
View web version