Tuesday, September 3, 2019

Resting the SQL server auto incremental number

Resting the SQL server auto incremental number


DBCC CHECKIDENT ( [SFA_M_PRODUCT_PRICES], RESEED,220);


No comments:

Post a Comment

Postgress - Read a XML file from a postgress table XML column

SELECT xmltable.* FROM xmldata, XMLTABLE('//ROWS/ROW' PASSING data COLUMNS id int PATH ...