Free Newsletters:
DatabaseDaily  
Database Journal
Search Database Journal:
 
MS SQL Oracle DB2 Access MySQL PostgreSQL Sybase PHP SQL Etc SQL Scripts & Samples Links Database Forum DBA Videos
internet.com

» Database Journal Home
» DBA Videos
» Database Articles
» Database Tutorials
MS SQL
Oracle
MS Access
MySQL
DB2
» RESOURCES
Database Tools
SQL Scripts & Samples
Links
» Database Forum
» DBA Jobs
» Sitemap

News Via RSS Feed



follow us on Twitter

Marketplace Partners
Be a Marketplace Partner

internet.commerce
Be a Commerce Partner


















Security Software Primed for Strong Growth

SAP Touts 'Unwired' Strategy With Sybase

Salesforce Q2 Sees SaaS Paying Off

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Database Journal | DBA Support | SQLCourse | SQLCourse2










Featured Database Articles

SQL Scripts & Samples

Test SQL Connectivity 2/01
This script tests connectivity to SQL Server box from a client machine when there is no SQL Client.

Import the SQL Server Error Log into a Table 1/25
This script imports the SQL Server error log into a table, so that it can be queried.

Display CPU Information 1/19
This script displays CPU information.

Check Windows Process 1/11
This script finds the number of process instances running on a server.

Reboot Machines 1/04
This batch file will reboot machines.

Unix script for performing repetitive jobs 12/28
This shell script executes a while loop for performing the required job.

Get Last Day Of Month 12/21
This script will get the last day of the month.

DEFAULT column values 12/14
To avoid ARC_Triggers creation, you can use DEFAULT column values.

Services running on local MSSQL server 12/07
The procedure will list code, name and current state of each service that is installed on the machine where SQLSERVER2000 is running.

Generate UserNames 11/30
This udf_SuggestUserName function generates usernames based on date of birth, zipcode, username, firstname and lastname.

Importing flatfile data to MSSQL table 11/23
This script is used to read the data from a flat file and then populate it into the database table.

Find SQL Server Authentication Mode 11/16
This script can be used on both SQL 2000 and SQL 2005 to find the Authentication mode set for the sql instance.

Stored Procedure NetSend 11/09
This stored procedure can be used by database administrators to inform users, prior to breaking the user's connection to the database.

Track Table Fragmentation 11/02
A diagnostic table and stored procedure to track the fragmentation of large tables within databases. The user passes the database name and the table name as parameters to the SP. The SP can be set up to run as a scheduled job every few hours to produce a historical trend of fragmentation.

Detach & Attach User Databases 10/26
This script moves databases to different physical locations.

Add Your Script

SQL Scripts & Samples Archives







Latest Forum Threads
SQL Scripts & Samples Forum
Topic By Replies Updated
Simple question ScottDolan 0 June 24th, 11:37 AM
SQL string not pulling all access records littleduk 1 May 31st, 06:32 PM
Monitor Database to monitor SQL Server PlateT 0 May 28th, 04:03 AM
Extracting text from String? djcp24 4 March 31st, 04:43 PM