Viewing 5 posts - 46 through 50 (of 50 total)
Mike,
Good article, this will save a lot of time.
March 3, 2008 at 8:24 am
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
November 14, 2007 at 7:13 am
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...
November 13, 2007 at 4:47 pm
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...
November 13, 2007 at 4:02 pm
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...
November 13, 2007 at 1:04 pm
Viewing 5 posts - 46 through 50 (of 50 total)