BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportInstalling BugN...Installing BugN...stored proc needs [dbo] prefixstored proc needs [dbo] prefix
Previous
 
Next
New Post
1/1/2009 1:30 PM
 

Only one stored proc does not have [dbo] as the prefix in it's CREATE Procedure statements in the install scripts.

BugNet_Bug_GetBugFixedInVersionCountByProject

This means that  it gets created in the sql 2005 default schema which may not be dbo if you use shared hosting.

This can cause a few problems.

1) If it's called with the dbo prefix dbo.BugNet_Bug_GetBugFixedInVersionCountByProject, it will not be found.

2) If you manually delete all your BugNet database objects in the dbo schema, this object/proc in another schema gets missed resulting in a subsequent failure of the install script when you re-install.  Because that proc will exist in your default schema still.

This happenend to me last week on a re-install situation.

Thanks

Rick Hubka

 
New Post
1/3/2009 3:31 PM
 

Thanks for the bug report. We will fix it in the next version.


Davin Dubeau

follow us on twitter facebook users group google plus
 
Previous
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...stored proc needs [dbo] prefixstored proc needs [dbo] prefix


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.