Viewing 8 posts - 61 through 68 (of 68 total)
Hey knowitall, your version did the trick. The code I posted was the SQL view of a query I had in Access. I do have a question about...
January 23, 2012 at 12:38 pm
I've made some changes, but I am still getting the errors highlighted in red
SELECT DISTINCT [server01/prod01].[ctsreports].rpt.tbloraclecustomers.[Account Number],
[server01/prod01].[ctsreports].rpt.tbloraclecustomers.[Customer Name],
[server01/prod01].[ctsreports].rpt.tbloraclecustomers.[Top Parent Customer Account] AS [Top Level],
[server01/prod01].[ctsreports].rpt.tbloraclecustomers_1.[Customer Name] AS [Top...
January 23, 2012 at 10:13 am
Is this the right syntax for "FROM server.database.schema.table alias":
"FROM [server01/prod01].[ctsreports].schema.rpt.tbloraclecustomers alias1"
January 19, 2012 at 3:30 pm
What would the proper syntax be to point to that table?
January 19, 2012 at 3:04 pm
I added the linked server addresses to the syntax. Code now looks like this:
SELECT DISTINCT [server01\prod01].[ctsreports].rpt.tbloraclecustomers.[Account Number], [server01\prod01].[ctsreports].rpt.tbloraclecustomers.[Customer Name], [server01\prod01].[ctsreports].rpt.tbloraclecustomers.[Top Parent Customer Account] AS [Top Level], [server01\prod01].[ctsreports].rpt.tbloraclecustomers_1.[Customer Name] AS...
January 19, 2012 at 3:01 pm
Hi Paul,
Can you walk me through on how to have my target server point to my linked server? What would the query syntax me for this?
Cadavre,
Is the...
January 16, 2012 at 8:44 am
Hey Paul,
I am not making a separate table for each day. Just making a new version of the same table everyday and then "pasting" over the previous day's version
January 16, 2012 at 7:43 am
Hi Lowell,
This isn't a productiont table I am producing. It's a reference table that I use for research. I currently make the table in Access, but I would...
January 16, 2012 at 7:41 am
Viewing 8 posts - 61 through 68 (of 68 total)