Forum Replies Created

Viewing 5 posts - 46 through 51 (of 51 total)

  • RE: Querying the INFORMATION_SCHEMA

    Mike,

    Good article, this will save a lot of time.

    Bill Soranno
    MCP, MCTS, MCITP DBA
    Database Administrator
    Winona State University
    Maxwell 143

    "Quality, like Success, is a Journey, not a Destination" - William Soranno '92

  • RE: This SP will be create C# classes using all table

    Madhu,

    I did not create the original stored procedure, I just made some corrections.

    It was created by Satyanarayana Bommidi, he(?) deserves the credit.

    Bill

    Bill Soranno
    MCP, MCTS, MCITP DBA
    Database Administrator
    Winona State University
    Maxwell 143

    "Quality, like Success, is a Journey, not a Destination" - William Soranno '92

  • RE: This SP will be create C# classes using all table

    Madhu,

    I had the same thing happen to me. It stopped once I created the path on my system that the sp is looking for.

    Make sure that...

    Bill Soranno
    MCP, MCTS, MCITP DBA
    Database Administrator
    Winona State University
    Maxwell 143

    "Quality, like Success, is a Journey, not a Destination" - William Soranno '92

  • RE: This SP will be create C# classes using all table

    If you used the original script to create the sp, it has errors.

    Copy the script from my post that has the corrected version.

    The script is an ALTER statement. You should...

    Bill Soranno
    MCP, MCTS, MCITP DBA
    Database Administrator
    Winona State University
    Maxwell 143

    "Quality, like Success, is a Journey, not a Destination" - William Soranno '92

  • RE: This SP will be create C# classes using all table

    The procedure works great, once you make some minor changes.

    Please see the corrected code below:

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    /*

    Purpose: This SP will be create C# classes using all table in...

    Bill Soranno
    MCP, MCTS, MCITP DBA
    Database Administrator
    Winona State University
    Maxwell 143

    "Quality, like Success, is a Journey, not a Destination" - William Soranno '92

Viewing 5 posts - 46 through 51 (of 51 total)