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 > june 2006 > threads for saturday june 3

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

question on Transactions and Commit
Posted by THOMAS CONLON at 6/3/2006 7:49:27 PM
If you start a transaction with BEGIN TRAN and then, for some reason this is interrupted and not recovered from (in other words, no ROLLBACK or no COMMIT), what happens? Is there a time after which this will timeout? If so, where is it set and what is the deafault? I have a situation wher...more >>


MS SQL 2000 - SQL Select with XPATH Where Clause
Posted by Bryan at 6/3/2006 4:56:02 PM
In MS SQL Server 2000, is there an easy way to use an XPATH statement in a WHERE clause? I have a table with a TEXT column that contains XML. I would like to query this table and select any rows where the XML data field meets my XPATH criteria. I'm attempting to avoid using cursors and ...more >>

Another SQL Query!
Posted by simon.stockton NO[at]SPAM baesystems.com at 6/3/2006 4:04:37 PM
Dear All, I have two tables in my database, part of a tennis league results and fixtures website I am putting together. Results id fixture_id home_team_rubbers away_team_rubbers 1 229 2 2 2 253 2 ...more >>

Inserting a new row through management studio express: newline problem
Posted by NightRaVeR at 6/3/2006 9:38:12 AM
Hi, I have been developing a new website, and untill the management part is completely finished, I'm entering some data through MS SQL Server Management studio express 2005. But, whilest in SQL 2000 Enterprise manager, I could give in a newline by pressing Ctrl + Enter, this is not working ...more >>

Update Access tables from T-SQL code
Posted by Mark Paulson at 6/3/2006 9:11:01 AM
Hi All, I need to copy some rows and update some columns in a few Access tables based on events happening in a SQL Server database. This is not a one-time event, it needs to be an ongoing "sync" of the two databases. We have both a SQL Server database (which is the primary database) and an ...more >>

Merging multiple rows into a single row.
Posted by Kevin Burton at 6/3/2006 8:46:01 AM
I have been doing some rearranging of some tables and I ran into a "legacy" stored procedure that I would like to keep the data set that it returns the same if possible. The stored procedure used what I will refer to as the 'OldTable'. There is a 'NewTable', along with Attributes and Attribute...more >>

SQL QUERY!
Posted by simon.stockton NO[at]SPAM baesystems.com at 6/3/2006 12:59:40 AM
Dear All, I have two tables in my database, part of a tennis league results and fixtures website I am putting together. Results id fixture_id home_team_rubbers away_team_rubbers 1 229 2 2 2 253 2 2 3 265 1 3 4 230 2 2 Fixtures Table id home_team_id away_team_id match_...more >>

How to store this string
Posted by Jonah Olsson at 6/3/2006 12:00:00 AM
Hello, I have string that I need to store in a database, but I don't know exactly how. These strings could look like this: A001111105110416352489 I parse the string through a RegEx looking like this: ^([A])(\d{3})([0|1]{3})([0|1])(\w*) A = Mode, must be A in this case 001 = Componen...more >>




DevelopmentNow Blog