Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > SQL Server > Data Provider
Search:
What's New - What's Hot

How to use SQL Sitemap provider        
Total Hits: 35  |  Today: 0 Author: toral.gohil       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the sample of how to use the sql sitemap provider. This will give overview of security navigation framework....

How to use SQL Sitemap provider        
Total Hits: 47  |  Today: 0 Author: toral.gohil       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the sample of how to use the sql sitemap provider. This will give overview of security navigation framework....

Copying bulk data into SQL Server        
Total Hits: 239  |  Today: 0 Author: Bipin Joshi       Rating:  
Read Reviews | Write Review |              Your Rating: 

Few weeks ago I (Bipin Joshi) released BinaryIntellect Bulk Copy Tool. Many visitors asked me how the tool is developed and hence I decided to write this article. Though the tool uses many other aspects of ADO.NET 2.0 the core thing is the new bulk copy class. Some applications require inserting huge data to SQL server databases. In such case executing independent INSERT queries is not an efficient way. SQL Server data provider allows you to perform such inserts using SqlBulkCopy class. This art...

ASP.NET 2.0 Custom SQL Server ResourceProvider        
Total Hits: 45  |  Today: 0 Author: Jeff Modzel       Rating:  
Read Reviews | Write Review |              Your Rating: 

I was working on a medium-sized ASP.NET 2.0 web application that had a requirement for internationalization/globalization. The default method for internationalization in ASP.NET 2.0 uses XML .resx resource files to store language specific resources. Generally speaking, there is a one-to-many relationship between .aspx files and .resx files. Every new .aspx file will require one or more .resx files. The development and maintenance of the .resx files will become an issue as a web application grows...

Q10275 - INFO: SQL Injection        
Total Hits: 93  |  Today: 0 Author: kb.webecs.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

SQL injection is a technique used to take advantage of non-validated input vulnerabilities to pass SQL commands through a Web application for execution by a backend database. Attackers take advantage of the fact that programmers often chain together SQL commands with user-provided parameters, and can therefore embed SQL commands inside these parameters. The result is that the attacker can execute arbitrary SQL queries and/or commands on the backend database server through the Web application....

Built In Databases in MS SQL Server 2000        
Total Hits: 264  |  Today: 0 Author: Vijay Kumar       Rating:  
Read Reviews | Write Review |              Your Rating: 

A Microsoft SQL Server database is a collection of objects that hold and manipulate data. A typical SQL Server installation has only a handful of databases, but it’s not unusual for a single installation to contain several dozen databases. Theoretically, one SQL Server installation can have as many as 32,767 databases. But practically speaking, this limit would never be reached. SQL Server has 6 Built In databases that provide Template Databases, Hold System Information and Backup Information et...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net