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 > january 2007 > threads for saturday january 27

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

Newbie needs help - Auto ID generator
Posted by Chamark via SQLMonster.com at 1/27/2007 8:55:16 PM
I am creating a SQL 2000 DB and need a self generating unique field ID that would be cousin to the way MC-Access has autonumber, in that it would increment automatically on insert. I have read enough in the threads not to use INDENITY because I can't update the record (which I need to be able to ...more >>


Order Not receive
Posted by qjlee at 1/27/2007 7:00:00 PM
Every week, I receive one order from each of my three clients. When the order is received, the Client Name (ClientName) and order month (OrderMonth) and receive date (Recdate) entered into a table called A. Client information is stored in Table B, ClientName (Name of the client) amd ClientA...more >>

Help with modfifying date
Posted by Sam Commar at 1/27/2007 6:04:50 PM
I have a table called accthist. This table has the 2 following values in Coloum Ledgerid -Actual and Budget. I want to populate the user1 field in all accthist records with ledger id Budget with data from user1 field in accthist table where the ledgerid is Actual. The common columns that...more >>

SELECT statement that sends query results to a file in SQL Server
Posted by jlewis at 1/27/2007 2:04:01 PM
Is there a SELECT statement that sends query results to a file in SQL Server Mgt, rather than having it just go to the results window? Thank you!...more >>

Any differences between PATINDEX and LIKE ?
Posted by cpchan at 1/27/2007 1:37:22 PM
Dear all, Can anybody tell me are there any differences between PATINDEX and LIKE ? Will LIKE be faded out in SQL Server 2005 ? ...more >>

Sub Query
Posted by Skip at 1/27/2007 12:02:40 PM
Hi All, I am using the following subquery that works well. But I need to add a field to the result that is in the NC_Programs table. How do I do that? select PROGRAM_ID,BLOCK_LINE_NO,PROG_LINE_NO,NC_CODE,HOLE_NAME,NCBLOCK_STATUS, NCBLOCK_STATUS_DT,ERROR_INF FROM nc_block_data where pro...more >>

select problem
Posted by Patrick F at 1/27/2007 12:37:01 AM
Hello I have a small problem with my select statement, before i explain, here are the tables i use: --forum_board-- id .... --forum_topic-- id boardid .... --forum_answer-- id topicid answer nvarchar ...... --forum_moderator-- username boardid .... --forum_report-- use...more >>



DevelopmentNow Blog