SELECT 
    [vJobReportForUser].[idx] AS [idx], 
    [vJobReportForUser].[pdate] AS [pdate], 
    [vJobReportForUser].[gcode] AS [gcode], 
    [vJobReportForUser].[id] AS [id], 
    [vJobReportForUser].[name] AS [name], 
    [vJobReportForUser].[process] AS [process], 
    [vJobReportForUser].[type] AS [type], 
    [vJobReportForUser].[svalue] AS [svalue], 
    [vJobReportForUser].[hrs] AS [hrs], 
    [vJobReportForUser].[ot] AS [ot], 
    [vJobReportForUser].[requestpart] AS [requestpart], 
    [vJobReportForUser].[package] AS [package], 
    [vJobReportForUser].[userProcess] AS [userProcess], 
    [vJobReportForUser].[status] AS [status], 
    [vJobReportForUser].[projectName] AS [projectName], 
    [vJobReportForUser].[description] AS [description], 
    [vJobReportForUser].[ww] AS [ww]
    FROM [dbo].[vJobReportForUser] AS [vJobReportForUser]