Click here to Skip to main content
16,005,491 members
Home / Discussions / Database
   

Database

 
GeneralRe: Multiple connection problem Pin
Anonymous15-Jan-03 20:23
Anonymous15-Jan-03 20:23 
GeneralRe: Multiple connection problem Pin
Hzi15-Jan-03 20:27
Hzi15-Jan-03 20:27 
GeneralRe: Multiple connection problem Pin
Hesham Amin15-Jan-03 20:32
Hesham Amin15-Jan-03 20:32 
GeneralRe: Multiple connection problem Pin
Hzi16-Jan-03 1:25
Hzi16-Jan-03 1:25 
GeneralRe: Multiple connection problem Pin
pushpi1-Feb-03 1:30
pushpi1-Feb-03 1:30 
GeneralOpen XML and SQLServer Pin
dturton14-Jan-03 10:46
dturton14-Jan-03 10:46 
GeneralHelp Error "SELECT permission denied on object 'Contacts', database 'Contacts', owner 'dbo'. " Pin
marnicola13-Jan-03 10:00
marnicola13-Jan-03 10:00 
GeneralRe: Help Error "SELECT permission denied on object 'Contacts', database 'Contacts', owner 'dbo'. " Pin
Terry Denham13-Jan-03 10:22
Terry Denham13-Jan-03 10:22 
If you are logging into SQL Server with the ASPNET account you need to make sure that the login exists :

sp_helplogins

Verify that the ASPNET user account is created in the Contacts database

sp_helpuser

And that the uid of the ASPNET login is the same uid as the ASPNET user. (logins are to a server, users are to a database)

Then check the permission that the ASPNET user has against the table in question:

sp_helprotect

If you don't have sufficient permission, use the GRANT SELECT ON <object> TO <user>.
GeneralDetermine column's datatype Pin
Sarvesvara (BVKS) Dasa13-Jan-03 2:49
Sarvesvara (BVKS) Dasa13-Jan-03 2:49 
GeneralRe: Determine column's datatype Pin
leppie13-Jan-03 7:22
leppie13-Jan-03 7:22 
GeneralRe: Determine column's datatype Pin
Sarvesvara (BVKS) Dasa13-Jan-03 19:43
Sarvesvara (BVKS) Dasa13-Jan-03 19:43 
GeneralRe: Determine column's datatype Pin
leppie14-Jan-03 6:24
leppie14-Jan-03 6:24 
GeneralRe: Determine column's datatype Pin
quannum14-Jan-03 12:21
quannum14-Jan-03 12:21 
GeneralRe: Determine column's datatype Pin
Sarvesvara (BVKS) Dasa14-Jan-03 19:52
Sarvesvara (BVKS) Dasa14-Jan-03 19:52 
GeneralSkeletons in my SQL closet Pin
Megan Forbes13-Jan-03 1:21
Megan Forbes13-Jan-03 1:21 
GeneralRe: Skeletons in my SQL closet Pin
Jeremy Oldham13-Jan-03 1:32
Jeremy Oldham13-Jan-03 1:32 
GeneralRe: Skeletons in my SQL closet Pin
Megan Forbes13-Jan-03 9:10
Megan Forbes13-Jan-03 9:10 
GeneralRe: Skeletons in my SQL closet Pin
Jeremy Oldham13-Jan-03 10:22
Jeremy Oldham13-Jan-03 10:22 
GeneralRe: Skeletons in my SQL closet Pin
Megan Forbes13-Jan-03 23:52
Megan Forbes13-Jan-03 23:52 
GeneralRe: Skeletons in my SQL closet Pin
Terry Denham13-Jan-03 10:38
Terry Denham13-Jan-03 10:38 
GeneralRe: Skeletons in my SQL closet Pin
Terry Denham13-Jan-03 10:42
Terry Denham13-Jan-03 10:42 
GeneralAccess database Pin
Sarvesvara (BVKS) Dasa12-Jan-03 23:31
Sarvesvara (BVKS) Dasa12-Jan-03 23:31 
GeneralRe: Access database Pin
SimonS12-Jan-03 23:54
SimonS12-Jan-03 23:54 
GeneralRe: Access database Pin
Sarvesvara (BVKS) Dasa13-Jan-03 2:42
Sarvesvara (BVKS) Dasa13-Jan-03 2:42 
GeneralRe: Access database Pin
David Wulff13-Jan-03 10:18
David Wulff13-Jan-03 10:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.