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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|