| Thread | Last Post | Replies |
|
| AdventureWorks sample database [sql server 2005] | 30 Jun 2007 23:51 GMT | 4 |
Can someone point me to the download location of the Storefront sample for the Adventure Works Cycles sample database in SQL Server 2005. The online documentation refers me to http://go.microsoft.com/fwlink/?linkid=42219, but I was not able to find the
|
| Mismatch between Count(*) and Properties -> Rows | 30 Jun 2007 03:10 GMT | 3 |
I have a client who has reported a discrepancy in their database. In their test database a certain report returns 5,333 rows, but in the production database it returns 5, 332 rows. I'll get to the bottom of it in due course, but I came across an
|
| Connecting to SQL 2005 using VB6 | 29 Jun 2007 22:36 GMT | 1 |
Is there some reference material that shows how to connect to a SQL 2005 DB using Visual Basic 6? Any help is appreciated.
|
| Mass Update on Table with Trigger | 29 Jun 2007 22:29 GMT | 2 |
I need to update a field in about 20 records on a table. The table has an update trigger (which updates the [lastedited] field whenever a record is updated). As a result I'm getting an error: "Subquery returned more than 1 value.", and the update fails.
|
| XML INTO SQL | 29 Jun 2007 22:27 GMT | 3 |
I need to open a newly created xml doc (in the same format) each time a new one is sent to our web service. I would like to use a stored procedure and call to it the problem is I keep getting a XML parsing error: Invalid at the top level of the document.
|
| Import CSV file to SQL table | 29 Jun 2007 22:14 GMT | 5 |
How do I import data from CSV file (source.csv) to my MSSQL table (dbo.target)? Kindly advise. Thanks
|
| question about a query | 29 Jun 2007 14:00 GMT | 3 |
I've written this query: select distinct topics, questions, answer from topics AS A, QuesNans AS B where A.topicid = B.topicid
|
| Scope in derived tables | 29 Jun 2007 12:13 GMT | 1 |
This is kind of what I'm trying to do in my MS SQL 2000 query. Should I be able to reference s1.col1 inside the 2nd derived table? I'm getting 'Invalid column name col1' and it's coming from the 2nd derived table (I've commented out other refs to just it to check).
|
| problem in date comparison | 29 Jun 2007 10:04 GMT | 5 |
I have a problem in this query: select order from ordertable where orderdate >= '06/20/2007' and orderdate < '06/21/2007' this query do not return any record
|
| problem about comparing date | 29 Jun 2007 10:00 GMT | 2 |
I have a problem in this query: select order from ordertable where orderdate >= '06/20/2007' and orderdate < '06/20/2007' this query do not return any record
|
| SELECT QUESTION | 28 Jun 2007 22:31 GMT | 1 |
Here is my problem: I have two tables. Table1 contains two fields. Field1 contains names of job types (Accountant,Doctor,etc.) Field2 contains the number of cases to select from Table2 for each job type.
|
| Strange performance issue with UPDATE FROM | 28 Jun 2007 22:12 GMT | 10 |
I have this piece of SQL code: UPDATE a SET Field1 = c.Field1 FROM a
|
| Is Not Null and Query Optimization | 28 Jun 2007 21:35 GMT | 3 |
How does the phrase "Is Not Null" in the where clause effect the effectiveness of a query? If it is a determent to the effectiveness of the query, how do you work around it?
|
| Forcing an IDENTITY column to have a certain value | 28 Jun 2007 20:31 GMT | 3 |
All, Is there any way to _set_ an IDENTITY column to have a certain value so as to create a gap in the set of identity values on purpose? All I've found is SET IDENTITY_INSERT.
|
| SQL problem... | 28 Jun 2007 19:56 GMT | 1 |
I'm an Access/SQL novice and I have an sql problem: I have the following table Price: FuelID PriceDate Price LPG 1/05/2007 0,2
|