.NET news » Database Database Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 >
download
Convert SQL Server DB to SQLite DB
C# Utility to automatically do the conversion from SQL Server DB to SQLite DB
6 Jul 2008, 05:23:00   Source: Convert SQL Server DB to SQLite DB   Tags: Database Software
Check Validity of Sql Server Stored Procedures/Views/Functions
Command line tool to check validity of objects in SQL Server databases.
19 May 2008, 12:46:00   Source: Check Validity of Sql Server Stored...   Tags: Software Database
Multiple Ways to do Multiple Inserts
Various ways to do Multiple Inserts in SQL Server 2000/2005 or Oracle Database using ADO.NET in single database round trip.
4 May 2008, 15:29:00   Source: Multiple Ways to do Multiple Inserts   Tags: Database
Database-Driven Business Layer Templates
A introduction to the flexibilities provided by the use of SQL extended properties in business layer code templates.
22 Jan 2008, 13:15:00   Source: Database-Driven Business Layer Templates   Tags: Database
A Naming Scheme for Database Tables and Fields
Database developers have historically used a somewhat cryptic system for naming database tables and fields. Originally a result of the limitations of database management systems (DBMS), these naming schemes - or the lack thereof - have been adopted by convention and tradition. However, as database applications become more complex, with more tables and larger teams of developers, and as developers come and go, it becomes much more important to implement a robust and disciplined naming scheme for database objects. A well-defined naming scheme becomes more important when you adopt object relational mapping (ORM) technologies or automatic code generation.
16 Jan 2008, 06:39:00   Source: A Naming Scheme for Database Tables and Fields   Tags: Database
13 Productivity Tips for Transact-SQL 2005
Microsoft implemented many new features in SQL Server 2005, including an impressive set of language enhancements. From new language statements for SQL-99 compatibility to new features in response to customer requests, Transact-SQL 2005 helps to increase developer productivity. This article covers most of the new language features by posing a statement/scenario and then provide some code samples to show how you can use T-SQL 2005 to address the problem. You'll also get a brief glance at Visual Studio Team Edition for Database Professionals, a product that helps a development team to manage databases. Finally, I'll give you a sneak preview of some features in the next scheduled version of SQL Server (SQL Server 2008, "Katmai")...
22 Oct 2007, 21:25:42   Source: 13 Productivity Tips for Transact-SQL 2005   Tags: Database
SQL Trusted Connections with ASP.NET
Hard coding passwords into your application or your web site is a bad thing. Barry looks at how we can use trusted connections to provide the authentication we need, without the need for these potential security hazards.
9 Oct 2007, 21:03:00   Source: SQL Trusted Connections with ASP.NET   Tags: Database Security
SQL Server Management Objects: Lessons from the Wild
Harness the power of SQL Server Management Objects to create, document, and manage your SQL Server databases.
5 Oct 2007, 18:42:07   Source: SQL Server Management Objects: Lessons from the Wild   Tags: Database
MySQL Membership, Role, Sitemap, Personalization Provider for ASP.Net 2.0
This is the implementation of Membership, Role, Sitemap, Personalization provider of ASP.Net using MySQL as backend database. This class uses the native net MySQL connector version 5.1.2.
Simple introduction to Oracle XE with C#
This tutorial is intended to be a beginner's guide to Oracle XE. Oracle XE is an entry level database from Oracle. It has many of the features of the standard Oracle database yet it is easy to install with very little configuring needed and also easy to administer. There are some limitations as you would expect from a free product. The first is that there is a four gigabyte user data restriction. That is you can only store up to four gigabytes of user data. This does not include table namespaces or database data. The other restriction is that the database will only use one CPU from the host machine even if the host machine has more than one CPU.
3 Sep 2007, 08:38:00   Source: Simple introduction to Oracle XE with C#   Tags: Database
< 1 2 3 4 5 6 7 8 9 10 11 12 >