Forum Replies Created

Viewing 15 posts - 556 through 570 (of 660 total)

  • RE: store proc

    WHat I need is...

     

    alter Procedure [dbo].[getlist]

    as

    begin

    select distinct

    O.empid,

    Case O.empid when...

  • RE: store proc

    For the same store proc how can I display 'Yes' for column O.empid , if the following query has any rows

    SELECT

    ih.

  • RE: How to save my deleted data?

    when i use suser_sname() am getting the application user name which is a role for application, i need the end users name who performs the delete/update?

  • RE: How to save my deleted data?

    so when am trying to keep track of changes on the tables, I want to know

    deleted row, when updated, who updated. from these 3 I can find the 1st 2...

  • RE: How to save my deleted data?

    so do i need to create nearly 100 identical tables to audit them.

  • RE: Cascade

    empid is a PK in parent table and FK in child table.

  • RE: Delete

    Ok..I think I ahve to use CASCADE option on delete

  • RE: Select

    pls check the update in my store proc

  • RE: back up and restore

    I dont have any type of dedicated networks as of now, can FTP work for this job. and how about VPN?

  • RE: move & rename file from SP

    still am geting error at ' + '

  • RE: parameters

    Any Help

  • RE: parameters

    There is no difference.

    When I exec my SP it expects those output parameters, y?

  • RE: raise error

    Thanks a lot..Finally I got it done.

  • RE: raise error

    yeah i did even that..but same problem again.

    not getting any syntax error but cudnt process the flow

  • RE: raise error

    getting error

    Server: Msg 170, Level 15, State 1, Line 1

    Line 1: Incorrect syntax near '+'.

Viewing 15 posts - 556 through 570 (of 660 total)