Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top MS SQL Server Solutions: 1751 - 1755 of 1755
 
Hi Experts, My question to you is I have a table called tblUser with fields (Id, Email, Name) with duplicates in the table on the email field. What is the best query to use to find out the ...
Hi All, I have the following select query and my results seem to reflect where I am leaving out the SER.TYPE and SER.STATUSID but it seems to be ignoring the fact that I need to only return...
I have a Products table in the old database. I need to copy some fields (but not all)  to the Products table in the new database. I'm using SQL Server 2005. How can I do this?
DELETE FROM test1 t1, test2 t2 WHERE     t1.custid = t2.custid AND t1.custid = 1 Executing the following statement, I get syntax error  "Incorrect syntax near t1"
I am running SBS 2008 and recently installed SQL Server Express 2005 in an effort to begin teaching myself web development.  Using the club site starter kit as a primer, I ran into a snag with...