Welcome
Looking for help with regular expressions? You'll find regular expression forums and blogs here at RegexAdvice.com. If you're looking for help with a particular expression, check out the Construction Advice forum. You should also search for regular expressions in the regular expression library.
If you have questions or need assistance, please contact Steve Smith via his blog.
-
User Defined Function returns the numbers of days in month. It is very simple yet very powerful and full proof UDF. CREATE FUNCTION [dbo] . [udf_GetNumDaysInMonth] ( @myDateTime DATETIME ) RETURNS INT AS BEGIN DECLARE @rtDate INT ......... http://blog.joggee.com/?p=51...
-
Last June 19, 2007, at the Pearl Continental Hotel here in Lahore, I attended the Pakistan Developer Conference 2007. The speaker was Stephen Forte . He had shared the latest Database Training techniques on SQL Server 2005 and I would like to share these...
-
I am familiar with Goto Command since i was using Visual Basic 6.0. I wanted to prevent or bypass the execution in a stored procedure and i used the same command in Sql Server 2005. Some details:................ http://blog.joggee.com/?p=49 Share this...
-
If i feel this will help others i posted. The Continue statement skips the remaining statements in the loop body of a repetition statement and causes control to proceed to the next iteration of the loop. Code example for Visual Studio 2005 May 2004 Community...
-
Here is the single line of code for getting current webpage name. Dim pag As String.................... http://blog.joggee.com/?p=66 Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!...