Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.
nayanancha Starting Member
27 Posts
Declare @UserPrefix varchar(10), @companyId intSelect @UserPrefix=UserPrefix, @CompanyId=CompanyId from dbo.fn_GetUserPrefixCompanyId (@PDBPath, @CompanyCode)select @UserPrefix, @companyId
tkizer Almighty SQL Goddess
38200 Posts
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site