You've already forked ssms-addin
mirror of
https://github.com/alex-bochkov/ssms-addin.git
synced 2025-11-23 22:04:53 +02:00
5 lines
129 B
MySQL
5 lines
129 B
MySQL
|
|
EXEC sp_msforeachtable @command1 = '
|
||
|
|
declare @int int
|
||
|
|
set @int =object_id("?")
|
||
|
|
EXEC sys.sp_identitycolumnforreplication @int, 1'
|