Viewing 15 posts - 1,051 through 1,065 (of 1,114 total)
How your peoples are saying it will give different result ?
For example
Table A Table B
1 ...
November 6, 2007 at 2:55 am
I agreed all your experts answer. But in memory level where worktable will be stored ?
For example if i create # table then it will be stored in TempDatabase.
But if...
November 6, 2007 at 2:50 am
If we take any performance related article or document, definetely it highlight the below point ' don't use distinct keyword in your query.It decrease your performance'.
Thats why i posted this...
November 6, 2007 at 2:44 am
How to replace this <> operator in or sql query ?
But i dont want to use the below logic.
for example
select columnname from table name where salary <> 0
Alternate way...
November 6, 2007 at 2:40 am
so do we need to use the same structure for both the cursors ?
Stucture :
Declare cursor
Open cursor
fetch
close cursor
Deallocate cursor
am i correct ?
November 6, 2007 at 2:35 am
URL : http://msdn2.microsoft.com/en-us/library/aa215533(SQL.80).aspx
if you see the sqlserver6.X side from the table , you can see the below sentence
'Several system stored procedures were used for documenting keys'.
I am talking about documenting...
November 6, 2007 at 2:32 am
Just Update the Null columns as blank values
Update yourtablename
set add1 = ''
where add1 is null
Now execute your code, it should work
do You know why are you getting 'NULL' Values ?;)
November 5, 2007 at 6:30 am
Experts ! Kindly clarify my doubts
November 5, 2007 at 5:46 am
Thanks Vaidiyanathan.
November 1, 2007 at 1:40 am
I dont know dynamic index will only help to resolve the issue. do note down the
statistitics io & statistics time and check out the query plan too.
October 31, 2007 at 1:41 am
ken,
Can you just explain me the N.N part alone ?
Regards
Karthik
September 14, 2007 at 7:29 am
Sorry Ken ! your code is satisfying my need. Thanks a lot.
I am unable to understand your logic.Can you please explain me the logic ?
Regards
Karthik
September 13, 2007 at 8:38 am
Viewing 15 posts - 1,051 through 1,065 (of 1,114 total)