safari7391
Programmer
SQL Server 2000
Enterprise Manager
DTS Package - Import
How to get the previous day of data from the SQL Statement? I would like use the [row_date] as my date range.
CREATE TABLE [SUP_EXC_Portal].[s53f].[dagent] (
[row_date] smalldatetime NULL,
[acd] smallint NULL,
[split] smallint NULL,
[extension] char (7) NULL,
[logid] char (10) NULL,
[loc_id] smallint NULL,
[ti_stafftime] int NULL,
[ti_auxtime] int NULL,
[acdcalls] smallint NULL,
[acdtime] int NULL,
[acwtime] int NULL,
)
Enterprise Manager
DTS Package - Import
How to get the previous day of data from the SQL Statement? I would like use the [row_date] as my date range.
CREATE TABLE [SUP_EXC_Portal].[s53f].[dagent] (
[row_date] smalldatetime NULL,
[acd] smallint NULL,
[split] smallint NULL,
[extension] char (7) NULL,
[logid] char (10) NULL,
[loc_id] smallint NULL,
[ti_stafftime] int NULL,
[ti_auxtime] int NULL,
[acdcalls] smallint NULL,
[acdtime] int NULL,
[acwtime] int NULL,
)