Getting Started with Adobe After Effects - Part 6: Motion Blur
Webmasters should consider changing their hosting plans into business hosting, especially those that have big sites.

Liked



Upload Image Close it
Select File

Browse by Tags · View All
sql_server 217
t-sql 211
tsql 116
sqlserver 96
BRH 78
#SQLServer 66
#TSQL 56
SQL Server 34
function 11
SSMS 9

Archive · View All
August 2007 17
August 2010 8
June 2012 7
June 2011 7
November 2007 7
August 2012 6
May 2012 6
November 2011 6
August 2011 6
October 2011 6

Madhivanan's TSQL Blog

  • 1
    Liked
    3
    Comments

    Backup All databases

    Here is the script that takes backup of all databases excluding system databases The file name would be databasename_yyyymmdd where yyyymmdd is the formatted value of current date create procedure Backup_all_databases as Declare @sql varchar(8000) set @sql='' select @sql=@sql+ ' Backup dat......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on May 10 2010 12:00AM
    Profile · Blog · Facebook · Twitter
  • 2
    Liked
    2
    Comments

    Extracting numbers - Part 2

    In this post Extract only numbers from a String, I described a method of extrating numbers from a string using split and concatenate technique In this post Regular expression, I described a method to extract whole numbers if a specific digit is found Consider that you have a situation where you ne......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on Apr 22 2010 10:08AM
    Profile · Blog · Facebook · Twitter
Previous | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]