摘要:
-- Set the database where the stored procedure is locatedUSE SecurityDataGO-- Drop older version if it existsIF OBJECTPROPERTY(OBJECT_ID(N'dbo.fn_SplitStringToTable'), N'IsTableFunction') = 1 DROP FUNCTION dbo.fn_SplitStringToTableGO-- Procedure: dbo.fn_SplitStringToTable-- Purpose: 阅读全文
posted @ 2012-08-29 14:32
Alex Tian
阅读(834)
评论(0)
推荐(0)
摘要:
C:\Users\atian1\AppData\Roaming\Microsoft\SQL Server Management Studio\11.0\Templates 阅读全文
posted @ 2012-08-29 10:31
Alex Tian
阅读(102)
评论(0)
推荐(0)