Thursday, August 07, 2008 Register  Login

Welcome to the Nashville SQL Server Users Group

You are here: Resources  
Sponsors

PASSChapterLogo100.jpg 

 

sql_micro_sm.gif 

sql_ca_sm.gif 

 Print   
Documents
 Print   
Recent CodePlex Additions

SQL Server Metadata Toolkit
A white paper that covers methods for managing metadata in SQL Server Integration Services, Analysis Services and Reporting Services using built-in features including data lineage, business and technical metadata and impact analysis.<br /><br />A sample application&#58; <br />Microsoft SQL Server 2005 Business Intelligence<br />Metadata Dependency Viewer and Analyzer Sample<br />

SQL Server Full Text Searching
On June 7th, 2008 I am presenting &#34;Getting Started with SQL Server 2005&#47;2008&#34; at the &#91;url&#58;InBetween&#124;http&#58;&#47;&#47;www.devfish.net&#47;articles&#47;inbetween&#47;&#93; &#91;url&#58;SQL Saturday&#124;http&#58;&#47;&#47;www.sqlsaturday.com&#47;eventhome.aspx&#63;eventid&#61;5&#93; conference that is taking place between the two weeks of Microsoft TechEd. This post will have all the links relavent to my talk. <br /><br />Detailed descriptive material can be found on my blog, &#91;url&#58;ArcaneCode.com&#124;http&#58;&#47;&#47;arcanecode.com&#93;, with links to specific posts below. <br /><br />First off, the slides and sample code can be located at the Code Gallery site I setup specifically for Full Text Searching with SQL Server&#58;<br /><br />&#91;url&#58;http&#58;&#47;&#47;code.msdn.microsoft.com&#47;SqlServerFTS&#124;http&#58;&#47;&#47;code.msdn.microsoft.com&#47;SqlServerFTS&#93;<br />Look on the downloads page to see various projects around SQL Server Full Text Searching. I&#39;ve created one &#34;release&#34; for each of the projects around FTS. Be sure to look on the right side at the various releases in order to see the various projects.<br />Next, you can get started with the basics by reading these entries on my blog&#58;<br /><br />&#91;url&#58;Lesson 0 - Getting the Bits to do Full Text Searching in SQL Server 2005&#124;http&#58;&#47;&#47;arcanecode.wordpress.com&#47;2007&#47;10&#47;04&#47;sql-server-2005-full-text-searching-getting-your-bits&#47;&#93;<br />&#91;url&#58;Lesson 1 - The Catalog&#124;http&#58;&#47;&#47;arcanecode.wordpress.com&#47;2007&#47;06&#47;26&#47;getting-started-with-sql-server-2005-full-text-searching-part-1-&#37;e2&#37;80&#37;93-the-catalog&#47;&#93;<br />&#91;url&#58;Lesson 2 - The Indexes&#124;http&#58;&#47;&#47;arcanecode.wordpress.com&#47;2007&#47;06&#47;27&#47;getting-started-with-sql-server-2005-full-text-searching-part-2-&#37;e2&#37;80&#37;93-the-indexes&#47;&#93;<br />&#91;url&#58;Lesson 3 - Using SQL&#124;http&#58;&#47;&#47;arcanecode.wordpress.com&#47;2007&#47;06&#47;28&#47;getting-started-with-sql-server-2005-full-text-searching-part-3-&#37;e2&#37;80&#37;93-using-sql&#47;&#93;<br />&#91;url&#58;Lesson 4 - Valid Data Types&#124;http&#58;&#47;&#47;arcanecode.wordpress.com&#47;2007&#47;07&#47;02&#47;getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types&#47;&#93;<br />&#91;url&#58;Lesson 5 - Advanced Searching&#124;http&#58;&#47;&#47;arcanecode.wordpress.com&#47;2007&#47;07&#47;03&#47;getting-started-with-sql-server-2005-full-text-searching-part-4-

