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 >>
|