• Someone's created a table called "c:\temp\sales.txt". It's just an object in your database with an operating-system-like name. It can be done like:

    
    
    create table [c:\temp\sales.txt]
    ( x int)

    Cheers,

    - Mark


    Cheers,
    - Mark