Viewing 9 posts - 1 through 9 (of 9 total)
Thanks Eugene Elutin.
Eugene Elutin (3/7/2012)
Here we are:
I guess your setup should be changed to:
CREATE TABLE #ReportingToPerson
(
Staff_ID INT,
Staff_Name VARCHAR(50),
Reporting_To_ID INT,
Department_Head BIT
)
INSERT INTO #ReportingToPerson...
March 7, 2012 at 8:33 am
Hi Eugene Elutin,
I missed one more Column called Department_Head. If Department_Head means value will be "1" else "0". "Senthil", "Ramalingam" and "Kumaran" are different department level heads. "Karthik" is user...
March 7, 2012 at 6:48 am
Hi Eugene Elutin,
I want to find the approval level person id by passing current login person id. Form the above records "Kumaran", "Ramalingam" and "Senthil" are the approval person.
Approval Level:...
March 7, 2012 at 6:25 am
Hi,
Yes i need to get the return values from every table where the particular value in the UserID Column.
Thnks,
Senthil.
ChrisM@home (10/26/2010)
Senthil Varadharajan (10/26/2010)
Is it possible to find the single user map...
October 26, 2010 at 5:52 am
Hi Adiga,
I need to find the particular userid referenced to how many tables in the application.
Eg: If Login UserID = 1. I need to find the values used in how...
October 26, 2010 at 3:26 am
Hi Adiga,
AS per your reply i done the steps and i got the solution from local machine. When i tried in the server i got the following error.
Error:
-----
Msg 4305, Level...
October 25, 2010 at 12:58 am
Hi Dugi,
While running the update statement, missed to select the where condition. So i need to restore data using the transaction logs. Can i know the process to retrive it.
Thnks,
Senthil...
October 19, 2010 at 8:10 am
Hi GilaMonster,
Can you explain me how to restore from the transaction log.
Thnks,
Senthil Varadharajan
October 19, 2010 at 8:06 am
Hi Adiga,
Can you explain me how to restore from the transaction log.
Thnks,
Senthil Varadharajan
October 19, 2010 at 8:00 am
Viewing 9 posts - 1 through 9 (of 9 total)