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




DevelopmentNow Blog