Archived Months
January 2003
March 2003
April 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
April 2008
all groups > sql server programming > october 2007 > threads for sunday october 21

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

What is the meaning of this Select Statement
Posted by hon123456 at 10/21/2007 7:54:01 PM
Dear All, I have a select statement as follows: select * from tableA tableB where TableA.field1 = "test" I do not understand Where is the meaning of TableA TableB . There is no comma between TableA and Table B. I guess it may be some kind of Su...more >>


query performance
Posted by Raan at 10/21/2007 7:26:35 PM
Hi All i have one query i have information about some people , these people have mulitple addresses(2-4) and multiiple phone numbers(3-10). I have created table like following people_table peopleid , name , age , profession , sex Address_table address_Id,peopleid , address ...more >>

pROBLEM UPDATE..........
Posted by Bpk. Adi Wira Kusuma at 10/21/2007 3:26:46 AM
UPDATE TTEMP_BC SET FDDATE=B.FDDATE FROM TTEMP_BC A INNER JOIN TABSENSI_M B ON A.IDABSEN = B.IDREC go I execute the statement, But why will it cause any records in TTEMP_BC is deleted? Can u give me the reasons?? thx ...more >>

Transaction and locking rows
Posted by Amy L. at 10/21/2007 2:01:31 AM
I have a program that needs to manipulate multiple rows which all share the same value in a particular column. It will run approximately 3 queries on a single table and based on those queries it will update various values in the row. My question is if I put all three of these queries and t...more >>

newbie: I have problem with OUTER JOIN
Posted by R.A.M. at 10/21/2007 12:00:00 AM
Hello, Please help in the following problem: I have three tables: Stores (with StoreId as PK), Categories (with CategoryId as PK) and CategoriesOnStock (with StoreId+CategoryId as PK). I would like to select all such combinations of Stores and Categories that contain values (of columns: MinLe...more >>



DevelopmentNow Blog