Click here to Skip to main content
15,923,051 members
Home / Discussions / Database
   

Database

 
AnswerRe: Best way to connect to SQL Server 2008 Pin
Mycroft Holmes6-Apr-09 12:11
professionalMycroft Holmes6-Apr-09 12:11 
AnswerRe: Best way to connect to SQL Server 2008 Pin
Vimalsoft(Pty) Ltd6-Apr-09 20:44
professionalVimalsoft(Pty) Ltd6-Apr-09 20:44 
QuestionIs there anything wrong with this sql statement, the db engineer always complains Syntax Error. Pin
AndieDu5-Apr-09 21:23
AndieDu5-Apr-09 21:23 
AnswerRe: Is there anything wrong with this sql statement, the db engineer always complains Syntax Error. Pin
Ashfield6-Apr-09 1:32
Ashfield6-Apr-09 1:32 
GeneralRe: Is there anything wrong with this sql statement, the db engineer always complains Syntax Error. Pin
AndieDu6-Apr-09 13:39
AndieDu6-Apr-09 13:39 
AnswerRe: Is there anything wrong with this sql statement, the db engineer always complains Syntax Error. Pin
Colin Angus Mackay6-Apr-09 2:36
Colin Angus Mackay6-Apr-09 2:36 
GeneralRe: Is there anything wrong with this sql statement, the db engineer always complains Syntax Error. Pin
AndieDu6-Apr-09 13:39
AndieDu6-Apr-09 13:39 
Questiondrop the primary key using a query Pin
prasadbuddhika5-Apr-09 17:35
prasadbuddhika5-Apr-09 17:35 
AnswerRe: drop the primary key using a query Pin
Shrinivas Singh5-Apr-09 19:46
Shrinivas Singh5-Apr-09 19:46 
AnswerRe: drop the primary key using a query Pin
Wayne Porter16-Nov-09 23:09
Wayne Porter16-Nov-09 23:09 
QuestionWhat is the best sql server 2008 for me ? Pin
E_Gold5-Apr-09 4:57
E_Gold5-Apr-09 4:57 
AnswerRe: What is the best sql server 2008 for me ? Pin
Luc Pattyn5-Apr-09 5:05
sitebuilderLuc Pattyn5-Apr-09 5:05 
QuestionSetting up security. Pin
Member 39725354-Apr-09 10:18
Member 39725354-Apr-09 10:18 
AnswerRe: Setting up security. Pin
Mycroft Holmes5-Apr-09 17:38
professionalMycroft Holmes5-Apr-09 17:38 
QuestionQuery help in SQL Server 2005 Pin
K V Sekhar3-Apr-09 23:58
K V Sekhar3-Apr-09 23:58 
AnswerRe: Query help in SQL Server 2005 Pin
Syed Mehroz Alam4-Apr-09 3:10
Syed Mehroz Alam4-Apr-09 3:10 
QuestionCTE Result as nested Xml Pin
Fayu3-Apr-09 5:30
Fayu3-Apr-09 5:30 
QuestionTime difference? Pin
Karthick_gc3-Apr-09 1:48
Karthick_gc3-Apr-09 1:48 
AnswerRe: Time difference? Pin
Giorgi Dalakishvili3-Apr-09 2:05
mentorGiorgi Dalakishvili3-Apr-09 2:05 
QuestionAccess: link a table from a password protect database Pin
drapacs2-Apr-09 23:04
drapacs2-Apr-09 23:04 
AnswerRe: Access: link a table from a password protect database Pin
Mycroft Holmes3-Apr-09 0:26
professionalMycroft Holmes3-Apr-09 0:26 
QuestionER_TRUNCATED_WRONG_VALUE while working with TIMEDIFF function in mysql Pin
surender.m2-Apr-09 22:38
surender.m2-Apr-09 22:38 
AnswerRe: ER_TRUNCATED_WRONG_VALUE while working with TIMEDIFF function in mysql Pin
surender.m2-Apr-09 23:40
surender.m2-Apr-09 23:40 
QuestionCreating Table dynamically in Oracle 9i Pin
Mygrp2-Apr-09 21:09
Mygrp2-Apr-09 21:09 
AnswerRe: Creating Table dynamically in Oracle 9i Pin
Jörgen Andersson3-Apr-09 1:39
professionalJörgen Andersson3-Apr-09 1:39 
That's as close to a clear text message as you get from Oracle.

ORA-01031 means you're not having the privilege to do what you just tried to do.
ORA-06512 tell you where the error happened.

So it means that your user is not having Create Table rights in tablespace Scott.

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.