Quantcast
Channel: My Technical Notes » sql
Browsing latest articles
Browse All 2 View Live

SQL – Delete duplicate row without primary key

Deleting a duplicate row without primary key. Scenario: ID FirstName LastName 1 Bob Smith 2 Dave Jones 3 Karen White 1 Bob Smith 1 Bob Smith 2000: ‘filters to no. of rows to process, here it allows to...

View Article



SQL – Execute T-SQL batch multiple times

Executing T-Sql batch multiple times. Description: If we want to execute T-sql command multiple times 2000: CREATE TABLE dbo.TEST (ID INT IDENTITY (1,1), ROWID unique identifier) CREATE TABLE...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images