Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: UDF or stored procedure?

    the problem with UDF is that I can't use VOID as a return type (is it correct for T-SQL??), problem with stored procedure is that I can't call it in...

  • RE: Problem while Importing data into table

    Yes, these rows in my text file contain data, and data format is the same: YYYYMMDD. I tried to do this import operation with BULK INSERT, but obtained just the...

  • RE: Problem while Importing data into table

    No, so this is the exact problem:

    " when I open my table AR.dbo.InitTransactions, I see that NOT ALL values of the second field "TransactionDate" are inserted. I mean that...

Viewing 3 posts - 1 through 3 (of 3 total)