| Thread | Last Post | Replies |
|
| loopback Linked server and openquery | 20 Dec 2007 23:04 GMT | 1 |
I have a loopback linked server in SQL2005 that uses openquery. When I run the statement using openquery, this query take 40 seconds. When I don't use the linked server, the query completes in 3 seconds. We have this same system in SQL2000 using the same openquery and linked ...
|
| Best way to Learn T-SQL Performance Tuning | 17 Dec 2007 03:29 GMT | 31 |
I want to learn how to get the most performance out of T-SQL code. essentially I want to learn to be able to rewrite T-SQL code to get better performance out of stored procedures. What would you recommend is the best AND fastest way to learn that? I am more interested in leaning ...
|
| Automation | 15 Dec 2007 18:12 GMT | 1 |
How can I import an xml file to SQL at the same time every night? I will need to create a new database first via the import after that I will be appending to the database. Then I need to xport the data into a difference xml file.
|
| Can anyone help with a waittype of 0x044 in sysprocesses | 05 Dec 2007 07:26 GMT | 3 |
I wonder if anyone can shed any light on the following as i just can't explain it. A user is running an update on a 500m+ row table setting a column value, computing its value from another column in the table. It's now
|
| when calling UPDATE from the result set of a SELECT statement, is the order in which rows from the SELECT statement 100% geronteed? | 01 Dec 2007 11:15 GMT | 1 |
when calling UPDATE from the result set of a SELECT statement, is the order in which rows from the SELECT statement 100% geronteed? tableA myid
|