Viewing 15 posts - 1 through 15 (of 18 total)
I find it mildly ironic that you posted no new ideas or code
Hello Paul,
When there is no idea about the solution to the given problem i consider it right...
July 30, 2009 at 6:01 am
Hi Grant..
Thanks a lot buddy and thanx to those who got involved in this discussion...
Thanks,
Amit
July 30, 2009 at 5:41 am
Hi Gail
It was nice of you to correct me with the proper explaination...
Appreciated.
Thanks,
Amit
July 30, 2009 at 4:54 am
Hi Pat,
may this can be useful....
Create proc GetResult(
@p1 int = null,
@p2 int = null)
As
Begin
if @p1 is null and @p2 is null
begin
select * from temp
end
else if @p1 is...
July 30, 2009 at 4:43 am
The only conclusion to all this discussion is that Strored Procedures should be used to call functions...
And in no way your desired result is far.....
Thanks,
Amit
July 30, 2009 at 3:17 am
Allen really gave a very precise and to the point solution.
But Newbie as u seem to be new this can be helpful to you to certain extent.....
Delete from dbo.tblAlarmMaster
where intFactoryID...
July 30, 2009 at 12:58 am
Your suggestions are always welcomed
July 29, 2009 at 9:17 pm
Hi Grant,
As admitted by you its the hard way, so this is not preferrable and also it can result in loss of data....
Thanks,
Amit
July 29, 2009 at 9:17 pm
Hi Gail,
I do agree with you that it completly depends on the scenerio of what are u standing in. With my comment to "Both work equally fast" i meant with...
July 29, 2009 at 9:15 pm
Thanx for your instant reply buddy,
I dont have any problem with sp_rename syntax,
bt i would like to know for the sake of my knowledge, if there is any other...
July 29, 2009 at 6:29 am
Thnx for that, even i had the same question....
Thanks,
Amit
July 29, 2009 at 6:06 am
Hi Coby,
I agree with what chirag says, may be u need to check whether the case sensitivity is the reason for ur misinterpretation (if any).
If its not so and condition...
July 29, 2009 at 4:19 am
Hi gyessql,
Basically two or more tables should be joined only if the collective information from both the tables or on the basis of the criteria that involves fields from the...
July 29, 2009 at 3:49 am
Hi KB,
Performance of Count(*) and Count(ID) completly depends on the records table has.
Both work equally fast, just that Count(ID) will evaluate the result considering the IDs whether or not...
July 29, 2009 at 3:40 am
I think this hard code insertion wont do if something like dynamic columns are to be retrieved... There must be some other effecient way to acheive the same...
Can you suggest...
July 13, 2009 at 6:19 am
Viewing 15 posts - 1 through 15 (of 18 total)