Click here to Skip to main content
15,919,613 members
Home / Discussions / Database
   

Database

 
GeneralRe: GUIDs as PK's Pin
Michael P Butler31-Mar-05 6:24
Michael P Butler31-Mar-05 6:24 
GeneralRe: GUIDs as PK's Pin
Michael Potter1-Apr-05 4:56
Michael Potter1-Apr-05 4:56 
GeneralRe: GUIDs as PK's Pin
Carl Mercier1-Apr-05 10:27
Carl Mercier1-Apr-05 10:27 
Questionhow to find server name of oracle Pin
satishrg29-Mar-05 8:55
satishrg29-Mar-05 8:55 
AnswerRe: how to find server name of oracle Pin
Colin Angus Mackay29-Mar-05 11:00
Colin Angus Mackay29-Mar-05 11:00 
AnswerRe: how to find server name of oracle Pin
Andy Brummer29-Mar-05 11:30
sitebuilderAndy Brummer29-Mar-05 11:30 
GeneralPermissions Pin
vuthaianh28-Mar-05 17:50
vuthaianh28-Mar-05 17:50 
GeneralRe: Permissions Pin
Edbert P28-Mar-05 20:11
Edbert P28-Mar-05 20:11 
It may have created your table using the name aspnet.DETHI meaning the owner of the table is aspnet user.
Try specifying CREATE TABLE dbo.DETHI in your stored procedure or access the table using SELECT * FROM aspnet.DETHI.

Hope it helps,

Edbert
QuestionWhat kind of Errors the SELECT statement can raise?? Pin
_J_28-Mar-05 10:51
_J_28-Mar-05 10:51 
AnswerRe: What kind of Errors the SELECT statement can raise?? Pin
Colin Angus Mackay29-Mar-05 0:57
Colin Angus Mackay29-Mar-05 0:57 
GeneralRe: What kind of Errors the SELECT statement can raise?? Pin
_J_29-Mar-05 1:09
_J_29-Mar-05 1:09 
GeneralRe: What kind of Errors the SELECT statement can raise?? Pin
Colin Angus Mackay29-Mar-05 1:32
Colin Angus Mackay29-Mar-05 1:32 
GeneralRe: What kind of Errors the SELECT statement can raise?? Pin
_J_29-Mar-05 1:44
_J_29-Mar-05 1:44 
GeneralRe: What kind of Errors the SELECT statement can raise?? Pin
Colin Angus Mackay29-Mar-05 1:53
Colin Angus Mackay29-Mar-05 1:53 
GeneralRe: What kind of Errors the SELECT statement can raise?? Pin
_J_29-Mar-05 1:57
_J_29-Mar-05 1:57 
GeneralRe: What kind of Errors the SELECT statement can raise?? Pin
Colin Angus Mackay29-Mar-05 11:01
Colin Angus Mackay29-Mar-05 11:01 
GeneralRe: What kind of Errors the SELECT statement can raise?? Pin
_J_29-Mar-05 11:07
_J_29-Mar-05 11:07 
AnswerRe: What kind of Errors the SELECT statement can raise?? Pin
Andy Brummer29-Mar-05 11:22
sitebuilderAndy Brummer29-Mar-05 11:22 
GeneralIdeas to Update DATA received from the client Pin
_J_28-Mar-05 6:38
_J_28-Mar-05 6:38 
GeneralRe: Ideas to Update DATA received from the client Pin
Edbert P28-Mar-05 20:06
Edbert P28-Mar-05 20:06 
GeneralRe: Ideas to Update DATA received from the client Pin
_J_28-Mar-05 21:27
_J_28-Mar-05 21:27 
GeneralMSDataShape Error Pin
gUrM33T28-Mar-05 4:32
gUrM33T28-Mar-05 4:32 
GeneralQuestion about from syntax Pin
Esmo200028-Mar-05 4:19
Esmo200028-Mar-05 4:19 
GeneralRe: Question about from syntax Pin
Jeff Martin28-Mar-05 7:28
Jeff Martin28-Mar-05 7:28 
GeneralRe: Question about from syntax Pin
Esmo200028-Mar-05 7:41
Esmo200028-Mar-05 7:41 

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.