News

Procedure to move Microsoft SQL Server database to a new location, painlessly, if you’re running low on disk space, added a new drive array, or just curious.
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
SQL Servers allow the import or export of database diagrams to another database. All the information related to a database is stored in the dtproperties table. Therefore, to import or export a ...
If you've been managing databases for any length of time, you've probably had to contend with the 'noisy neighbors' scenario. In this scenario, you have several applications, each with their own ...
P>Technology Toolbox: SQL Server 2000, ADO.NET, Java, JDBC Note: This article is excerpted from Chapter 7, "Creating a Shared Database," of Microsoft .NET and J2EE Interoperability Toolkit ...