microsoft sql server.
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2050
PHP SQL Server (MSSQL) Query Analyzer 0.3
PLEASE REVIEW AND EDIT CAREFULLY This is a web-based tool for running queries on a SQL database. more>> <<less
Added: 2009-06-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Ultimate Power Board 0.1 Alpha
Ultimate Power Board is a feature rich, multi-database bulletin board system. Supports databases: MySQL, Microsoft SQL Server & PosgreSQL. Features include: posting, replying, personal messaging, whos online system, complete user control panel, more>> Ultimate Power Board is a feature rich, multi-database bulletin board system. Supports databases: MySQL, Microsoft SQL Server & PosgreSQL. Features include: posting, replying, personal messaging, whos online system, complete user control panel, administration control panel, multi-language support, skinning system, polls, personal photos, whois lookups, and much more!<<less
Added: 2009-05-10 License: GPL Price: $0.00USD
11 downloads
MyEzSQL 1.0
In short, MyEzSQL is a PHP class that allows people to control the SQL executed to a database server by functions. MyEzSQL makes it easy to communicate with the database server by writing the SQL with the data sent to the function. Each function secures more>> In short, MyEzSQL is a PHP class that allows people to control the SQL executed to a database server by functions. MyEzSQL makes it easy to communicate with the database server by writing the SQL with the data sent to the function. Each function secures all the data itself before nearing the database. Read the Readme for more information.<<less
Added: 2009-04-05 License: GPL Price: $0.00USD
14 downloads
Aivea Commerce Server 1.2
Aivea Commerce Server is a Service Oriented Architecture (SOA) based E-Commerce Software Solution powered by industry leading Microsoft.NET 3.5 framework (C#, ASP.NET 3.5, WCF, WF, LINQ, DLINQ and SQL Server 2008/2005). more>> Aivea Commerce Server is a Service Oriented Architecture (SOA) based E-Commerce Software Solution powered by industry leading Microsoft.NET 3.5 framework (C#, ASP.NET 3.5, WCF, WF, LINQ, DLINQ and SQL Server 2008/2005).<<less
Added: 2009-03-05 License: Commercial Price: $0.00USD
12 downloads
Paging With SQL Server Stored Procedures In ASP.NET 1
This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you more>> This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you simply show only first page with 10, 20 or 30 records and enable navigation buttons like Next or Previous if user wants to see other pages.<<less
Added: 2009-01-13 License: Freeware Price: $0.00USD
10 downloads
SQL Queries For Paging In ASP.NET 1
This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page. more>> This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page. Common solution when you work with large amount of data is to provide data paging.<<less
Added: 2009-01-13 License: Freeware Price: $0.00USD
14 downloads
Dynamic LINQ 1
This tutorial explains how to use Dynamic Expression API in your ASP.NET web application. LINQ to SQL is an extension of LINQ that allows developers to write "queries" in .NET to retrieve and manipulate data from a SQL Server database. more>> This tutorial explains how to use Dynamic Expression API in your ASP.NET web application. LINQ to SQL is an extension of LINQ that allows developers to write "queries" in .NET to retrieve and manipulate data from a SQL Server database.<<less
Added: 2008-11-26 License: Freeware Price: $0.00USD
18 downloads
LINQ To SQL With LinqDataSource Control 1
LINQ to SQL is an extension of LINQ that allows developers to write "queries" in your ASP.NET web application to retrieve and manipulate data from a SQL Server database. This tutorial covers basic steps to implement LINQ to SQL in ASP.NET web application. more>> LINQ to SQL is an extension of LINQ that allows developers to write "queries" in your ASP.NET web application to retrieve and manipulate data from a SQL Server database. This tutorial covers basic steps to implement LINQ to SQL in ASP.NET web application.<<less
Added: 2008-11-10 License: Freeware Price: $0.00USD
13 downloads
SQL Server Optimization For ASP.Net Developer 1
This tutorial contains a list of SQL Server optimization tips for ASP.NET Developer. These tips should be your common habits when building efficient, scalable web applications. more>> This tutorial contains a list of SQL Server optimization tips for ASP.NET Developer. These tips should be your common habits when building efficient, scalable web applications.<<less
Added: 2008-10-28 License: Freeware Price: $0.00USD
14 downloads
Using ASP.NET With SQL Server 1
This is a beginner introduction to using MS SQL Server in ASP.NET web applications. MS SQL Server is one of the options if you have to develop web sites with dynamic content, like news site, bulletin boards, eCommerce etc. more>> This is a beginner introduction to using MS SQL Server in ASP.NET web applications. MS SQL Server is one of the options if you have to develop web sites with dynamic content, like news site, bulletin boards, eCommerce etc.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
12 downloads
How To Use SQL Server Reporting Services 1
This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks. more>> This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
SQL statements in ASP - beware the apostrophe
One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes more>> One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so lets get started<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
12 downloads
Save & Read Image From Database
Explains how to upload and save image to database, and then read and show image on web page. ASP.NET provides a simple mechanism to upload image files to a database, like SQL Server. The images can be stored in a database table attribute that is of more>> Explains how to upload and save image to database, and then read and show image on web page. ASP.NET provides a simple mechanism to upload image files to a database, like SQL Server. The images can be stored in a database table attribute that is of image data-type.<<less
Added: 2008-08-13 License: Freeware Price: $0.00USD
11 downloads
Dropthings 1.6.0
Dropthings is an Ajax Web Portal built on Linq, Workflow Foundation and ASP.NET AJAX. more>>
Dropthings 1.6.0 offers you a convenient application which is built on Linq, Workflow Foundation and ASP.NET AJAX. Code is in Visual Studio 2008 using .NET 3.0 and .NET 3.5.
How to run the project:
- Install Visual Studio 2008 (VS 2005 wont work)
- Install SQL Server 2005
- Download latest code
- Restore the database from dashboard.zip in SQL server
- Update web.config from the web project and set proper connection string
- Build and Run
Requirements:
- .NET Framework 3.5
Added: 2008-07-21 License: Other Free / Open Source License - Microsoft Public License Price: OtherFreeOpenSourceLicenseMicrosoftPublicLicense
21 downloads
Connecting ASP.NET to Access and SQL Server Database 1
This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start more>> This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start implementing your projects.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above microsoft sql server. search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed