A shared-point on SharePoint
A blog on SharePoint and related technlogies.
Thursday, January 24, 2008
Implementing workflow in Sharepoint
Follow the links to learn on WORKFLOWS
An Introduction to WORKFLOWS
What is a Three-state workflow and how can i implement it ?
Getting started in Windows Workflow foundation using Visual Studio 2005
A complete set of article on Workflow from Microsoft specifically for developers
Hope you found what you wanted without lot of googling.........cheer up then....
Tuesday, January 15, 2008
SQL - Get Routine Information
You can use this query to get information about a particular columns existance in a stored procedure.
SELECT ROUTINE_NAME, ROUTINE_DEFINITION
FROM INFORMATION_SCHEMA.ROUTINES
WHERE ROUTINE_DEFINITION LIKE '%ticketprice%'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)