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 > september 2005 > threads for sunday september 18

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

Cursor in MS Yukon / SQL 2005.
Posted by hitendra15 NO[at]SPAM gmail.com at 9/18/2005 11:40:48 PM
Is Cursor Included in Yukon/SQL 2005. or any alternet solution for that? ...more >>


While statement help
Posted by Tango at 9/18/2005 11:12:02 PM
Hi There I am trying to insert some records into a database for budgeting purposes. A record needs to be inserted for each week. My query so far looks like this while [date] between '2005-09-05 00:00:00' and '2006-07-01 00:00:00' begin insert into dbo.tbl_budgets ([Date], entity, entity_type,...more >>

Advantages of Table variables over Temp tables
Posted by balacr NO[at]SPAM gmail.com at 9/18/2005 11:06:07 PM
What are the advantages of using a table type variables over a temporary table. Isn't the data stored in the temp db in the case of table type variables? if not, where is the data stored? ...more >>

week of financial year
Posted by Tango at 9/18/2005 10:22:01 PM
hi there is it possible to provide the week of a financial year. ie week 1 would be first week of july thanks todd...more >>

Another 101 question
Posted by DazedAndConfused at 9/18/2005 1:21:45 PM
With a plain select if no rows are returned then the row count is 0, but with a select that assigns to a variable you will get a rowcount of one even though no actual row was found. I am guessing that is because of assigning to a variable SQL will return an empty result set, which is a result ...more >>

Floating Point Numbers in BCP File
Posted by Joe Delphi at 9/18/2005 12:46:14 PM
Hi, I am BCPing in a tab-delimited text file and I am getting this error message: Starting copy... SQLState = 22005, NativeError = 0 Error = [Microsoft][ODBC SQL Server Driver]Invalid character value for cast specification The text file records look like below: 200509 67195 M12AB...more >>

Unexpected EOF Message
Posted by Joe Delphi at 9/18/2005 12:00:18 PM
Hi, I am attempting to bulk copy some comma-delimited files into my database and I am getting this error message on all of them: Starting copy... SQLState = S1000, NativeError = 0 Error = [Microsoft][ODBC SQL Server Driver]Unexpected EOF encountered in BCP data-file 0 rows copied. ...more >>

Replace the First Character
Posted by msnews at 9/18/2005 2:22:26 AM
Hi All, My query is Select ID, ProdName from Product I would like to replace the first character from ProdName (in every row) with *. Please let me know how to do it. Thanks. ...more >>



system tables and return parameters for procedures and functions
Posted by at 9/18/2005 12:00:00 AM
how do query the system tables to get a list of all return types for all procedures and functions? ...more >>

Is it true??????????
Posted by Bpk. Adi Wira Kusuma at 9/18/2005 12:00:00 AM
Is it true, If I've made relationship, so I dont need to make index for field who has related? ...more >>


DevelopmentNow Blog