The SQL Server Merge Style
Cette d&#233;monstration expose la plupart des fonctionnalit&#233;s disponibles dans la r&#233;plication de type fusion &#40;Merge&#41; au sein de SQL Server 2005 et SQL Server 2008. Le code source a &#233;t&#233; enti&#232;rement d&#233;velopp&#233; en C&#35; sous Visual Studio 2008. Una base de donn&#233;es de type SQL Server Compact Edition 3.5 est utilis&#233;e c&#244;t&#233; client pour le stockage offline. Le g&#233;n&#233;rateur de code OlyMars &#40;http&#58;&#47;&#47;www.olymars.net&#41; a &#233;galement &#233;t&#233; utilis&#233;.

Visual Studio Team System - Database Edition msdb Sample Database Projects
msdb database project samples for Visual Studio Team System - Database Edition<br /><br />You can create or import database objects that refer to objects in other databases&#40;or with MSDB database projects&#41;. These cross-database references require that you define a corresponding reference in the properties of your database project. If you refer to objects in other databases but you do not define the corresponding references in your project, warnings will appear. For each database that you reference, you can define SETVAR variables that correspond to the server and database that you want to reference. When you modify an object definition to include the reference, you can define it by using these variables instead of the explicit names of the server and the database. When you build the database project, the variables are replaced by the values that you specified.<br /><br />To make cross-database references specific to a particular build configuration, you must define the SETVAR variables for those references in terms of MSBuild variables. For example, you can use one set of MSBuild variables when you build and deploy a database project to a staging server and another set when you build and deploy the same project to a production server. If you define the SETVAR variables for a cross-database reference in terms of server and database names, the reference will function the same way, regardless of which build configuration you specify. <br /><br /><br />

D-Binsor
Source Code of Castle Windsor Database Version. <br />Documentation can be found at&#58; http&#58;&#47;&#47;www.ifinancialsystems.com&#47;default.aspx

Employee Info Starter Kit
This is a starter kit, which includes very simple user requirements, where we can create, read, update and delete &#40;crud&#41; the employee info of a company.<br /><br />The primary purpose of this starter kit is, to provide a solid guideline with respect to building enterprise level projects, by utilizing new asp.net 2.0 and sql server 2005 features, as well as latest best coding practices. <br /><br />The starter kit includes several cases where we can perform multi-table joining and&#47;or write operations. Combining high performance and security features this starter kit shows how we can solve in real world problems and challenges, from a wide range of view point.

Asp.Net Code Jet
This is a resource home where software architect Mohammad Ashraful Alam provided few of his coding samples demonstrating best practices and solutions with regarding real world problems while developing web applications. All of the coding samples provided here are considering asp.net and sql server technology.

SQL Pad
A simple pad just like WFPad, but with rich SQL Server supportability, i.e. it comes with more SQL Server activity e.g. Connect2Server, ExecuteSQL, ViewResult, AccessEndPoint, ExtractSchema, ... etc. And the amazing thing is that you can jsut drag and drop to form a workflow to operate your database or manipulate the data visually .. convenient and beautiful

SQL Server Learning Materials and Tutorials
SQL Server Learning Materials and Tutorials

SQL Server Integration Services
Support for SQL Server Integration Services MSDN Forums

SQL Server Analysis Services
Support for SQL Server Analysis Services MSDN Forums

SQL Server Reporting Services
Support for SQL Server Reporting Services

Common Solutions for T-SQL Problems
Common Data Problems and Solutions Suggested by MSDN Forum Moderators and Answerers

VS2008 - Simplified Chinese Academia Samples [LunarCalendar/UserValidation/HRD]
&#30001;&#21335;&#24320;&#22823;&#23398;&#36719;&#20214;&#23398;&#38498;&#20351;&#29992;Visual Studio 2008&#24320;&#21457;&#30340;&#31034;&#20363;&#31243;&#24207;&#12290;&#36825;&#20123;&#31034;&#20363;&#31243;&#24207;&#28436;&#31034;&#20102;&#22914;&#20309;&#20351;&#29992;VS2008&#25552;&#20379;&#30340;&#35832;&#22914;WPF&#21644;Globalization&#30340;&#20808;&#36827;&#29305;&#24615;&#12290;&#27426;&#36814;&#35797;&#29992;&#65281;<br />&#26412;&#31034;&#20363;&#21253;&#21547;&#19977;&#20010;&#31243;&#24207;-&#29992;&#25143;&#39564;&#35777;&#65292;&#20892;&#21382;&#26085;&#21382;&#21644;&#21326;&#23481;&#36947;&#12290;<br /><br />The following samples developed with Visual Studio 2008 by NanKai University in China. These samples show some advanced features of VS2008 like WPF and Globalization. Enjoy&#33;<br />This sample contains three projects - a User Validation sample, a Chinese Lunar Calendar and a game Hua-Rong-Dao.<br />

