Group: microsoft.public.sqlserver.xml · Group Profile · Search for Departmentid in microsoft.public.sqlserver.xml
Author: Michael Rys [MSFT]
Date: May 20, 2007 17:17
...NULL, NULL, NULL /*ExternalProducts*/ , ProductID , ISNULL(OuterBarcode, '') , DepartmentID , SubDepartmentID , VatCode , '' , ISNULL(CAST(DiscontinuedDate as nvarchar(..." , ( select ISNULL(OuterBarcode, '') as "@OuterBarcode" , DepartmentID as "@Department" , SubDepartmentID as "@SubDepartment" , ...
|