Viewing 15 posts - 1,036 through 1,050 (of 1,114 total)
Thanks Gila and Jeff:)
Basically why i am asking some known and some available in books online is, They will explain with some good example, I agreed , but If i...
November 9, 2007 at 2:46 am
I am asking about DBO level securities.
November 9, 2007 at 2:32 am
Jeff,
It gives us every row in the first table, joined with every row in the second table.
say for example,we have two tables called TableA and TableB.
Table A
A
B
Table B
C
D
Cartesian Product...
November 9, 2007 at 2:21 am
Gila,
Suppose if i have a big table how should i avoid <> operator ?
November 7, 2007 at 12:59 am
I am using sql2000. Both gave me the same output.
November 7, 2007 at 12:56 am
Ok Joe, I agreed your point.
My question is is there any techincal difference between client cursor and server cursor ?
If yes , how to write server side cursor ? do...
November 7, 2007 at 12:52 am
Please try to understand my question !
My Question is:
I have two tables called Table A and Table B.
Table A -> primary key is created by using sp_primarykey TableA,Eno
Table B ->...
November 7, 2007 at 12:48 am
Thanks Joe ! :)Suppose if anybody asked the above question then i will say 'No' confidently.
November 7, 2007 at 12:46 am
Thanks Jeff and Matt !:) Now I am very clear about WrokTable and TempTable 😎
November 7, 2007 at 12:43 am
Jeff,
Before executing this code blindly , can you explain me the following sql query ?
-------------------------------------------
SELECT TOP 1000000 RowNum ...
November 7, 2007 at 12:39 am
November 6, 2007 at 3:10 am
Can you give me the description about p.s & p.p.s ?
November 6, 2007 at 2:58 am
Viewing 15 posts - 1,036 through 1,050 (of 1,114 total)