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

Database

 
GeneralRe: Why this is faster? Pin
Arun.Immanuel8-Jun-07 5:21
Arun.Immanuel8-Jun-07 5:21 
QuestionHow to alter table Pin
rzthebeginner8-Jun-07 2:21
rzthebeginner8-Jun-07 2:21 
AnswerRe: How to alter table Pin
Arun.Immanuel8-Jun-07 2:37
Arun.Immanuel8-Jun-07 2:37 
AnswerRe: How to alter table Pin
Rob Graham8-Jun-07 3:02
Rob Graham8-Jun-07 3:02 
QuestionSQL Connection DialogBox Pin
ScottM18-Jun-07 2:05
ScottM18-Jun-07 2:05 
Questionmeaning of @ in sql Pin
emiralp8-Jun-07 1:44
emiralp8-Jun-07 1:44 
AnswerRe: meaning of @ in sql Pin
wout de zeeuw8-Jun-07 1:53
wout de zeeuw8-Jun-07 1:53 
AnswerRe: meaning of @ in sql Pin
kubben8-Jun-07 1:53
kubben8-Jun-07 1:53 
@ is used for variables. You used it in parameters coming in on a stored procedure. You can declare local variables "Declare @cnt as int" You can also declare table variables.

In your example above it is a parameter that is being used to pass in the column.

Ben
AnswerRe: meaning of @ in sql Pin
Colin Angus Mackay8-Jun-07 2:41
Colin Angus Mackay8-Jun-07 2:41 
GeneralRe: meaning of @ in sql Pin
Colin Angus Mackay8-Jun-07 2:40
Colin Angus Mackay8-Jun-07 2:40 
QuestionConnecting to the server Pin
taherjaorawala7-Jun-07 23:34
taherjaorawala7-Jun-07 23:34 
AnswerRe: Connecting to the server Pin
Paul Conrad8-Jun-07 10:07
professionalPaul Conrad8-Jun-07 10:07 
Questionhow to get current time Pin
rkherath7-Jun-07 23:33
rkherath7-Jun-07 23:33 
AnswerRe: how to get current time Pin
Harini N K7-Jun-07 23:52
Harini N K7-Jun-07 23:52 
GeneralRe: how to get current time Pin
rkherath7-Jun-07 23:57
rkherath7-Jun-07 23:57 
Questionuser mysql [modified] Pin
WhiteGirl237-Jun-07 21:03
WhiteGirl237-Jun-07 21:03 
AnswerRe: user mysql Pin
Paul Conrad9-Jun-07 5:23
professionalPaul Conrad9-Jun-07 5:23 
Questionhow to connect Remote Database with ASP.NET application Pin
Elena20067-Jun-07 20:50
Elena20067-Jun-07 20:50 
AnswerRe: how to connect Remote Database with ASP.NET application Pin
Manas Bhardwaj7-Jun-07 23:05
professionalManas Bhardwaj7-Jun-07 23:05 
QuestionCreate a make-table quary using a parameter Pin
Chatura Dilan7-Jun-07 20:28
Chatura Dilan7-Jun-07 20:28 
Questionoracle client component Pin
shereem khaleel7-Jun-07 9:36
shereem khaleel7-Jun-07 9:36 
QuestionRe: oracle client component Pin
andyharman7-Jun-07 20:47
professionalandyharman7-Jun-07 20:47 
QuestionExtract email address from text Pin
conniek7-Jun-07 5:04
conniek7-Jun-07 5:04 
AnswerRe: Extract email address from text Pin
Manas Bhardwaj7-Jun-07 5:51
professionalManas Bhardwaj7-Jun-07 5:51 
QuestionHow to run a sql script in Visual Studio Pin
ComCoderCsharp7-Jun-07 3:27
ComCoderCsharp7-Jun-07 3:27 

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.