摘要:
SP RETURN STATEMENTSSince the SP RETURN statement can’t return tables, character data, decimal numbers, and so on, it is normallyused only to return an int status or error code. This is a good c... 阅读全文
posted @ 2009-10-14 17:17
.net's
阅读(349)
评论(0)
推荐(0)
摘要:
BULK INSERT [HumanResources].[Shift] FROM '$(SqlSamplesSourceDataPath)AdventureWorks 2008 OLTP\Shift.csv'WITH ( CHECK_CONSTRAINTS, CODEPAGE='ACP', DATAFILETYPE='char', FIELDTERMINATOR='\t', ROWTERMINA... 阅读全文
posted @ 2009-10-14 09:28
.net's
阅读(393)
评论(0)
推荐(0)