Click here to Skip to main content
15,891,184 members
Home / Discussions / Database
   

Database

 
GeneralRe: user validation in sql server Pin
rahul pasupuleti28-Feb-07 18:44
rahul pasupuleti28-Feb-07 18:44 
GeneralRe: user validation in sql server Pin
tradakad28-Feb-07 19:47
tradakad28-Feb-07 19:47 
QuestionExecuting SQL query in VC++ Pin
vibharb@yahoo.com27-Feb-07 16:24
vibharb@yahoo.com27-Feb-07 16:24 
AnswerRe: Executing SQL query in VC++ Pin
Mike Dimmick28-Feb-07 0:19
Mike Dimmick28-Feb-07 0:19 
QuestionHow to determine if the database still processing Pin
vanhawk27-Feb-07 16:11
vanhawk27-Feb-07 16:11 
AnswerRe: How to determine if the database still processing Pin
Sylvester george28-Feb-07 0:14
Sylvester george28-Feb-07 0:14 
Questionhow to insert or update a record into one procedure [modified] Pin
firestoper27-Feb-07 15:58
firestoper27-Feb-07 15:58 
AnswerRe: how to insert or update a record into one procedure Pin
Hesham Amin27-Feb-07 22:19
Hesham Amin27-Feb-07 22:19 
I have some comments on your post:
1-What is the question?
2-It's better to replace:
select messageTitle from Messages where messageTitle= @messageTitle
with
select messageTitle from Messages where MessageID= @MessageID
pass it = 0 for new posts
3-don't use sp_ as a prefix for SP names, this will make SQL Server look for them in master database first which is a performance loss.


Hesham A. Amin
blog

GeneralRe: how to insert or update a record into one procedure [modified] Pin
firestoper28-Feb-07 14:53
firestoper28-Feb-07 14:53 
GeneralRe: how to insert or update a record into one procedure Pin
Hesham Amin1-Mar-07 7:10
Hesham Amin1-Mar-07 7:10 
GeneralRe: how to insert or update a record into one procedure Pin
firestoper1-Mar-07 12:40
firestoper1-Mar-07 12:40 
QuestionHow to find out when or who updated my Database. Pin
Eyungwah27-Feb-07 8:27
Eyungwah27-Feb-07 8:27 
AnswerRe: How to find out when or who updated my Database. Pin
Mattias Olgerfelt27-Feb-07 13:49
Mattias Olgerfelt27-Feb-07 13:49 
GeneralRe: How to find out when or who updated my Database. Pin
Eyungwah2-Mar-07 6:59
Eyungwah2-Mar-07 6:59 
Questionurgent need of help Pin
navhob@yahoo.com27-Feb-07 2:56
navhob@yahoo.com27-Feb-07 2:56 
QuestionConvert "STRIng" to "String" in SQL Pin
anderslundsgard27-Feb-07 2:04
anderslundsgard27-Feb-07 2:04 
AnswerRe: Convert "STRIng" to "String" in SQL Pin
andyharman27-Feb-07 2:13
professionalandyharman27-Feb-07 2:13 
AnswerRe: Convert "STRIng" to "String" in SQL Pin
Marcus J. Smith27-Feb-07 3:20
professionalMarcus J. Smith27-Feb-07 3:20 
QuestionHow to model a DB for Firebird Embedded Pin
error140827-Feb-07 1:38
error140827-Feb-07 1:38 
AnswerRe: How to model a DB for Firebird Embedded Pin
AETaylor28-Feb-07 2:41
AETaylor28-Feb-07 2:41 
GeneralRe: How to model a DB for Firebird Embedded Pin
error140828-Feb-07 6:00
error140828-Feb-07 6:00 
Questioninsertion error Pin
Sebastian T Xavier27-Feb-07 0:35
Sebastian T Xavier27-Feb-07 0:35 
AnswerRe: insertion error Pin
Colin Angus Mackay27-Feb-07 0:37
Colin Angus Mackay27-Feb-07 0:37 
GeneralRe: insertion error Pin
Sebastian T Xavier27-Feb-07 0:40
Sebastian T Xavier27-Feb-07 0:40 
GeneralRe: insertion error Pin
Colin Angus Mackay27-Feb-07 1:46
Colin Angus Mackay27-Feb-07 1:46 

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.