Viewing 15 posts - 16 through 30 (of 53 total)
What is the command to get the back up value?
April 6, 2010 at 5:19 am
The same error which earlier i described is coming.....
Big hectic for me...
April 6, 2010 at 3:28 am
SELECT * INTO XLImport4 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=C:\test\xltest.xls', [Customers$])
Hi Here Customers$ refers the table name?
April 6, 2010 at 2:17 am
Msg 7314, Level 16, State 1, Line 4
The OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" does not contain the table "Table1$". The table either does not exist or the...
April 6, 2010 at 12:40 am
My Excel is in the location: C:\testing.xls
I want to insert in the table: Table1
Database Name: WADB
Is this the following changes are correct?
SELECT * INTO XLImport3 FROM OPENDATASOURCE('Microsoft.Jet.OLEDB.4.0',
'Data Source=C:\testing.xls;Extended Properties=Excel 8.0')...[Table1$]
SELECT...
April 6, 2010 at 12:20 am
I am getting this error.
Msg 7314, Level 16, State 1, Line 1
The OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" does not contain the table "Table1$". The table either does...
April 5, 2010 at 10:22 pm
Hi I find out how to import from table to excel.
Please any let me know the process to import from excel to table.
April 5, 2010 at 6:08 am
It says that not recognized command.
Mine is windows authentication. so no username and password.
April 5, 2010 at 1:08 am
How to set the path?
c:\cd C:\x.x\x.x\Microsoft SQL Server
Is it correct?
April 5, 2010 at 12:56 am
Hi I just needed how to execute the query using command prompt. can you please explain.
April 5, 2010 at 12:46 am
Viewing 15 posts - 16 through 30 (of 53 total)