Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Browse by Tags · View All
SQL Server 3
WPF 1
TSQL 1
XACT_ABORT 1

Archive · View All
July 2012 3
December 2011 3
October 2012 2
December 2012 1
June 2012 1

  • 0
    Liked
    3
    Comments

    Use of XACT_ABORT ON

    XACT_ABORT is a command in sql server . When set to ‘ON’ it will rollback any transaction if an error occurred in it.If used where there is no transaction it will just roll back the statement where error occurred and aborts execution....
    Blogs »  Satya's Pen
    satyajit  Posted on Dec 26 2011 12:00AM
    Profile · Blog
  • 1
    Liked
    4
    Comments

    Exception Handling in SQL SERVER

    First of all let us understand where exception handling can be useful in sqlserver. I am listing 2 main purpose of it. 1. In transactions it is a must. 2.To return the client some useful/custom error message....
    Blogs »  Satya's Pen
    satyajit  Posted on Dec 26 2011 12:00AM
    Profile · Blog
  • 2
    Liked
    1
    Comments

    NVarchar(MAX)/Varchar(Max) in sql server

    Quite often we come across datatypes in sql server with a 'Max' as a size !!! Lets first understand what it stand for. In sql server varchar can have 8000 characters(=8000 bytes), Nvarchar 4000 characters(1 unicode char=2 bytes).In sql server 2005 a new keyword 'MAX' is added aiming to replace older datatypes like TEXT,NTEXT,IMAGE etc.The size of data it can hold is 2 GB , the same size that can be hold by TEXT, NTEXT etc....
    Blogs »  Satya's Pen
    satyajit  Posted on Dec 26 2011 12:00AM
    Profile · Blog
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]