Viewing 15 posts - 556 through 570 (of 660 total)
WHat I need is...
alter Procedure [dbo].[getlist]
as
begin
select distinct
O.empid,
Case O.empid when...
June 12, 2007 at 7:09 am
For the same store proc how can I display 'Yes' for column O.empid , if the following query has any rows
SELECT
ih.
June 11, 2007 at 1:55 pm
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?
May 31, 2007 at 8:05 am
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...
May 30, 2007 at 12:10 pm
so do i need to create nearly 100 identical tables to audit them.
May 29, 2007 at 1:23 pm
I dont have any type of dedicated networks as of now, can FTP work for this job. and how about VPN?
April 27, 2007 at 8:40 am
There is no difference.
When I exec my SP it expects those output parameters, y?
August 10, 2006 at 12:31 pm
yeah i did even that..but same problem again.
not getting any syntax error but cudnt process the flow
July 25, 2006 at 1:57 pm
getting error
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near '+'.
July 25, 2006 at 1:45 pm
Viewing 15 posts - 556 through 570 (of 660 total)