Forum Replies Created

Viewing 8 posts - 61 through 68 (of 68 total)

  • RE: Insert Statement Syntax Error

    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...

  • RE: Insert Statement Syntax Error

    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...

  • RE: Insert Statement Syntax Error

    Is this the right syntax for "FROM server.database.schema.table alias":

    "FROM [server01/prod01].[ctsreports].schema.rpt.tbloraclecustomers alias1"

  • RE: Insert Statement Syntax Error

    What would the proper syntax be to point to that table?

  • RE: Insert Statement Syntax Error

    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...

  • RE: Make New Table Daily

    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...

  • RE: Make New Table Daily

    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

  • RE: Make New Table Daily

    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...

Viewing 8 posts - 61 through 68 (of 68 total)