GOCHESTER.COM
Search:
 
 
Membership
 
  Member Login
Become a Member
Reset Password
 
     

 
Site Links
 
  Index
News Articles
View Articles By Category
 
     

 
News Article Category: Database related articles
Database related articles: Difference between TRUNCATE, DELETE and DROP (Oracle)
By: Chester Zhang - September 18th, 2009

article from orafaq.com

Read Full Article

Database related articles: How to delete duplicate rows (Oracle)
By: Chester Zhang - September 18th, 2009

There are multiple ways to delete the duplicates in the tables. Here is just some options.

Read Full Article

Database related articles: Access String Functions
By: Chester Zhang - May 27th, 2009

original article url: http://office.microsoft.com/en-us/access/HA010547271033.aspx

Read Full Article

Database related articles: Manual and Clean Uninstall Oracle for Windows
By: Chester Zhang - October 6th, 2008

Manual and Clean Uninstall Oracle for Windows
URL: http://www.mydigitallife.info/2005/12/13/manual-and-clean-uninstall-oracle-for-windows/

Read Full Article

Database related articles: Importing Bulk Data by using Bulk Insert or OpenRowSet(Bulk ...)
By: Chester Zhang - August 22nd, 2008

url: http://msdn.microsoft.com/en-us/library/ms175915.aspx

Read Full Article

Database related articles: Storing and Retreiving Image in SQL Server
By: Chester Zhang - August 22nd, 2008

URL: http://chiragrdarji.wordpress.com/2007/03/05/storing-and-retrieving-image-in-sql-server/

Read Full Article

Database related articles: Saving images as BLOB into SQL Server 2005
By: Chester Zhang - August 22nd, 2008

URL: http://www.softwareandtools.com/index.php/2005/11/28/saving_images_as_blob_into_sql_server_2005?blog=7

Read Full Article

Database related articles: Saving and Retreiving Images from Sql Server 2005
By: Chester Zhang - August 22nd, 2008

URL: http://forums.asp.net/t/1295549.aspx

Read Full Article

Database related articles: How To Read and Write BLOB Data by Using ADO.NET with Visual Basic .NET
By: Chester Zhang - August 22nd, 2008

url: http://support.microsoft.com/kb/308042/en-us

Read Full Article

Database related articles: Storing and Retrieving Images from SQL Server using Microsoft .NET
By: Chester Zhang - August 22nd, 2008

url: http://www.codeproject.com/KB/database/ImageSaveInDataBase.aspx

Read Full Article

Database related articles: How to load a photo file to SQL Server 2005
By: Chester Zhang - August 22nd, 2008

How to load a photo file to SQL Server 2005
http://www.trigonblue.com/Text_Market/Load_Image_to_SQL_Server_2005.htm

Read Full Article

Database related articles: isNumeric function in MS T-SQL
By: Chester Zhang - July 29th, 2008

from David Fekke blog, url: http://www.fekke.com/blog/index.cfm/2005/9/18/isnumericfunctioninmstsql

Read Full Article

Database related articles: SQL SERVER - Validate Field For DATE datatype using function ISDATE()
By: Chester Zhang - July 29th, 2008

on July 12, 2007 by pinaldave, url: http://blog.sqlauthority.com/2007/07/12/sql-server-validate-field-for-date-datatype-using-function-isdate/

Read Full Article

Database related articles: The Curse and Blessings of Dynamic SQL
By: Chester Zhang - July 14th, 2008

url: http://www.sommarskog.se/dynamic_sql.html | ...

Read Full Article

Database related articles: SQL Server 2005 database replication (using BCP and SSEUTIL)
By: Chester Zhang - July 14th, 2008

url: http://asptutorials.net/SQL-Server/sseutil-and-database-replication/ | This article discusses how to copy databases from one computer to another. This is a typical problem to face if you have a development version of your system and you want to copy this over to a live version, or simply if you want to make a backup of a live system.

Read Full Article

Database related articles: SP_EXECUTESQL (Transact-SQL)
By: Chester Zhang - July 14th, 2008

URL: http://msdn.microsoft.com/en-us/library/ms188001.aspx | It is SQL Server 2005 Online Books, regarding to "sp_executesql". Executes a T-SQL statement or batch that can be resued many times, or one that has been built dynamically.

Read Full Article

Database related articles: Generate dynamic SQL statements in SQL Server
By: Chester Zhang - July 14th, 2008

URL: http://blogs.techrepublic.com.com/datacenter/?p=306 When you need to solve a tricky database problem, the ability to generate SQL statements is a powerful tool.

Read Full Article

Database related articles: SQL Server - Import CSV File Into SQL Server Using Bulk Insert
By: Chester Zhang - March 18th, 2008

orignal url: http://blog.sqlauthority.com/2008/02/06/sql-server-import-csv-file-into-sql-server-using-bulk-insert-load-comma-delimited-file-into-sql-server/

Read Full Article

Database related articles: DB - ACCESS: Add CASE to Access DB Query
By: Chester Zhang - June 11th, 2007

There is a lack of support for SQL Server's CASE function in Access SQL. After searching, googling on the internet, I found something useful online and shared it here. The URL I found is "http://ewbi.blogs.com/develops/2006/02/adding_case_to_.html". If you like, you can check the original article. Here I just list the step by step procedure to make it work in Access SQL. (June 11, 2007)

Read Full Article

Database related articles: ISNULL (T-SQL) function
By: Chester Zhang - May 24th, 2007

What is ISNULL (T-SQL) function and how to use it?

Read Full Article

Database related articles: String Manipulations with SQL Server 2000
By: Chester Zhang - May 21st, 2007

String Manipulations with SQL Server 2000 string functions in T-SQL

Read Full Article