senthilmcan-sql.blogspot.com
Structured Query Language (SQL): October 2009
http://senthilmcan-sql.blogspot.com/2009_10_01_archive.html
Structured Query Language (SQL). Thursday, October 8, 2009. Select * from users for XML Raw. Select * from users for XML Raw, TYPE. Select * from users for XML AUTO, TYPE. Select * from users for XML AUTO, ELEMENTS. Select * from users for XML PATH. Select 1 as Tag,0 as Parent,User fname as [usr! User fname],User lname as [usr! User lname] from users for XML EXPLICIT. Select 1 as Tag,0 as Parent,User fname as [usr! ELEMENT],User lname as [usr! ELEMENT] from users for XML EXPLICIT. Links to this post.
senthilmcan-sql.blogspot.com
Structured Query Language (SQL): Clustered Index and non Clustered Index
http://senthilmcan-sql.blogspot.com/2014/12/clustered-index-and-non-clustered-index.html
Structured Query Language (SQL). Sunday, December 28, 2014. Clustered Index and non Clustered Index. Posted by Senthilkumar Nainamalai. Subscribe to: Post Comments (Atom). Is there a way to loop through a table variable in. Clustered Index and non Clustered Index. How to write optimized Stored Procedures.
senthilmcan-sql.blogspot.com
Structured Query Language (SQL): February 2010
http://senthilmcan-sql.blogspot.com/2010_02_01_archive.html
Structured Query Language (SQL). Friday, February 26, 2010. SQL objects are schemas, data dictionaries, journals, catalogs, tables, aliases, views, indexes, constraints, triggers, sequences, stored procedures, user-defined functions, user-defined types, and SQL packages. SQL creates and maintains these objects as system objects. A brief description of these objects follows:. Journals and Journal Receivers. Catalogs Tables, Rows, and Columns. Posted by Senthilkumar Nainamalai. Links to this post. Declare ...
senthilmcan-sql.blogspot.com
Structured Query Language (SQL): Is there a way to loop through a table variable in without using a cursor?
http://senthilmcan-sql.blogspot.com/2014/12/is-there-way-to-loop-through-table.html
Structured Query Language (SQL). Sunday, December 28, 2014. Is there a way to loop through a table variable in without using a cursor? Http:/ searchsqlserver.techtarget.com/tip/Avoid-cursors-in-SQL-Server-with-these-methods-to-loop-over-records. Posted by Senthilkumar Nainamalai. Subscribe to: Post Comments (Atom). Is there a way to loop through a table variable in. Clustered Index and non Clustered Index. How to write optimized Stored Procedures.
senthilmcan-os.blogspot.com
Operating System: Memory Allocation
http://senthilmcan-os.blogspot.com/2009/08/memory-allocation_27.html
Thursday, August 27, 2009. I,j,s[10],s1[10],m,n,t,a[10],ch;. Printf( " n n t tMEMORY. Printf( " n t t ". Printf( " n nEnter. The no of slots:". I=1;i =n;i ). The slot %d size:". I=1;i =n;i ). J=1;j =n;j ). Printf( " n nSelect. Printf( " n t1. First Bit. n t2. Best Bit. n t3. Worst Bit. n t4. Exit". Printf( " n tFIRST BIT ALLOCATION". Printf( " n t ". I=1;i =n;i ). Printf( " nThe first bit memory. Allocation in slot = %d". Printf( " n tBEST BIT ALLOCATION". Printf( " n t ". I=1;i =n;i ). Printf( " n t ".
senthilmcan-c.blogspot.com
Programming Language (C, C++): Quadratic Equation
http://senthilmcan-c.blogspot.com/2009/08/quadratic-equation.html
Programming Language (C, C ). Thursday, August 27, 2009. X=(-b( or-sqrt(b 2-(4*a*c) )/(2*a). Float x1,x2;. Printf("Enter Value for A,B,C : ");. Scanf("%d%d%d",&a,&b,&c);. Printf("Roots are Real and Unequal");. Printf("Roots are Real and Imaginary");. Printf("Roots are Real And Equal");. Printf(" n tX1 = %.2f",x1);. Printf(" n tX2 = %.2f",x2);. Enter Value for A,B,C : 2 3 4. Roots are Real and Imaginary. X1 = 0.00. X2 = 1.20. Posted by Senthilkumar Nainamalai. Subscribe to: Post Comments (Atom).
senthilmcan-clientscript.blogspot.com
Client Script (Java/ VB Script): Frame
http://senthilmcan-clientscript.blogspot.com/2009/09/frame.html
Client Script (Java/ VB Script). Friday, September 18, 2009. Frameset rows= "50%,50%". Src= "frame noresize.htm". Src= "frame a.htm". Frameset cols= "50%,50%". Src= "frame noresize.htm". Src= "frame a.htm". Do it from child pages. Parent.document.getElementById( "rightFrame". Parent.document.getElementById( "rightFrame". Parent.document.getElementById( "rightFrame". Src= http:/ google.com. Break out of a frame. Window.top.location= "tryjs breakout.htm". Posted by Senthilkumar Nainamalai.
senthilmcan-datastructure.blogspot.com
Data Structure: Infix to Postfix Expression
http://senthilmcan-datastructure.blogspot.com/2009/08/infix-to-postfix-expression.html
Friday, August 28, 2009. Infix to Postfix Expression. Infix[50],stack[50],x;. Printf( " n n t t tCONVERSION. OF INFIX TO POSTFIX EXPRESSION". Printf( " n t t t* * * * * * * * * * * * * * * * * * * * *". Printf( " n nENTER. THE INFIX EXPRESSION :- ". Printf( " n nTHE. REQUIRE POSTFIX FORM IS:- ". Printf( " n nDO. U CONTINUE (Y/N):- ". Posted by Senthilkumar Nainamalai. Subscribe to: Post Comments (Atom). Infix to Postfix Expression. Linear and Binary search. Infix to Postfix Conversion.
senthilmcan-datastructure.blogspot.com
Data Structure: Linked Queue
http://senthilmcan-datastructure.blogspot.com/2009/08/linked-queue.html
Friday, August 28, 2009. Printf( " n n t t tLINKED QUEUE". Printf( " n t t t* * * * * * ". Printf( " n= = ". Printf( " n t 1.INSERT". Printf( " n t 2.DELETE". Printf( " n t 3.SHOW". Printf( " n t 4.EXIT". Printf( " n nEnter the choice :- ". ENTER THE VALUE :- ". Printf( " n%d IS INSERTED". Printf( " nQUEUE IS EMPTY n". Qnode *temp=q.front;. Qfront=q.front- link;. Printf( " n QUEUE IS. Qnode *temp=q.front;. Printf( " n %d is". Posted by Senthilkumar Nainamalai. Subscribe to: Post Comments (Atom).
senthilmcan-clientscript.blogspot.com
Client Script (Java/ VB Script): window
http://senthilmcan-clientscript.blogspot.com/2009/09/window.html
Client Script (Java/ VB Script). Friday, September 18, 2009. Window.location.reload();. Window.location=" http:/ senthilmcan.blogspot.com. Posted by Senthilkumar Nainamalai. Subscribe to: Post Comments (Atom). Automatically jumps to the next field.