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
  • 0
    Liked
    3
    Comments

    CTE in a View

    It is possible to use Common Table Expression in a View. But newbies wonder why the following is not possible create view numbers as with numbers(n) as ( select 1 as n union all select n+1 from numbers where n Which when created results to the error Msg 156, Level 15, State 1, Procedure......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on Jul 11 2009 11:53AM
    Profile · Blog · Facebook · Twitter
  • 2
    Liked
    3
    Comments

    Quirky update in sql server

    When you use variables in update statement and update the columns with the values of variableswhich keep on changing for each row, you can simulate many things that are done using Loop or a Cursor declare @temp table ( product_name varchar(100), Value int, sequence int ) insert into @temp......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on Jun 10 2009 10:18AM
    Profile · Blog · Facebook · Twitter
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]