Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)

  • RE: stored procedure vs view

    Hi Karl,

    Thx for the answer...

    Ady

  • RE: Need a suggestion and solution

    No zubeyir...the syntax do not have a recursive...

    this is the syntax which i mean, maybe u will get the better picture:

    create view tso_cust_profile

    as

    select  a.memberid as accountid,

     a.srvlast, dbo.general_counter('m', a.srvlast, getdate())...

  • RE: Need a suggestion and solution

    No zubeyir...the syntax do not have a recursive...

    this is the syntax which i mean, maybe u will get the better picture:

    create view tso_cust_profile

    as

    select  a.memberid as accountid,

     a.srvlast, dbo.general_counter('m', a.srvlast, getdate())...

  • RE: Need a suggestion and solution

    No zubeyir...the syntax do not have a recursive...

    this is the syntax which i mean, maybe u will get the better picture:

    create view tso_cust_profile

    as

    select  a.memberid as accountid,

     a.srvlast, dbo.general_counter('m', a.srvlast, getdate())...

Viewing 4 posts - 16 through 19 (of 19 total)