ok, so here is the problem: I've used the SQL Server 2008 R2 Import Export Data utility to copy/convert an excel sheet to a "Microsoft OLE DB Provider for SQL Server" destination. I would now like to open this data file in Visual Studio 2008 Express. So far I have tried two methods with no success:
1) use "add existing item" on the project menu to find the data file to copy the file into VS2008 and move it to the Debug sub-folder - this does not work, as I get a msgbox saying simply "Access is Denied"
2) I have tried to manually paste the data file into the DeBug sub-folder, but here a get a message saying that the file is being used by another program and it can't be copied.....no other programs are open...I even did a restart to ensure this.
Any suggestions? This relatively simple problem has wasted a lot of my time...
Thanks!
1) use "add existing item" on the project menu to find the data file to copy the file into VS2008 and move it to the Debug sub-folder - this does not work, as I get a msgbox saying simply "Access is Denied"
2) I have tried to manually paste the data file into the DeBug sub-folder, but here a get a message saying that the file is being used by another program and it can't be copied.....no other programs are open...I even did a restart to ensure this.
Any suggestions? This relatively simple problem has wasted a lot of my time...
Thanks!