Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Help with looping in Transactions.

    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...

  • RE: Help with looping in Transactions.

    Please bear with me as I'm a bit new to t-sql, but instead of

    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...

  • RE: Do You Need an IT or CS Degree to be a Successful DBA?

    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...

Viewing 3 posts - 1 through 3 (of 3 total)