.Net programming
Home
Contact
Privacy Policy
Asp.Net
ADO.Net
AJAX
MVC
JavaScript
C#
Crystal Report
Sql
Angular JS
Linq
Wednesday, November 16, 2011
How to find the table used in the stored procedure?
Tweet
Share
Method 1 : SELECT OBJECT_NAME(id) FROM SYSCOMMENTS S
INNER JOIN SYS.OBJECTS O ON O.Object_Id = S.id
WHERE S.text LIKE ‘%Products%’
AND O.type=’P’
Newer Post
Older Post
Home
Sponsors
Popular Posts
Video Gallery in Asp.Net
Download source (external link) - 6.3 MB Introduction Gallery Server Pro is a powerful and easy-to-use ASP.NET web application that lets you...
validation expression
Here are a few more common...
ASP.NET AJAX Control Toolkit Slideshow Extender - Popup Image in New Customizable Window
Download source - 337.42 KB Introduction I was browsing the message boards when I came across someone wanting help with the ASP.NET AJAX Con...
Using ASP.NET and jQuery to Pass Multiple Values from a GridView to Another Page
In one of our previous article Pass Multiple Values from a GridView to Another Page using ASP.NET, we had seen how to select a GridView row ...
Emulate ASP.NET validation groups with jQuery validation
In my most recent post, I demonstrated a workaround to allow using the jQuery validation plugin with WebForms pages . The basic idea was to...
Creating a Simple Search Function Using LINQ in C#.NET And Highlighting Results With JavaScript
One of the many things that almost every website or be it web application needs is a simple search functionality. It is as simple as pie and...
Freeze ASP.Net GridView Columns and Header with CSS When working in large s
When working in large spreadsheet in excel I used to freeze the columns(including First Column ) and rows. This is very useful when you w...
Create Dashboard with SQL Server Reporting Services (SSRS) 2008
In this article, we will see how to create and deploy a SharePoint Dashboard which contains SQL Server Reporting Services (SSRS) 2008 report...
SQL Server Agent Job
Note that this tutorial was written for those using the 2000 edition of SQL Server (SQL Server 2000). For later versions of SQL Server, ch...
Shopping Cart Example Code In ASP.NET GridView DataList
Creating Shopping cart example source code using asp.net 2.0,3.5 with gridview and datalist C#.NET,VB.NET In this example i'm using Grid...
Follow Us On Facebook
Blog Archive
►
2022
(1)
►
December
(1)
►
2019
(1)
►
April
(1)
►
2018
(7)
►
June
(7)
▼
2011
(325)
►
December
(5)
▼
November
(89)
How to call a WCF service in silverlight
Joins in LINQ to SQL
implement Nested Modal popup extender and Behavior...
How to use the DBCC MEMORYSTATUS command to monito...
How to use the Group Policy Editor to change defau...
How can Lock, Logoff, Reboot, Shutdown, Hibernate,...
RadioButtonList DropDownList In GridView Edit Mode...
How Can SQL Server 2008 is going to rock?
How Can use data types in Sql Server?
How Can Parameter Sniffing in Sql Server?
Maximum Capacity Specifications for SQL Server
how can Replication Optimization in Sql Server?
How Can Cursor Optimization In Sql Server?
How can t-SQL Optimization in Sql Server?
How can use SQL Server Index Maintenance Performan...
How Can user Ranking Function Use in Sql Server?
How to check which locks are held on a table?
How to get the Total rows in the table?
How to find the table used in the stored procedure?
How to list all Views in the database?
How to listout the Functions in the database?
How to list the user tables in the database?
How to list out the Stored Procedures in the datab...
How to list out the available database in the sql ...
C# 3.0 for Beginners - Learning LINQ - An Overview
Stored procedures vs. functions
How Can Enable Intellisense in Sql Server?
how Can Use Table Variables In T-SQL
DDL Triggers in SQL SERVER 2008
Executing Remote Stored Procedure – Calling Stored...
SQL SERVER – 2005 – Database Table Partitioning Tu...
file upload with Preview in ASP.NET MVC
how to yahoo Contact Reader Using ASP.NET
Nested Master Pages
How to Convert Excel to XML file
Check Date with CompareValidator
How to capture logoff time when user closes browser
how to Add Child Node and sub child node to the tr...
Pivot Data in GridView - A Generic Pivot Method wi...
Hide and show Data using Repeater control
Populate DropDown List from Database in ASP.NET & C#
CSV to XML Conversion using LINQ
Create ZIP Files From An ASP.NET
Package Files for Zip Download with ASP.net
WPF Tools and Examples
DataTable - Adding, Modifying, Deleting, Filtering...
Web Reference and Web Services
Save and Restore Form Cookies using JavaScript
Building A Color Picker Using ASP.NET MVC And jQuery
limiting file size of a file uploaded in asp.net
How to Execute SSIS Packages in C# ASP.NET
Error with timeout
Using ASP.NET and jQuery to Pass Multiple Values f...
Deleting Multiple Rows in a GridView
Pass Multiple Values from a GridView to Another Pa...
Play sound and Stop sound (Windows Phone )
Add Fingerprint Scan-based Security to Your .NET A...
The SqlConnection Object
ViewState in ASP.NET
SubReports in Crystal Reports
Downloading and Uploading Files
How to add windows media player in asp.net web page
How To Dynamically Add Nodes to a TreeView WebBrow...
Global Error Handling in ASP.NET MVC 3 with Ninject
How to access values of dynamically created TextBoxes
Read and Write into a resx file programmatically
Cursor Positions, Selected Text, and A Simple HTML...
Adding Dynamic Rows in GridView with TextBoxes
DataTable - Adding, Modifying, Deleting, Filtering...
How to Export Repeater data to CSV
IIS7 Managed Module - URL redirection, Http2Https,...
ASP.NET Menu and SiteMap Security Trimming
Image Maps with JavaScript
Creating a Project Status Dashboard using ASP.NET
What is Windows Identity Foundation ?
How to create a cookie
How do I use the ComboBox Control?
ColorPicker Control Extender
Entity SQL User-Defined Functions in Entity Framew...
Mortgage Calculator in C# and .NET
Dynamically create ASP.NET user control using ASP....
How to send parameters to WCF service
Progress bar with dynamic text & text color update
MVC RadioButtonList HTML Helper
Creating Model Classes with the Entity Framework
Difference Between Website and Web Application
Video Gallery in Asp.Net
HOW TO Use the MultiHandleSlider Control
Nested Repeater in asp.net
►
October
(177)
►
September
(54)
►
2010
(8)
►
November
(8)
My Blog List
Blog links
Category
ADO.Net
(61)
AJAX
(19)
Angular
(1)
API
(5)
Asp.Net
(119)
c#
(13)
Crystal Report
(8)
IIS
(2)
Javascript
(14)
LINQ
(7)
Mobile
(2)
MVC
(34)
OOP
(1)
sharepoint
(2)
SilverLight
(2)
Sql
(38)
VB
(1)
WCF
(10)
Window Xp
(1)
WPF
(2)