Microsoft Sync Framework
Introducing the Microsoft Sync Framework &#8211; a comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with support for any data type, any data store, any transfer protocol, and network topology.

SQL Server CLR SharePoint Interface
<br />This sample code demonstrates how to query a Microsoft Office SharePoint Server <br />2007 or Windows SharePoint Services list from inside SQL Server 2005 or later. <br /><br />With the growing popularity of SharePoint solutions, SharePoint lists are becoming<br />an important source of enterprise data. There is no OleDb provider for SharePoint,<br />so integrating SharePoint data with data in SQL Server can be a challenge.<br /><br />This CLR User Defined Function shows how you can use the SQL Server&#39;s Common <br />Language Runtime integration to access SharePoint list data through the SharePoint<br />web services.

Simple SQL Server Database Schema Printer (ASP.NET)
A simple ASP.NET page that gets all the tables, their column names, column data types and other information from an SQL Server database and shows them in a web page. You can then print this off, annotate it and it use it as a reference.<br /><br />I use it when I start on a new project that has an existing database that I need to completely understand.

Microsoft SQL Server Community & Samples
CodePlex is the project hosting site for Microsoft SQL Server Samples and Community Projects. Projects listed here are official Microsoft samples for SQL Server &#40;released with Service Packs or major releases of SQL Server&#41; and applications developed by MVPs, and the SQL Server community at large&#58; http&#58;&#47;&#47;www.codeplex.com&#47;SqlServerSamples<br /><br />To obtain the SQL Server 2008 RC0 software, please sign up &#40;for free&#33;&#41; with Microsoft Connect for the SQL Server SQL Server 2008 CTP Program&#58; https&#58;&#47;&#47;connect.microsoft.com&#47;SQLServer&#47;

Flat File Data Reader
An abstract IDataReader implementation that reads flat files. Enables bulk loading of SQL Server using SqlBulkCopy from flat files with strange formats. <br /><br />For ordinary delimited or fixed-width files, SSIS is a better tool, but when your file format doesn&#39;t work well with these tools or you need a pure .NET solution, consider using this FlatFileDataReader. Includes the option to skip over lines in the file for multi-format files.<br /><br />Good scenarios are loading from clients &#40;without SSIS&#41;, and loading files with multiple record layouts, heders and footers, etc.<br /><br />Package includes a sample solution.<br />

LINQ Entity Data Reader
An IDataReader implementation that reads a collecion of entities to enable using SqlbulkCopy with LINQ.

SQL Sequence Generator
This TVF generates a contiguous sequence of integers. Useful for generating test data, populating calendars, etc.

IT Mastering
A Place where you will find a lot of resources about programming languages and some Microsoft servers

Linq to SQL Join Example
A example of creating a dynamic join of client data with a T-SQL statement.<br /><br />The power of Contains and T-SQL IN

ADO.NET Entity Framework & LINQ to Relational Data
Samples and unsupported tools for the ADO.NET Entity Framework&#40;including LINQ to Entities&#41; and LINQ to SQL.

Entity SQL
Entity SQL tools and samples. eSqlBlast home.

CodeAuthor C# Code Generator
Generates easy to use, high performance C&#35; DAL and SQL Stored Procedures from a SQL Server DB.
 Print   
Community
 Print   
Blog Roll
 Print   
Home  |  FAQ  |  Meeting Archive  |  Resources  |  Blogs  |  About Us
Copyright 2007 by PASS Chapters Portal   |  Privacy Statement  |  Terms Of Use