Forums (RSS 2.0)" href="http://www.simple-talk.com/community/forums/rss.aspx?ForumID=-1&Mode=0" />
Click here to monitor SSC

SQL Server Excel Workbench

Last post 11-18-2011, 3:11 AM by swapnajeet. 131 replies.
Page 1 of 9 (132 items)   1 2 3 4 5 Next > ... Last »
Sort Posts: Previous Next
  •  02-05-2007, 11:52 AM Post number 71297

    SQL Server Excel Workbench

  •  02-07-2007, 4:57 PM Post number 18510 in reply to post number 71297

    Robyn Page

    A perfect example for beauty with the brains...

  •  02-08-2007, 12:32 AM Post number 18522 in reply to post number 71297

    SQL Server Excel Workbench

    Hi

    It is nice

    Chears

    Lalith
  •  02-08-2007, 1:50 AM Post number 18524 in reply to post number 71297

    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 Post number 18529 in reply to post number 71297

    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 Post number 18538 in reply to post number 71297

    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 Post number 18540 in reply to post number 71297

    • cje is not online. Last active: 04-02-2009, 11:40 AM cje
    • Not Ranked
    • Joined on 01-26-2007
    • Level 1: Deep thought

    SQL Workbench

    Excellent.
    cje
  •  02-08-2007, 9:04 AM Post number 18545 in reply to post number 71297

    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 Post number 18546 in reply to post number 71297

    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 Post number 18548 in reply to post number 71297

    Robyn

    Best looking tech person I have ever seen
    would love to have her as a consultant
  •  02-08-2007, 12:56 PM Post number 18554 in reply to post number 71297

    • Robyn Page is not online. Last active: 19-10-2010, 1:15 PM Robyn Page
    • Top 75 Contributor
    • Joined on 10-19-2006
    • Chelmsford, Essex
    • Level 2: Deep Blue

    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 Post number 18581 in reply to post number 71297

    I agree with all the comments above

    Also, Robyn, will you marry me? ;)
  •  02-09-2007, 11:19 AM Post number 18589 in reply to post number 71297

    Re: I agree with all the comments above

    Bah! Nobody ever says that to me after reading my articles. :-)

  •  02-11-2007, 11:01 PM Post number 18682 in reply to post number 71297

    well done

    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 Post number 18693 in reply to post number 71297

    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 2 3 4 5 Next > ... Last »
View as RSS news feed in XML