Viewing 15 posts - 886 through 900 (of 1,114 total)
Yes,Local variables can store single value at a time.But just for example i explained to him how inserted table get affected within a trigger.
January 3, 2008 at 4:33 am
Create Table Emp
(
Eno int,
age Int
)
Create Clustered index id1 on Emp(Eno)
or you can use Alter Table statement to create clustered index.
Anyway come to the point.
Now you have a insert trigger on...
January 3, 2008 at 3:47 am
Grant,
A littel late here.Sorry!.They are all looking in different part of INDIA.
Thanks for your interest.
January 3, 2008 at 3:14 am
Thanks Jeff. I didn't check it. I will check it and get back to you.
January 2, 2008 at 2:27 am
Thanks Gila and Jeff.
From our discussion,The following points should be kept in mind when we use NULL.
1. We should avoid comparison of NULL with relational operator.
i.e...
January 2, 2008 at 2:09 am
I am having 1400000(Normaly we say it as 14 Lakhs Records)records in a table. Now i want to create Sequnece number for these records.
January 2, 2008 at 12:54 am
Sorry,if my question confused you.I asked about the below formula.
My math may be really rusty, but I don't understand how this formula works.
Future usage = current usage x (1 +...
January 2, 2008 at 12:47 am
This year should bring all success and improvement to this site.
WISH YOU ALL A HAPPY & PROSPEROUS NEW YEAR.:)
December 31, 2007 at 6:00 am
he has 6 years of IT experience. He did very well. Eventhough he did not selected.
December 31, 2007 at 5:54 am
Is there any on-line training centre available ?
December 31, 2007 at 5:49 am
Slowly i started to think SetBased logic.
I have read some posts and articles regarding Setbased and RBAR logic in this site very Recently.
In future,I never use while loop to generate...
December 31, 2007 at 5:06 am
Viewing 15 posts - 886 through 900 (of 1,114 total)