Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Linked server error while calling UDF

    Hi

    I am try to do this buut I get the same error

    DECLARE @begin_time DATETIME, @end_time DATETIME, @begin_lsn BINARY(10), @end_lsn BINARY(10), @stsql as varchar(100);

    SELECT @begin_time = GETDATE()-1, @end_time = GETDATE();

    ...

Viewing post 1 (of 1 total)