Dependencies for SQL inline table-valued function: Util.dbo.ParseBitMask

ReferencingFQN ReferencingType ReferencedFQN ReferencedType Depth RedHierarchy
Util.dbo.ParseBitMask SQL inline table-valued function Util.dbo.ParseBitMask_CLR Assembly (CLR) table-valued function 1 [Util].[dbo].[ParseBitMask_CLR]
Util.dbo.ParseBitMask_CLR Assembly (CLR) table-valued function Util.UtilClr ASSEMBLY 2 [Util].[dbo].[ParseBitMask_CLR], [Util].[UtilClr]

SQL inline table-valued function: Util.dbo.ParseBitMask

CREATE FUNCTION [dbo].[ParseBitMask](@bitmask VARBINARY(128))
RETURNS TABLE
AS
RETURN
SELECT
    ColumnPosition
FROM [dbo].[ParseBitMask_CLR](@bitmask)
WHERE @bitmask IS NOT NULL

Description for SQL inline table-valued function: Util.dbo.ParseBitMask

Todo
Site Map | Printable View | © 2008 - 2012 NuRoN Consulting, INC | Powered by mojoPortal | HTML 5 | CSS | Original design by Andreas Viklund
Share This Using Popular Bookmarking Services