sqlserver 各類判斷是否存在(表名、函數、存儲過程.......)

  庫是否存在 if exists(select * from master..sysdatabases where name=N'庫名') print 'exists' else print 'not exists' --------------- -- 判斷要建立的表名是否存在 if exists (select * from dbo.sysobjects where id = object_
相關文章
相關標籤/搜索