Activity overview
Latest activity by Joe26
I will add to this... I pre-ordered on Jul 28th with a suggested delivery date of September.
I understand software delivery dates slip, but not updating your customers who have already paid is unacceptable. / comments
I will add to this... I pre-ordered on Jul 28th with a suggested delivery date of September.
I understand software delivery dates slip, but not updating your customers who have already paid is unac...
Table aliases work for me. Looks like you have a syntax error in your SQL.
Remove the comma from the line that starts with FROM and try again.
I have found the SQL Prompt does not work if there is a syntax error anywhere in the statement. / comments
Table aliases work for me. Looks like you have a syntax error in your SQL.
Remove the comma from the line that starts with FROM and try again.
I have found the SQL Prompt does not work if there is...
SQL Server 2005 Synonymns
I have found that if use synonyms for tables in SQL 2005 I do not get the intellisense for columns. I typically use these for cross database queries.
Example:
USE Northwind
Create Synonym synAutho...