Answered by:
Stored procedure and table

Question
-
User647790461 posted
HI,
i have installed time.vsi and executing the same,but while creating new user it is showing that "Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' and could you please tell me the use of that SP.and clearly explain the aspnet_Users table. what columns that table contained?
Thanks in Advance,
Anil
Friday, December 28, 2007 4:36 AM
Answers
-
User555306248 posted
In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..
You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt
aspnet_regsql, it will open one window, where you have to configure DB. So that necessary table, SP will be automatically included in your DB
Hope it will help you, let me know.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, December 30, 2007 10:35 PM
All replies
-
User960609757 posted
check this urls,
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=435748&SiteID=1
http://p2p.wrox.com/topic.asp?TOPIC_ID=36846
Friday, December 28, 2007 7:20 AM -
User1692718563 posted
Hi,
When you create a new user then the system assigns a default schema for that user. try to check for the schema assigned to the new user
-GSN
Friday, December 28, 2007 7:32 AM -
User555306248 posted
In Time Tracking System, it uses inbuild Membership classes for user creation, updation etc..
You have to register your DB with ASP.NET Membership classes by executing the command line utility in VS prompt
aspnet_regsql, it will open one window, where you have to configure DB. So that necessary table, SP will be automatically included in your DB
Hope it will help you, let me know.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, December 30, 2007 10:35 PM -
User647790461 posted
Thanks it is working....
Anil
Monday, December 31, 2007 12:34 AM -
User555306248 posted
Please mark it as answer, So it is helpful to other people
So the thead will be mark as solve
Tuesday, January 1, 2008 10:31 PM