Viewing 3 posts - 1 through 3 (of 3 total)
Can't connect with any of the above - have tried Query Analyzer, Enterprise Manager, ODBC DSN, and System.Data.SqlClient.
Named Pipes and TCP/IP are both enabled.
May 25, 2007 at 12:18 pm
#709061
Great explanation of CTE's, thanks!
March 9, 2007 at 10:01 am
#694133
I was only using the 'select count' as an illustration - the actual query is:
SELECT A.*, B.COL1, B.COL2, C.COL1, C.COL2
FROM
TABLE1 A JOIN TABLE2 B ON A.ID = B.ID
JOIN TABLE3...
January 4, 2007 at 2:12 pm
#681333