Viewing 5 posts - 1 through 5 (of 5 total)
Hi Alan,
I will post a new, inproved version of the proc with
identity property.
Thanks
Regards
Yakov
October 5, 2005 at 8:47 am
Hi Phill,
thanks for your contribution.
I thought that Enterprise Manager or Query Analyzer always put column names in brackets (on both left and right sides). Your code example does not have...
September 29, 2005 at 6:41 am
Hi David,
thanks for comments.
I agree with you... but... this is a procedure that you may use multiple times day after day and year after year ... and the name should...
September 29, 2005 at 6:29 am
Here is a proc that will do it. No hard coded values.
You give it first day of the month.
create proc up_Return_Sundays (@start_date datetime)
as
declare @Sunday_Date table (Sunday_Date int)
SELECT @start_date = DATEADD(day,...
September 22, 2005 at 8:23 am
Hi Davis,
thanks for opening discussion on this article.
As you know there are thousand articles describing different short cuts of the Query Analyzer and my article is only one that shows where...
September 21, 2005 at 6:44 am
Viewing 5 posts - 1 through 5 (of 5 total)