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

  • 0
    Liked

    Cursor statuses

    Here are the queries that findout the cursors based on their statuses 1 Find out the cursors that are allocated but not opened or closed --Method 1 select name from sys.dm_exec_cursors(0) where is_open =0 --Method 2 select cur.cursor_name from sys.syscursorref......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on Sep 8 2009 3:50PM
    Profile · Blog · Facebook · Twitter
  • 0
    Liked

    Regular expression

    <pre>One of the posters asked a question in the forums about finding a number in an expression consists of alphabets and number if a particular digit is provided Consider the following set of data this is test place located at no 123456 test foo 35234 bar 126831 72348707 foo foo 987654 ......
    Blogs »  Madhivanan's TSQL Blog
    Madhivanan  Posted on Aug 3 2009 10:53AM
    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 | 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]