Software Architect
cool links ,post on experiences and useful notes
SQL statement to search inside stored procedure
Useful script for searching in stored procedures.
SELECT OBJECT_NAME(id)FROM syscommentsWHERE [text] LIKE ‘%searchtext%’AND OBJECTPROPERTY(id, ‘IsProcedure’) = 1GROUP BY OBJECT_NAME(id)
Newer Post
Older Post
Home
Search A Topic
Search the Topic that you're interested in this blog.Thanks for visiting !
MSDN: U.S. Local Highlights
Loading...
All Blog Post
DotNet Technology
(20)
SQL Server Guid
(14)
Software Testing Guide
(12)
OOP
(4)
C#
(3)
JavaScript
(3)
Ajax
(2)
CSS
(1)
Ebooks And Tutorials
Guide to CSS and HTML Web Design
Beginning HTML with CSS and XHTML
Simply Javascript
HTML and JavaScript for Scientists and Engineers
File Password Lock Software
HTML Editor 2008 Pro 11.5.1
For DotNet Developer
Ajax Rating Control
Using web parts control
Ajax MoalPoupExtender
10th issue of Architecture Journal
DotNet Partial Keyword
Delegates And Anonymous
Static Classes
Creating a context menu
Most Popular Posts
An Introduction About LINQ
What's New in CSharp 3.0
What's New In Dotnet 3.5
DownLoads
Ajax Sample
Asp.Net Ajax 1.0
Enterprise Library 2.0
Microsoft .Net 3.0 Runtime
Microsoft Silverlight Beta 2.0
Microsoft Starter Kits
Microsoft Visual Studio 2005 SP1
Microsoft Visual Studio 2008
Yahoo Widget Converter
Archive
October
(13)
September
(3)
August
(7)
July
(32)
June
(14)