USE [DPA_2008]
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author: Name
-- Create date:
-- Description:
-- =============================================
BEGIN
select * from DW13_doc_th_data
END
GO