|
|
SQL Server Excel Workbench
Last post 11-18-2011, 3:11 AM by swapnajeet. 131 replies.
-
02-05-2007, 11:52 AM |
|
|
SQL Server Excel Workbench
|
-
02-07-2007, 4:57 PM |
|
|
A perfect example for beauty with the brains...
|
|
-
02-08-2007, 12:32 AM |
|
|
SQL Server Excel Workbench
Hi
It is nice
Chears
Lalith
|
|
-
02-08-2007, 1:50 AM |
|
|
SQL Server Excel Workbench
Geez, hectic stuff.
I’m still learning T-SQL, so most of the things used in here are a bit over my head.
My colleagues seem to think it's great, so well done. I must agree on the previous comment posted by Anonymous on Robyn Page, extremely Intelligent and Beautiful - The perfect combination a man looks for in a woman...
|
|
-
02-08-2007, 3:06 AM |
|
|
SQL Server Excel Workbench
Congratulations!
I am very pleased to have had the opportunity in reading this article. It is a very valuable collection of code integrating T-Sql with excel manipulating. I am also surprised as on how it got to me precisely at a time when I have to transfer data from SQL Server into Excel. Besides all of this I must refer the sharing of such valuable code on behalf of Robin Page and Phil factor. Thanks a lot and keep up the intelligent work.
|
|
-
02-08-2007, 7:32 AM |
|
|
Where does Excel Need to Be Installed?
Nice work.
I'm no Excel expert, but where does Excel need to be installed for this?
We don't have it installed on the same box as the SQL Server (and we probably can't get approved to get it), although I have Office 2000 with Excel installed on my client machine.
|
|
-
02-08-2007, 8:25 AM |
-
02-08-2007, 9:04 AM |
|
|
OpenDataSource "Non-Linked"
Man this is sooooo timely! Thanks a bunch Robyn. Keep up the good work. I'm going to be using these examples to bring in a whole bunch of spreadsheets in to our SQL Server and to write out to Excel also. Once again, very timely!
Peace and blessings Colin
|
|
-
02-08-2007, 9:04 AM |
|
|
OpenDataSource "Non-Linked"
Man this is sooooo timely! Thanks a bunch Robyn. Keep up the good work. I'm going to be using these examples to bring in a whole bunch of spreadsheets in to our SQL Server and to write out to Excel also. Once again, very timely!
Peace and blessings Colin
|
|
-
02-08-2007, 9:41 AM |
|
|
Best looking tech person I have ever seen would love to have her as a consultant
|
|
-
02-08-2007, 12:56 PM |
-
Robyn Page
-
-
-
Joined on 10-19-2006
-
Chelmsford, Essex
-
-
-
|
Re: Where does Excel Need to Be Installed?
Until you do the full automation routine, you do not need to have Excel installed, as the Jet OLEDB driver is able to create, read to, or write from, excel files. When you do the automation, it will need to be on the server that has the database server on it, and the User with which SQL Server is operating must have the rights to access Excel.
For anyone who wants to extend what our Excel Automation routine does, there is a good worked example using C# at http://support.microsoft.com/kb/302084 which provides all the help you'd need to get started.
|
|
-
02-09-2007, 6:34 AM |
|
|
I agree with all the comments above
Also, Robyn, will you marry me? ;)
|
|
-
-
02-11-2007, 11:01 PM |
|
|
nice article, never would have guessed this is possible using TSQL what I really like to know is, what keeps you Robyn busier, certainly the above article is not at the beginner level, and being able to come up with that means a serious amount of time & eduction invested in the past, is it the acting or the programming career that you're after ?
Hakan from Canada
|
|
-
02-12-2007, 11:02 AM |
|
|
Reading Excel Sheet - without sheet name?
Hi - Your information is great, but I have one dilemma: I sometimes want to read the FIRST sheet of a Workbook, but users often name that sheet differently (e.g. Sheet1, MySheet, Orders, etc.) and I don't know in advance what they're going to call it. Using the OPENROWSET method, [SELECT * FROM OPENROWSET('Microsoft.Jet... ] how can I read the first sheet of the workbook, regardless of its name? And if not by this method, what is a simple way to do it (if one exists)? Thank you!
|
|
Page 1 of 9 (132 items)
1 ...
|
|