SQL 2005 Security Issue SA

knockyo

Well-known member
Joined
Sep 20, 2006
Messages
78
Programming Experience
1-3
(1) I have web program (asp.net) and using database SQL 2005.
(2) My program that generate result need pass through with stored procedure.

Here is my problem:
- I can run and no problems at my local PC
- If bring to company server, it have a problem at my coding.
(Object references not xxxxx)
- My local PC, User is using SA
- My company server, User is not using SA
- If using SA at server, will not causing any errors.

i know that is my database setting problems.

Somebody know the reasons?
Thanks
 
(1) I have web program (asp.net) and using database SQL 2005.
(2) My program that generate result need pass through with stored procedure.

Here is my problem:
- I can run and no problems at my local PC
- If bring to company server, it have a problem at my coding.
(Object references not xxxxx)
- My local PC, User is using SA
- My company server, User is not using SA
- If using SA at server, will not causing any errors.

i know that is my database setting problems.

Somebody know the reasons?
Thanks
(Object references not xxxxx) What is xxxxxx error
 
Back
Top