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

Database

 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 13:23
TheJudeDude8-Feb-06 13:23 
GeneralRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 13:45
Mike Ellison8-Feb-06 13:45 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 14:28
TheJudeDude8-Feb-06 14:28 
GeneralRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 16:14
Mike Ellison8-Feb-06 16:14 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 16:46
TheJudeDude8-Feb-06 16:46 
GeneralRe: Creating tables\database design Pin
Mike Ellison9-Feb-06 3:28
Mike Ellison9-Feb-06 3:28 
GeneralRe: Creating tables\database design Pin
TheJudeDude9-Feb-06 7:07
TheJudeDude9-Feb-06 7:07 
GeneralRe: Creating tables\database design Pin
Mike Ellison9-Feb-06 7:11
Mike Ellison9-Feb-06 7:11 
Are you leaving out an AS keyword?
CREATE PROCEDURE myProc
(
 @var1 int
,@var2 nvarchar(10)
)
AS
BEGIN
   DECLARE @myVar nvarchar(100)
   -- ... blah blah blah ...
   RETURN
END

GeneralRe: Creating tables\database design Pin
TheJudeDude9-Feb-06 8:13
TheJudeDude9-Feb-06 8:13 
GeneralRe: Creating tables\database design Pin
TheJudeDude9-Feb-06 9:12
TheJudeDude9-Feb-06 9:12 
QuestionDifference between two tables!!! Pin
Small Rat8-Feb-06 6:22
Small Rat8-Feb-06 6:22 
AnswerRe: Difference between two tables!!! Pin
Chris Meech8-Feb-06 6:29
Chris Meech8-Feb-06 6:29 
QuestionCannot access Database Diagrams after disconnecting from Network Domain? Pin
Rashar8-Feb-06 5:55
Rashar8-Feb-06 5:55 
QuestionHow to Retrive day of a date Pin
luckyv8-Feb-06 0:14
luckyv8-Feb-06 0:14 
AnswerRe: How to Retrive day of a date Pin
dansoft8-Feb-06 2:59
dansoft8-Feb-06 2:59 
AnswerRe: How to Retrive day of a date Pin
Luis Alonso Ramos8-Feb-06 17:53
Luis Alonso Ramos8-Feb-06 17:53 
QuestionUsing a varible in select clause Pin
awisey7-Feb-06 23:19
awisey7-Feb-06 23:19 
AnswerRe: Using a varible in select clause Pin
Mike Ellison8-Feb-06 6:21
Mike Ellison8-Feb-06 6:21 
QuestionOleDbDataReader Pin
myNameIsRon7-Feb-06 21:51
myNameIsRon7-Feb-06 21:51 
AnswerRe: OleDbDataReader Pin
VMSSanthosh7-Feb-06 23:08
VMSSanthosh7-Feb-06 23:08 
GeneralRe: OleDbDataReader Pin
myNameIsRon8-Feb-06 15:17
myNameIsRon8-Feb-06 15:17 
QuestionSynchronization of DB tables? Pin
kbalias7-Feb-06 19:19
kbalias7-Feb-06 19:19 
AnswerRe: Synchronization of DB tables? Pin
Mike Ellison8-Feb-06 6:18
Mike Ellison8-Feb-06 6:18 
Questiondatabase error Pin
dev dhoundiyal7-Feb-06 18:53
dev dhoundiyal7-Feb-06 18:53 
QuestionConnecting to an Oracle Server DB? Pin
cbhkenshin7-Feb-06 18:51
cbhkenshin7-Feb-06 18:51 

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.