all groups > sql server programming > april 2006 > threads for saturday april 15
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
how to write a stored procedure that adds a record to a table and returns the value of the ID Column
Posted by keithb at 4/15/2006 9:24:53 PM
Please help. I need to write a stored procedure that adds a record to a
table and returns the value of the ID Column.
Thanks,
Keith
... more >>
Help: select DATEDIFF(day,date1,getDate())/DATEDIFF(day,date1,date2) as r_ratio from test;
Posted by zxo102 at 4/15/2006 8:42:22 PM
Hi everyone,
I need your help. I have a simple query against the table: test in
SQL server
select DATEDIFF(day,date1,getDate())/DATEDIFF(day,date1,date2) as
r_ratio from test;
where date1 and date2 are the two fields (datetime). Also date2 >
getDate() > date1.
This query retu... more >>
See, THIS is why we give the views to the users
Posted by Mike Labosh at 4/15/2006 6:53:01 PM
...and bit the tables directly. Let everyone learn from this. Those of you
that already know, can at least use this article to educate your peers /
users:
http://www.cnn.com/2006/US/04/15/student.id.ap/index.html
--
Peace & happy computing,
Mike Labosh, MCSD MCT
Owner, vbSensei... more >>
DTS Append Records
Posted by scott at 4/15/2006 2:02:27 PM
I created and saved a DTS package that appends the records from an access
table into a SQL table. Each time I run the DTS package, SQL appends all
records from the access table, leaving duplicate records.
How can I change a DTS package to just import/append only new records from
the access ... more >>
Odd SQL Performance problem
Posted by Alan Samet at 4/15/2006 11:53:16 AM
I can't post DDL for this, but perhaps some of you may have experience
with this and will know what's happening.
I have the following problem:
INSERT TableName
SELECT * FROM ViewName
ViewName is a view that returns about 500,000 rows. TableName is a
materialized, cached representation of... more >>
Finding the break in sequence
Posted by Ghulam Farid at 4/15/2006 6:57:46 AM
Hi
I have a list of sequence no store agaist a certain data and the
sequence no is look like this
1-06-0001
1-06-0002
1-06-0003
..
..
..
..
1-06-1200
..
..
n sequence no
what i want to find out the missing sequence no e.g some sequence nos
are missing e.g 1-06-0100 and 1-06-0239 ... more >>
connectivity
Posted by chaluvadi specialists at 4/15/2006 6:26:30 AM
dears,
I've installed one sql server instance .
It is connecting through Named pipes only
Through TCP/IP its not connecting.
Only the default instance in the machine is connecting through all
protocols
Why is it like that ?
Please help me...
... more >>
How to make KEYWORD uppercase?
Posted by Frank Lee at 4/15/2006 12:00:00 AM
How to make KEYWORD uppercase in Management Studio?
Thanks.
--Frank
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|