Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > SQL Server
Search:
What's New - What's Hot
Listings for Administration Administration (83)
Listings for Backup and Restore Backup and Restore (96)
Listings for Cache Cache (31)
Listings for Data Provider Data Provider (29)
Listings for Data Warehousing Data Warehousing (33)
Listings for Database Design Database Design (545)
Listings for Debugging Debugging (32)
Listings for DSN DSN (5)
Listings for DTS Package DTS Package (45)
Listings for Encryption Encryption (8)
Listings for Error Handling Error Handling (28)
Listings for Functions Functions (96)
Listings for Images Images (15)
Listings for Import & Export Import & Export (22)
Listings for Installation Installation (38)
Listings for Jobs & Tasks Jobs & Tasks (2)
Listings for Migration to SQL Server 2000 Migration to SQL Server 2000 (96)
Listings for Miscellaneous Miscellaneous (599)
Listings for Performance Tuning Performance Tuning (272)
Listings for Queries Queries (204)
Listings for Reports Reports (247)
Listings for Samples & Scripts Samples & Scripts (53)
Listings for Security Security (84)
Listings for Server Management Server Management (85)
Listings for SQL DMO SQL DMO (13)
Listings for SQL Mail SQL Mail (15)
Listings for SQL Server FAQ SQL Server FAQ (36)
More Categories for SQL Sever 2005 SQL Sever 2005 (831)
Listings for SQLXML SQLXML (103)
Listings for Stored Procedures Stored Procedures (309)
Listings for T-SQL T-SQL (145)
Listings for Tips & Tricks Tips & Tricks (292)
Listings for Triggers Triggers (51)
Listings for Virtual Instance Virtual Instance (0)


How to get the details of Open Transaction in SQL Server    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: tarun_j200181       Rating:  
Read Reviews | Write Review |   Your Rating: 

The below query can be used to get the details of OPEN TRANSACTION:...

Testing SQL Stored Procedures Using LINQ    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

The need to test a program that accesses and manipulates a back-end SQL Server® database is very common. In many such cases, the application interacts with the back-end data through the use of SQL stored procedures. In this type of scenario, you can think of the stored procedures as auxiliary methods of the system under test; and they must therefore be tested just like any other module in the system....

Photo Viewer in Silverlight 4 using SQL Server 2008    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Raj Kumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will describes you how to use photo viewer in Silverlight using SQL Server 2008 database. I had search many time but could get more samples using SQL Server. So I decided let’s use Silverlight with SQL Server 2008. So here is my first article in Silverlight with SQL Server 2008....

Database Programming and ADO.NET    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Dinesh Beniwal       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you are new to database programming and ADO.NET, you may want to look at the ADO.NET section of C# Corner (http://www.c-sharpcorner.com). Plenty of source code samples and tutorials are available for free. You might want to check out my book for ADO.NET beginners: A Programmer's Guide to ADO.NET in C# (published by APress)....

UNION ALL between Two CTEs    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Hiren Solanki       Rating:  
Read Reviews | Write Review |   Your Rating: 

You may Have tried to Apply Union All betwenn two CTEs.

For Example,
If you Have two Tables Named TableA and TableB...

Other Row Paging Technique Using T-SQL    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: bluechip_asia       Rating:  
Read Reviews | Write Review |   Your Rating: 

When we work with small data, our web page look so fine displaying Record. But when the data getting large, we will found Mr. Time Out Coming to say "Sorry Expired".

This method is different than other paging method. By using stored procedure we can get a table result that contain specific row rather than get the entire table....

Inside SQLite    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Ted Neward       Rating:  
Read Reviews | Write Review |   Your Rating: 

In keeping with the theme of this issue, it’s time to return to the roots of SQL and relational databases. Naturally, it would thus seem apropos to write something about SQL Server, something about its new feature set or performance improvements or whatnot, but that’s just not my style. Don’t get me wrong, SQL Server is a great database, and highly recommended for those “big iron” enterprise-class scenarios, but not every problem demands (as a friend once put it) a “big honkin’ centralized datab...

Tuning Your Database Calls with Tier Interaction Profiling    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Mark Friedman       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many applications are designed explicitly to use multiple tiers, where the performance of calls into the data access tier is crucial to the overall responsiveness of the application. The use of multiple tiers increases the flexibility of the application. The n-tiered approach also fosters isolation of key components, which can be used to improve both reliability and scalability. The use of multiple tiers promotes scalability because components that are isolated into distinct tiers can then more ...

Going NoSQL with MongoDB, Part 2    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Ted Neward       Rating:  
Read Reviews | Write Review |   Your Rating: 

In my previous article, MongoDB’s basics took front and center: getting it installed, running and inserting and finding data. However, I covered only the basics—the data objects used were simple name/value pairs. That made sense, because MongoDB’s “sweet spot” includes unstructured and relatively simple data structures. But surely this database can store more than just simple name/value pairs....

Going NoSQL with MongoDB, Part 3    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Ted Neward       Rating:  
Read Reviews | Write Review |   Your Rating: 

Last time, I continued my exploration of MongoDB via the use of exploration tests. I described how to start and stop the server during a test, then showed how to capture cross-document references and discussed some of the reasoning behind the awkwardness of doing so. Now it’s time to explore some more intermediate MongoDB capabilities: predicate queries, aggregate functions and the LINQ support provided by the MongoDB.Linq assembly. I’ll also provide some notes about hosting MongoDB in a product...

Making the best use out of Mainenance Plans on SQL Server    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Raymund Macaalay       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is about making the best use of the SQL Server Maintenance Plans, I am saying that becuase if you really want to do best practice manitenance on a SQL Server is that you should do it on a script level and trigger it by job schedule as doing this one you can have more control on the objects that realy need maintenance on thier own specified schedule. Now if you are like me whose main function is not a DBA but more of a Developer then the next best thing is making the best use of wha...

Stored Procedures – another look    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: gecka       Rating:  
Read Reviews | Write Review |   Your Rating: 

In Choosing a free embedded database I wrote that I searched for an embedded database with Stored Procedure support. At that time, I was all new in SQL and databases in general and viewed Stored Procedures as the best way to work with databases. My opinion has changed over the (almost) two years, however. This post describes my current view on Stored Procedures and their usage in application programming....


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net