SqlServer 在事務(wù)中獲得自增ID
Jun 07, 2016 pm 03:34 PM感謝lee576的分享精神,代碼如下: USE tempdbgoCREATE TABLE table1( id INT, employee VARCHAR(32))goINSERT INTO table1 VALUES(1, one)INSERT INTO table1 VALUES(2, two)INSERT INTO table1 VALUES(3, three)INSERT INTO table1 VALUES(4, four)GOCREATE
感謝?lee576?的分享精神,代碼如下:
USE tempdb go CREATE TABLE table1 ( id INT, employee VARCHAR(32) ) go INSERT INTO table1 VALUES(1, 'one') INSERT INTO table1 VALUES(2, 'two') INSERT INTO table1 VALUES(3, 'three') INSERT INTO table1 VALUES(4, 'four') GO CREATE TABLE table2 ( id INT IDENTITY(1,1), employee VARCHAR(32) ) GO --================================= -- 用OUTPUT把ID插入@MyTableVar --================================= DECLARE @MyTableVar TABLE ( id INT ) INSERT INTO table2 (employee) OUTPUT INSERTED.id INTO @MyTableVar SELECT employee FROM table1 --================================= -- 查詢@MyTableVar --================================= SELECT * FROM @MyTableVar --DROP TABLE table1,table2

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??











???? ??? ??? ????. MDF ??? SQL Server? ??? ????(????? C:\Program Files\Microsoft SQL Server\MSSQL\DATA)? ?????. SSMS(SQL Server Management Studio)?? ??????? ?? ??? ?????. ?? ??? ???? MDF ??? ?????. ?????? ??? ???? ?? ??? ?????.

SQL Server ??????? ?? ???? ??? ??? ?? ??? ?? ?? ??? ???? ???. ?? ??(???, ?, ?? ????)? ?????. IF NOT EXISTS? ???? ??? ?? ?? ?? ??? ??? ? ????. ??? ???? ?? ?? ?? ??? ????? ??? ?????. ?? ??? ????? DROP? ?????. ?????. ??? ?????. ????? ??? ?? ??? ?? ??? ??? ????? ??? ?? ??? ?????.

???? ??? ?? SQL Server? ?? ??? ? ?? ??? ?? ??? ?? ??? ? ????. ?? ? ????? ??? ???? ????, SQL Server ?? ? ?? ??? ????, Windows ??? ??? ????, ???? ?? ?????. ; SQL Server? ?? ?????.

??? SQL Server ??????? ??? ?? ?? ??? ???? ??? ? ????. ?????? ?? ??, ?????? ?? ??, ???? ??, DBCC CHECKDB ?? ?? ??. ??? ??? ????? ??????? ????? ???? ???? ??? ???????.

SQL Server ?? ??? ??? SSMS? ?? ??? ?????. ?? ????? ?? ??? ?? ??? ??? ??? ???? ??? ?????. ?? ??? TCP ?? ??? ?????.

SQL Server ?????? ??? ????? ?? ?? ??? ?????. Windows: C:\Program Files\Microsoft SQL Server\MSSQL\DATALinux: /var/opt/mssql/data ?????? ?? ??? ???? ?????? ?? ??? ??? ??? ? ????. ??.

SQL Server ???? ???? ?? ?? ???? ? ? ?? ??? ??? ????. ?? ??? ???? ?? ??? ?????. ??? ??? ???? ??? ? ?? ??? ??? ?????. ??? ???? ?? ??? ?????. ???? ?? ?????? ???????. SQL Server ??? ?????. ??? ???? ??? SQL Server? ?? ??????.

?? ??? ?? SQL Server ?? ??? ???? ??? ? ????. SQL Server ???? ????, ???? ??? ????, ?? ????? ?? ?????.
