SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Excel Rss

Refine your search with one of the following additional tags (with number of items):

Data Mining (4)     SQL Server 2005 (2)     Database Files (1)     Reporting Services (SSRS) (1)    
Extract, Transform, Load (ETL) (3)     Administration (1)     extended properties (1)     sheet (1)    
Integration Services (SSIS) (3)     BCP (1)     insert (1)     SQL Server (1)    
Video (3)     CROSS JOIN (1)     Iterative (1)     Stored Procedures (1)    
Analysis Services (SSAS) (2)     Data Dictionary (1)     OpenDataSource (1)     T-SQL (1)    
Monitoring (2)     Database Development (1)    
   Items 1 to 20 of 26    Next 20 >>
 

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 | 6,534 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 | 46,839 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 2009/10/09 (first published: 2008/08/13) | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 37,570 reads

Using SQL Server Data Mining Add-Ins for Office 2007 to Predict Database Growth Trends - Part 2

I want to show you another easier way to pull information to help predict database growth again using the Data Mining Tools.  Read more...
By Additional Articles 2009/07/22 | Source: MSSQLTips.com | Category: Data Mining
Rating: (not yet rated)  Rate this |  Briefcase | 1,206 reads

Tracking and Reporting Database Growth

An article from new author Lokesh Gunjugnur that shows how you can set up tracking for database growth on multiple servers and creating custom reports in Excel.  Read more...
By Lokesh Gunjugnur 2009/06/02 | Source: SQLServerCentral.com | Category: Monitoring
Rating: |  Discuss |  Briefcase | 9,255 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 2009/03/31 | Source: SQLServerCentral.com | Category: insert
Rating: |  Discuss |  Briefcase | 1,522 reads

Installing & Congfiguring DM Add-in for Excel - SQL School Video

This SQL School video explains how to use the Data Mining add-in for Excel 2007. The installation and configuration are covered.  Read more...
By Brian Knight 2009/02/19 | Source: JumpStartTV | Category: Video
Rating: |  Discuss |  Briefcase | 1,678 reads

Data Mining in Excel 2007 Pt.2 - SQL School Video

In this video MVP Brian Knight continues on with more advanced data mining using Excel.  Read more...
By Brian Knight 2009/02/12 | Source: JumpStartTV | Category: Video
Rating: |  Discuss |  Briefcase | 2,289 reads

Data Mining in Excel 2007 Pt.1 - SQL School Video

Excel has greatly helped ease the process of data mining. In this video MVP Brian Knight shows how you can start using the data mining add-ins for Excel to get started.  Read more...
By Brian Knight 2009/02/10 | Source: JumpStartTV | Category: Video
Rating: |  Discuss |  Briefcase | 3,103 reads

How To Retrieve Excel Schema Information Using SQL Server Integration Services (SSIS) 2005

How can we determine the sheet names in our SSIS package and process this variable number of sheets?  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 3,024 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 2009/02/04 | Source: SQLServerCentral.com | Category: BCP
Rating: |  Discuss |  Briefcase | 7,790 reads

Utilize SSAS for data predictions and classification using Excel

Using Excel as a tool for data mining and predictions is very powerful. Learn how to take advantage of SSAS in SQL Server 2005 with Microsoft Office Excel 2007.  Read more...
By Additional Articles 2009/01/09 | Source: SearchSQLServer | Category: Excel
Rating: (not yet rated)  Rate this |  Briefcase | 1,691 reads

Use Excel to DIFF Your Query Outputs

Comparing data from two queries to see if they return the same results can be an interesting challenge. David Ziffer brings us a great way to do this using Excel.  Read more...
By David Ziffer 2008/12/31 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 1,055 reads

Simple Column Chart for Analysis Services Data

This article focuses upon Column charts, and extends the examination of Reporting Services charts for Analysis Services data sources that we began in Introducing Reporting Services Charts for Analysis Services.  Read more...
By Additional Articles 2008/12/19 | Source: Database Journal | Category: Excel
Rating: (not yet rated)  Rate this |  Briefcase | 1,406 reads

Script to build a SQL Server Data Dictionary and report with Microsoft Excel

There is value in using the extended properties across some of the industry leading data modeling tools. What if I do not have access to any of those tools? Is it possible to build the extended properties and then be able to generate reports by using Excel or Reporting Services?  Read more...
By Additional Articles 2008/12/09 | Source: MSSQLTips.com | Category: Excel
Rating:  Rate this |  Briefcase | 3,323 reads

Automating Excel from SQL Server

How to have SQL Server drive Excel spreadsheets  Read more...
By Wayne Sheffield 2008/12/05 | Source: SQLServerCentral.com | Category: Excel
Rating: |  Discuss |  Briefcase | 25,330 reads

FAQ: SQL Server Reporting Services

Troubleshoot SQL Server Reporting Services (SSRS) issues such as configuration, report designs and importing and exporting report data using Excel.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 2,704 reads

Calculate the Running Total for the last five Transactions

Calculate the Running Total for the last five Transactions on an Iterative basis  Read more...
By Divya Agrawal 2008/11/27 | Source: SQLServerCentral.com | Category: Iterative
Rating: |  Discuss |  Briefcase | 3,705 reads

Build Great Looking Excel Spreadsheets

Exporting data from your database and building reports is easy with Reporting Services, but sometimes you need to use other sources  Read more...
By David Ziffer 2008/11/05 | Source: SQLServerCentral.com | Category: Excel
Rating: |  Discuss |  Briefcase | 17,243 reads

SSIS and Excel 2007

Longtime author Dinesh Asanka brings us a short tutorial on importing your data from Excel 2007 into a database using Integration Services.  Read more...
Rating: |  Discuss |  Briefcase | 9,134 reads
   Items 1 to 20 of 26    Next 20 >>
 
Most popular

Automating Excel from SQL Server

How to have SQL Server drive Excel spreadsheets  Read more...
By Wayne Sheffield 2008/12/05 | Source: SQLServerCentral.com | Category: Excel
Rating: |  Discuss |  Briefcase | 25,330 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 2009/10/09 (first published: 2008/08/13) | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 37,570 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 2009/02/04 | Source: SQLServerCentral.com | Category: BCP
Rating: |  Discuss |  Briefcase | 7,790 reads