Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Other SQL Server Topics / June 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
AdventureWorks sample database [sql server 2005]30 Jun 2007 23:51 GMT4
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 -> Rows30 Jun 2007 03:10 GMT3
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 VB629 Jun 2007 22:36 GMT1
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 Trigger29 Jun 2007 22:29 GMT2
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 SQL29 Jun 2007 22:27 GMT3
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 table29 Jun 2007 22:14 GMT5
How do I import data from CSV file (source.csv) to my MSSQL table
(dbo.target)?
Kindly advise.
Thanks
question about a query29 Jun 2007 14:00 GMT3
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 tables29 Jun 2007 12:13 GMT1
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 comparison29 Jun 2007 10:04 GMT5
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 date29 Jun 2007 10:00 GMT2
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 QUESTION28 Jun 2007 22:31 GMT1
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 FROM28 Jun 2007 22:12 GMT10
I have this piece of SQL code:
UPDATE a
SET Field1 = c.Field1
FROM a
Is Not Null and Query Optimization28 Jun 2007 21:35 GMT3
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 value28 Jun 2007 20:31 GMT3
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 GMT1
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
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 May, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.