Viewing 3 posts - 1 through 3 (of 3 total)
I spoke too soon - maybe it should be this instead:
CREATE PROCEDURE InsertRows_MT
AS
BEGIN
DECLARE @colm1 int
DECLARE @intFlag int
DECLARE @date2 DATETIME
SET @date2 = '2009-04-12 00:00:00'
SET @colm1 = 1
SET @intFlag = 0
WHILE (@colm1...
December 4, 2009 at 7:37 am
#1087721
Please bear with me as I'm a bit new to t-sql, but instead of
SET...
December 4, 2009 at 7:29 am
#1087711
I see a lot of posts decrying the need for a degree of any sort and specifically an IT-related degree. In just the last 10 years I have seen...
May 5, 2009 at 7:26 am
#988771