Click here to Skip to main content
15,902,865 members
Home / Discussions / Database
   

Database

 
QuestionLargest Data Typein SQL Server Pin
King Shez1-Oct-06 21:08
King Shez1-Oct-06 21:08 
AnswerRe: Largest Data Typein SQL Server Pin
albCode1-Oct-06 21:25
albCode1-Oct-06 21:25 
AnswerRe: Largest Data Typein SQL Server Pin
Mark Salsbery4-Oct-06 11:02
Mark Salsbery4-Oct-06 11:02 
Questionsql server 2005 Pin
amaneet29-Sep-06 20:21
amaneet29-Sep-06 20:21 
AnswerRe: sql server 2005 Pin
zhengdong jin30-Sep-06 7:32
zhengdong jin30-Sep-06 7:32 
QuestionReplication cursor [modified] Pin
Skanless29-Sep-06 16:18
Skanless29-Sep-06 16:18 
AnswerRe: Replication cursor Pin
Skanless29-Sep-06 21:46
Skanless29-Sep-06 21:46 
QuestionT-SQL Syntax Pin
lakshmi_sri29-Sep-06 11:02
lakshmi_sri29-Sep-06 11:02 
how can i save the value of a field into a parameter in T-SQL?what i wrote is-

Create Procedure a_c
@C_Name varchar(100),
as
if exists(
select id as 'ID' from ABC where C_Name = @C_Name)
begin
----
end
else
begin
---
end
go

is this syntax correct?and should i declare 'ID'and how can i do it?
AnswerRe: T-SQL Syntax Pin
zhengdong jin29-Sep-06 19:53
zhengdong jin29-Sep-06 19:53 
Questionshow records horizontally Pin
jlizardo29-Sep-06 5:32
jlizardo29-Sep-06 5:32 
AnswerRe: show records horizontally Pin
Elina Blank29-Sep-06 8:12
sitebuilderElina Blank29-Sep-06 8:12 
QuestionRe: show records horizontally Pin
jlizardo29-Sep-06 9:40
jlizardo29-Sep-06 9:40 
AnswerNot too hard Pin
Ennis Ray Lynch, Jr.2-Oct-06 15:51
Ennis Ray Lynch, Jr.2-Oct-06 15:51 
QuestionPlease help me Pin
honeyman_can29-Sep-06 3:50
honeyman_can29-Sep-06 3:50 
AnswerRe: Please help me Pin
JUNEYT29-Sep-06 4:12
JUNEYT29-Sep-06 4:12 
GeneralRe: Please help me Pin
honeyman_can29-Sep-06 4:24
honeyman_can29-Sep-06 4:24 
Questioni cannot seve E-mails Pin
abdelhameed8129-Sep-06 2:01
abdelhameed8129-Sep-06 2:01 
AnswerRe: i cannot seve E-mails Pin
Mike Dimmick29-Sep-06 4:52
Mike Dimmick29-Sep-06 4:52 
QuestionSQL Injection Pin
NICE TO MEET29-Sep-06 1:23
NICE TO MEET29-Sep-06 1:23 
AnswerRe: SQL Injection Pin
Colin Angus Mackay29-Sep-06 1:24
Colin Angus Mackay29-Sep-06 1:24 
QuestionDifference between DELETE, TRUNCATE, DROP Pin
NICE TO MEET29-Sep-06 1:20
NICE TO MEET29-Sep-06 1:20 
AnswerRe: Difference between DELETE, TRUNCATE, DROP Pin
Colin Angus Mackay29-Sep-06 1:23
Colin Angus Mackay29-Sep-06 1:23 
AnswerRe: Difference between DELETE, TRUNCATE, DROP Pin
Chris Meech29-Sep-06 7:29
Chris Meech29-Sep-06 7:29 
QuestionXML Related Pin
NICE TO MEET29-Sep-06 1:20
NICE TO MEET29-Sep-06 1:20 
AnswerRe: XML Related Pin
AskSharp1-Oct-06 12:08
AskSharp1-Oct-06 12:08 

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.