|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Database Snapshot in Sql Server 2005
by
rajshree mittal
On
Apr 26, 2010
A database snapshot is a read-only, static view of a database (called the source database). Each database snapshot is transactionally consistent with the source database at the moment of the snapshot's creation. When you create a database snapshot, the source database will typically have open transactions. Before the snapshot becomes available, the open transactions are rolled back to make the database snapshot transactionally consistent.
|
|
|
|
|
XML DATATYPE (series 1)
by
rajshree mittal
On
Apr 26, 2010
New to SQL Server 2005, is The XML data type, which lets you store XML documents and fragments in a SQL Server database. An XML fragment is an XML instance that is missing a single top-level element. You can create columns and variables of the XML type and store XML instances in them. Note that the stored representation of XML data type instances cannot exceed 2 GB.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Perform key actions or events in c#
by
rajshree mittal
On
Jul 06, 2009
Keys events allow us to use shortcuts like if user enetered user id and password and then he press only ENTER key then login button get pressed and we no need to click on login button just press ENTER KEY
|
|
|
|
|
|
|
|
|
|
|
|
|
|