• I am Balaji new to this discussion. My Code is::

    exec xp_cmdshell 'copy C:\templates\BALAJI1.xls C:\export\BALAJI1.xls'

    insert into OPENROWSET(

    'Microsoft.Jet.OLEDB.4.0',

    'Excel 8.0;Database=C:\export\BALAJI1.xls;;HDR=YES','SELECT * FROM [Sheet1$]')

    select * from balaji1

    ERROR:: Server: Msg 208, Level 16, State 1, Line 1

    Invalid object name 'BALAJI1'.