Categories
Tags → Sql Current Time

Large Database Backup

This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creati...
DETAILS

Using GetDate Function in an SQL Statement

This function is very useful, if you wish to get date of current SQL server date and time. You may use this function to fill some rows automatically with current time or using with DateDiff function to return the number between current time.
DETAILS

DBSchema

DBSchema is the real time online description of a MS SQL Server database generated using the data definition language provided by the Database. DBSchema defines attributes of the database, such as tables, columns, procedures and properties. It provid...
DETAILS
©2003-2019 jCay.com