Click here to Skip to main content
15,899,026 members
Home / Discussions / Database
   

Database

 
GeneralRe: Join and Update statement using junction table and sql Pin
jboyd11130-Dec-10 16:06
jboyd11130-Dec-10 16:06 
AnswerRe: Join and Update statement using junction table and sql Pin
Luc Pattyn30-Dec-10 23:24
sitebuilderLuc Pattyn30-Dec-10 23:24 
GeneralRe: Join and Update statement using junction table and sql Pin
jboyd1113-Jan-11 8:50
jboyd1113-Jan-11 8:50 
AnswerRe: Join and Update statement using junction table and sql Pin
Jörgen Andersson3-Jan-11 23:36
professionalJörgen Andersson3-Jan-11 23:36 
GeneralRe: Join and Update statement using junction table and sql Pin
jboyd1115-Jan-11 11:13
jboyd1115-Jan-11 11:13 
Questionsp_databases dosn't return any value in Sql server 2008 express. Pin
prasadbuddhika29-Dec-10 23:43
prasadbuddhika29-Dec-10 23:43 
AnswerRe: sp_databases dosn't return any value in Sql server 2008 express. Pin
Simon_Whale30-Dec-10 0:35
Simon_Whale30-Dec-10 0:35 
GeneralRe: sp_databases dosn't return any value in Sql server 2008 express. Pin
prasadbuddhika30-Dec-10 0:42
prasadbuddhika30-Dec-10 0:42 
hmm i get all the DBs in the server . at the same time a found some articles saying that there is a permission problem

i used
USE master; 
GRANT EXECUTE ON OBJECT::dbo.sp_databases
    TO public;
GO 


but still get the "Cannot find the object 'sp_databases', because it does not exist or you do not have permission."
message.
and also in the same machine i have another standard instance is installed and running, but there i get the list of DBs with
this sp_databases.

have any idea...

thanx in advance..
GeneralRe: sp_databases dosn't return any value in Sql server 2008 express. Pin
Simon_Whale30-Dec-10 0:44
Simon_Whale30-Dec-10 0:44 
GeneralRe: sp_databases dosn't return any value in Sql server 2008 express. Pin
prasadbuddhika30-Dec-10 1:13
prasadbuddhika30-Dec-10 1:13 
GeneralMessage Removed Pin
30-Dec-10 2:25
professionalCorporal Agarn30-Dec-10 2:25 
GeneralRe: sp_databases dosn't return any value in Sql server 2008 express. Pin
Simon_Whale30-Dec-10 2:44
Simon_Whale30-Dec-10 2:44 
GeneralRe: sp_databases dosn't return any value in Sql server 2008 express. Pin
Corporal Agarn30-Dec-10 2:45
professionalCorporal Agarn30-Dec-10 2:45 
GeneralRe: sp_databases dosn't return any value in Sql server 2008 express. Pin
Simon_Whale30-Dec-10 3:17
Simon_Whale30-Dec-10 3:17 
QuestionCan you tell how to Sort in Oracle DB? Pin
openboy201029-Dec-10 22:21
openboy201029-Dec-10 22:21 
AnswerRe: Can you tell how to Sort in Oracle DB? [modified] Pin
badprog30-Dec-10 3:46
badprog30-Dec-10 3:46 
GeneralRe: Can you tell how to Sort in Oracle DB? Pin
openboy201030-Dec-10 4:58
openboy201030-Dec-10 4:58 
QuestionRe: Can you tell how to Sort in Oracle DB? Pin
badprog30-Dec-10 5:14
badprog30-Dec-10 5:14 
AnswerRe: Can you tell how to Sort in Oracle DB? Pin
openboy201030-Dec-10 5:20
openboy201030-Dec-10 5:20 
AnswerRe: Can you tell how to Sort in Oracle DB? Pin
badprog30-Dec-10 5:32
badprog30-Dec-10 5:32 
GeneralRe: Can you tell how to Sort in Oracle DB? Pin
openboy201030-Dec-10 13:58
openboy201030-Dec-10 13:58 
QuestionBest practices design Pin
vanikanc29-Dec-10 7:35
vanikanc29-Dec-10 7:35 
AnswerRe: Best practices design Pin
Henry Minute29-Dec-10 8:05
Henry Minute29-Dec-10 8:05 
AnswerRe: Best practices design Pin
Jörgen Andersson29-Dec-10 8:20
professionalJörgen Andersson29-Dec-10 8:20 
QuestionTaking Database backup for every 4 hrs in SSIS Pin
vinu.111128-Dec-10 18:13
vinu.111128-Dec-10 18:13 

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.