Select Category :
Keywords :
Result[ 1-8 out of 40 results ] << First < Previous 1 2 3 4 5 Next > Last >>
PL/SQL Views Comments Post
Code to find out the statement that caused the trigger to fire
The following trigger code works in SQL Sever 2000 (In SQL Server 7.0, you can't create tables inside a trigger. So, you'll have to create a permanent table before hand and use that inside the trigger). This code only displays the SQL statement, login name, user name and current time, but you can alter the code, so that this information gets logged in a table for tracking/auditing purposes.
1 0
Reena Kiran
Post on : 02 Sep 2009
Define event handler
Define event handler (Newer Syntax)
1 0
Venkat Chenagapally
Post on : 01 Sep 2009
Get SQL Server Path from registry
Reads the SQL server path from registry.
1 0
Venkat Chenagapally
Post on : 01 Sep 2009
T-SQL code to split a column into two columns in a SELECT statement, based on a condition
The below query uses a CASE statement within the SELECT statement to split a column into two based on a certain condition.
1 0
Jibesh Swain
Post on : 31 Aug 2009
T-SQL code to find out the nth highest number in a column
To find out the second highest salary from the employees table? Or To find out the third oldest employee in the company? Here is a stored procedure which accepts the table name, column name, and nth number and displays the nth highest number from the given column.
1 0
Reena Kiran
Post on : 31 Aug 2009
Find a string in Procedures, Triggers, Constraints, Defaults, Functions, and Views
Find a string in Procedures, Triggers, Constraints, Defaults, Functions, and Views
0 0
Venkat Chenagapally
Post on : 28 Aug 2009
To see the locks in a particular database
Create this procedure in the master database and call it from the required databases. When you want to see the locks in a particular database, make sure, you are executing this procedure from being in that database.
1 0
Jibesh Swain
Post on : 28 Aug 2009
Concatenating SQL strings with nulls
'test' + null + 'srt' returns null set concat_null_yields_null off; 'test' + null + 'srt' returns 'testsrt'
0 0
Venkat Chenagapally
Post on : 28 Aug 2009
 
Top Users
Revanth Patnam
Vijay Joshi
Venkat Chenagapally
Reena Kiran
Kishore Kumar
 
 
Recent Posted Code
List and Read Text Files
Post on : 21 Sep 2009
Post by : Reena Kiran
Simple Editor
Post on : 16 Sep 2009
Post by : Vijay Joshi
Creating a simple dialog
Post on : 16 Sep 2009
Post by : Vijay Joshi
Pop up dialog: build a dialog
Post on : 16 Sep 2009
Post by : Vijay Joshi
OK cancel dialog box
Post on : 16 Sep 2009
Post by : Vijay Joshi
 
About Us  I   Privacy Policy  I   Terms of Use  I   Disclaimer  I   Contact Us  I   Sitemap  I   Advertise  I   FAQ Copyright ©2009 K Sera Sera Productions FZ-LLC All rights reserved.
kmediatalent.com, kpropertyexchange.com, kbazzar.com are other portals of Kserasera Productions Limited.