Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
excel
Items 1 to 20 of 43
Next 20 >>
How to Name Sheets in Exported Excel Workbooks with SSRS 2008 R2
A new feature of SSRS 2008 R2 is the ability to name sheets in exported Excel workbooks. This article explains how to utilize this feature.
Read more...
By
Stan Kulp
2011/08/22
|
Source:
SQLServerCentral.com
|
Category:
reporting services (ssrs)
Rating:
|
Discuss
|
Briefcase
|
4,276 reads
XLSExport: A CLR procedure to export proc results to Excel
A CLR procedure utilizing the NPOI library to export the results of a passed stored procedure to an Excel spreadsheet.
Read more...
By
Bret Lowery
2011/06/23
|
Source:
SQLServerCentral.com
|
Category:
clr
Rating:
|
Discuss
|
Briefcase
|
8,014 reads
Excel in the Clouds
Today Steve Jones talks about a new use for cloud computing with Excel to analyze large sets of data.
Read more...
By
Steve Jones
2011/06/21
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
117 reads
Create INSERT statements from Excel
Excel files includes a very good functionality called Macro execution. And here we can use this functionality to write one macro that will generate INSERT statements.
Read more...
By
Arun Mallick
0001/01/01
|
Source:
SQLServerCentral.com
|
Category:
insert
Rating:
|
Discuss
|
Briefcase
|
4,444 reads
My favorite way to access Excel files
Using opendatasource to retrieve data from Excel files as if querying a table.
Read more...
By
Gaby Abed
0001/01/01
|
Source:
SQLServerCentral.com
|
Category:
bcp
Rating:
|
Discuss
|
Briefcase
|
10,933 reads
SQL Server Data Mining with Microsoft Office Excel
This article demonstrates using SQL Server's data mining capabilities with the Excel.
Read more...
By
Additional Articles
2011/02/11
|
Source:
SQL Server Performance
|
Category:
excel
Rating:
Rate this
|
Briefcase
|
4,769 reads
Protect the Excel files generated by SSIS package-Part I
It is not only the data within the database that requires protection but any report generated using SQL Server needs to be protected before being mailed
Read more...
By
Blesson John
2010/10/28
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
5,001 reads
Add Some Spark to Your OData: Creating and Consuming Data Services with Visual Studio and Excel 2010
The Open Data Protocol (OData) is an open REST-ful protocol for exposing and consuming data on the web. Also known as Astoria, ADO.NET Data Services, now officially called WCF Data Services in the .NET Framework. There are also SDKs available for other platforms like JavaScript and PHP.
Read more...
By
Additional Articles
2010/10/20
|
Source:
CODE Magazine
|
Category:
odata
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,451 reads
Excel with Stored Procedures
Longtime DBA David Poole brings us an interesting situation in involving setting up a user to allow Excel to query data from SQL Server.
Read more...
By
David Poole
2010/08/13 (first published: 2008/08/13)
|
Source:
SQLServerCentral.com
|
Category:
stored procedures
Rating:
|
Discuss
|
Briefcase
|
57,756 reads
SQL Server 2008,Windows 2008 x64 and Excel
Learn about how you might solve some issues running SSIS packages using Excel on a Windows 2008 x64 Machine.
Read more...
By
Blesson John
2010/07/28
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
6,773 reads
How to Read Excel Cells from SQL Server Integration Services
We can get data in all sorts of formats in the real world. In this new article from Dinesh Asanka, learn how to use scripting to import data from individual Excel cells.
Read more...
By
Dinesh Asanka
2010/04/28
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
12,278 reads
How to find unused Stored Procedures in SQL Server 2005/2008
Use dynamic PivotTables to identify unused Stored Procedures in a SQL Server 2005/2008 database
Read more...
By
Ronny Dahl
2010/04/15
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
23,464 reads
Automating Excel from SQL Server
How to have SQL Server drive Excel spreadsheets
Read more...
By
Wayne Sheffield
2010/02/19 (first published: 2008/12/05)
|
Source:
SQLServerCentral.com
|
Category:
excel
Rating:
|
Discuss
|
Briefcase
|
33,457 reads
Import Excel Spreadsheet to Database Tables
Importing Excel Spreadsheets is something that we often do with SQL Server. However it's not as easy as you would like as we move to the 64 bit platform. Peter He brings us a method that will work on all platforms.
Read more...
By
Peter He
2010/02/17
|
Source:
SQLServerCentral.com
|
Category:
etl
Rating:
|
Discuss
|
Briefcase
|
16,713 reads
Use SSIS to import one cell of an Excel file into SQL Server
Recently I needed to find a method to import one cell of an Excel sheet into SQL Server 2005 using a scheduled job on a 64 bit clustered environment. For example, I have a monthly sales report listing sales per product category, such as Books, Magazines, DVDs, etc. I only want to import the Total Sales amount into SQL Server and this number is located in an Excel file "sales.xls.sheet1.cell.B5". I used to use OPENROWSET to solve the problem, however OPENROWSET requires Microsoft Jet OLE DB Provider which is not available in 64 bit. In this tip I am going to talk about how to use SSIS to accomplish this task easily.
Read more...
By
Additional Articles
2010/02/15
|
Source:
MSSQLTips.com
|
Category:
integration services (ssis)
Rating:
Rate this
|
Briefcase
|
3,267 reads
Self-Service BI with PowerPivot for Excel 2010
Thiago kicks off a new series of articles, taking us through everything we need to know to use PowerPivot effectively. First off, he walks us through the prerequisites, and getting started with our first basic data set.
Read more...
By
Thiago Zavaschi
2010/01/22
|
Source:
SQLServerCentral.com
|
Category:
business intelligence
Rating:
|
Discuss
|
Briefcase
|
4,166 reads
Exporting to Excel Using a CLR Stored Procedure
The inclusion of the CLR in SQL Server has been controversial, but some people have come up with great ways to take advantage of this feature. New author Anders Pedersen brings us a technique to export data from SQL Server into Excel using the CLR.
Read more...
By
Anders Pedersen
2009/12/02
|
Source:
SQLServerCentral.com
|
Category:
sqlclr
Rating:
|
Discuss
|
Briefcase
|
17,124 reads
Database defintion from an Excel Spec?
Have you ever been required to create a database with nothing but a specification in Excel?
Read more...
By
Ian Hadlington
2009/11/12
|
Source:
SQLServerCentral.com
|
Category:
excel
Rating:
|
Discuss
|
Briefcase
|
7,260 reads
How to Dynamically and Iteratively Populate An Excel Workbook from SQL Server
Integration Services is a great ETL tool, allowing you to build complex and dynamic transformations. New author Marie Deschene brings us a
Read more...
By
M. Deschene
2009/10/16 (first published: 2008/01/09)
|
Source:
SQLServerCentral.com
|
Category:
integration services (ssis)
Rating:
|
Discuss
|
Briefcase
|
52,092 reads
Excel with Stored Procedures
Longtime DBA David Poole brings us an interesting situation in involving setting up a user to allow Excel to query data from SQL Server.
Read more...
By
David Poole
2010/08/13 (first published: 2008/08/13)
|
Source:
SQLServerCentral.com
|
Category:
stored procedures
Rating:
|
Discuss
|
Briefcase
|
57,756 reads
Items 1 to 20 of 43
Next 20 >>
Tags
integration services (ssis)
(7)
data mining
(5)
extract, transform, load (etl)
(3)
video
(3)
analysis services (ssas)
(2)
monitoring
(2)
reporting services (ssrs)
(2)
sql server
(2)
sql server 2005
(2)
stored procedures
(2)
t-sql
(2)
administration
(1)
bcp
(1)
business intelligence
(1)
c#
(1)
clr
(1)
cross join
(1)
data dictionary
(1)
databases
(1)
development
(1)
editorial
(1)
etl
(1)
export
(1)
extended properties
(1)
insert
(1)
iterative
(1)
odata
(1)
opendatasource
(1)
pivottable
(1)
powerpivot
(1)
sheet
(1)
sqlclr
(1)
Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.