Viewing 10 posts - 31 through 40 (of 40 total)
The following link is more appropriate for the explanation:
May 1, 2007 at 9:12 am
Just for clarifiation...
The posted explanation states:
'If you OR these numbers, you get a 1, which is 0001...'
It should state:
'If you Exclusive OR these numbers, you get a 1, which is...
April 27, 2007 at 9:36 am
The reference given in the explanation is actually for the CONTINUE statement. Try the following instead:
March 30, 2007 at 9:18 am
Dave,
cscript //H:Cscript will make cscript the default script engine. Windows Script Host (WSH) is the program that runs scripts (VB scripts or javascripts) on Windows operating systems. WSH...
November 6, 2006 at 11:06 am
The following link:
http://msdn2.microsoft.com/en-us/library/ms190028.aspx
also says "The DEALLOCATE statement completely frees all resources allocated to the cursor, including the cursor name."
This is the second reference that supports answer...
September 27, 2006 at 9:21 am
The main premise of the "correct" answer was to minimize maintenance. The point that you start repeating work as soon as another individual comes along makes an assumption that was...
June 23, 2006 at 9:29 am
I don't think Mr. Poole used a fair example. A "well tested stored procedure" would also delete records from the referenced tables to avoid leaving orpahned records all over the database. ...
March 2, 2006 at 9:28 am
Mr. Buchan has a very good point. Fully automated testing misses many flaws that are obvious to the user. I have been an advocate for some degree of ad hoc...
February 24, 2006 at 9:21 am
Viewing 10 posts - 31 through 40 (of 40 total)