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

    Parsing a string

    0 begin insert into @temp(data) select substring(@s,1,charindex('~!@#',@s)-1) set @s=substring(@s,charindex('~!@#',@s)+4,len(@s)) end insert into @temp(data) select @s --Extract the tags select data from @temp where id%2=0 --Extract the data available outs......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on Nov 18 2009 9:03AM
    Profile · Blog · Facebook · Twitter
  • 0
    Liked

    Dropping all temp tables

    In SQL Forum one of the posters asked a question about dropping all the temporary tables There are many ways to do this One of the ways to to run the following code declare @sql varchar(8000) set @sql='' select @sql = @sql+' drop table '+name from tempdb..sysobjects where xtype='u' exec(@s......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on Sep 18 2009 3:49PM
    Profile · Blog · Facebook · Twitter
Previous | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]