Viewing 15 posts - 76 through 90 (of 141 total)
hi
let me tell u clearly the manager siva only get commison
when the member levelnumber is 1 if...
June 25, 2012 at 4:06 am
this is code which was made
DECLARE @tblMembersRelation TABLE (
[MembersRelationID] [int] IDENTITY(1,1) NOT NULL,
...
June 21, 2012 at 9:51 am
sorry lynn still now my problem was not get over i solved 75 % i unable complete level state ...
June 21, 2012 at 8:29 am
the problem was solved by myself itself
June 21, 2012 at 5:17 am
jeff i tried this to divide level but i am not getting Memcountonthatday properly and if i place @memberid =8
also it was showing...
June 19, 2012 at 8:17 am
yes u are correct jeff now only i just watched thats
for level i just made the table like this
i am not getting the level ...
June 19, 2012 at 3:43 am
plz tell me how i can change assign value o during Sunday and Tuesday with out assigning value as 50 or 100
how...
June 18, 2012 at 1:56 pm
this is also function providing same result
June 18, 2012 at 1:05 pm
create function dbo.generateDates(@startdate date, @enddate date)
returns @dates table(dates date)
as
begin
while @startdate<@enddate
begin
...
June 18, 2012 at 12:14 pm
thanks Lynn Pettis ; makes the difference
June 11, 2012 at 1:53 pm
AND ALSO TELL ME IF I ADD ANOTHER COLUMN AS VAR CHAR (10) DATATYPE
CREATE TABLE [dbo].[tblPlotInfo](
[ProjectId] [int] IDENTITY(1,1) NOT NULL,
[PtId] VARCHAR(10) NOT NULL,
[DimensionA] [decimal](4,...
June 11, 2012 at 1:27 pm
THIS IS THE TABLE
CREATE TABLE [dbo].[tblPlotInfo](
[ProjectId] [int] IDENTITY(1,1) NOT NULL,
[DimensionA] [decimal](4, 2) NOT NULL,
[DimensionB] [decimal]((18, 4)) NOT NULL,
[DimensionC] [decimal](4, 4)) NOT NULL,
[DimensionD] [decimal](4, 2) NOT NULL,
[ActualPrice] [decimal](18, 2) NULL
)
INSERT...
June 11, 2012 at 1:08 pm
i used a cross apply function before where condition in the select query
after cross apply function
and i want to check whether...
May 28, 2012 at 4:06 am
hi SQL Kiwi
thanks a lot i didn't
use except still now thanks a lot for ur job ...
May 24, 2012 at 12:28 am
CREATE TRIGGER AfterInserttb1
ON tb1
AFTER INSERT
AS
BEGIN
SET NOCOUNT ON;
...
May 24, 2012 at 12:15 am
Viewing 15 posts - 76 through 90 (of 141 total)