Click here to Skip to main content
15,887,676 members
Home / Discussions / Database
   

Database

 
AnswerRe: backup from a specific table Pin
Wendelius26-Sep-08 6:45
mentorWendelius26-Sep-08 6:45 
Questionconnect with application using ado Pin
reza assar26-Sep-08 2:55
reza assar26-Sep-08 2:55 
AnswerRe: connect with application using ado Pin
Ashfield26-Sep-08 3:21
Ashfield26-Sep-08 3:21 
QuestionAbout + operator for string Pin
TALHAKOSEN26-Sep-08 1:31
TALHAKOSEN26-Sep-08 1:31 
AnswerRe: About + operator for string Pin
Ashfield26-Sep-08 1:49
Ashfield26-Sep-08 1:49 
GeneralRe: About + operator for string Pin
TALHAKOSEN26-Sep-08 1:54
TALHAKOSEN26-Sep-08 1:54 
GeneralRe: About + operator for string Pin
Ashfield26-Sep-08 2:18
Ashfield26-Sep-08 2:18 
GeneralRe: About + operator for string Pin
TALHAKOSEN26-Sep-08 2:22
TALHAKOSEN26-Sep-08 2:22 
thanx for helping bob

i saw now that i had a mistake

this is working below,
SELECT @vSQL = 'INSERT INTO #rapor(S'+ convert(varchar, @SNO) + ') VALUES('''+convert(varchar, @SONUC) +''')'

an by the way how can i see what value in my variable

i mean like c# Console.WriteLine(@vSQL) and it writes

INSERT INTO #rapor(S10) VALUES(' f ')

how can do with tsql

thanks again

Sampiyon FENERBAHCE

GeneralRe: About + operator for string Pin
Ashfield26-Sep-08 3:18
Ashfield26-Sep-08 3:18 
Generalone more )) pls variable doesnt increase ??? Pin
TALHAKOSEN26-Sep-08 3:56
TALHAKOSEN26-Sep-08 3:56 
GeneralRe: one more )) pls variable doesnt increase ??? Pin
Ashfield26-Sep-08 4:25
Ashfield26-Sep-08 4:25 
GeneralRe: one more )) pls variable doesnt increase ??? Pin
TALHAKOSEN26-Sep-08 4:38
TALHAKOSEN26-Sep-08 4:38 
GeneralRe: one more )) pls variable doesnt increase ??? Pin
Ashfield26-Sep-08 8:18
Ashfield26-Sep-08 8:18 
QuestionSlow Random Products Pin
Heylow26-Sep-08 1:27
Heylow26-Sep-08 1:27 
AnswerRe: Slow Random Products Pin
SimulationofSai26-Sep-08 1:34
SimulationofSai26-Sep-08 1:34 
AnswerRe: Slow Random Products Pin
Ashfield26-Sep-08 1:58
Ashfield26-Sep-08 1:58 
QuestionAbout reporting Pin
TALHAKOSEN25-Sep-08 22:49
TALHAKOSEN25-Sep-08 22:49 
AnswerRe: About reporting Pin
HemJoshi25-Sep-08 23:10
HemJoshi25-Sep-08 23:10 
GeneralRe: About reporting Pin
TALHAKOSEN25-Sep-08 23:16
TALHAKOSEN25-Sep-08 23:16 
QuestionHow can i change name of variable ? Pin
TALHAKOSEN25-Sep-08 22:30
TALHAKOSEN25-Sep-08 22:30 
AnswerRe: How can i change name of variable ? Pin
Ashfield25-Sep-08 22:40
Ashfield25-Sep-08 22:40 
AnswerRe: How can i change name of variable ? Pin
Wendelius26-Sep-08 6:48
mentorWendelius26-Sep-08 6:48 
Questionmysql and Ado.net Pin
Christopher Clarke25-Sep-08 15:42
Christopher Clarke25-Sep-08 15:42 
AnswerRe: mysql and Ado.net Pin
John_Adams25-Sep-08 20:50
John_Adams25-Sep-08 20:50 
QuestionConverting datetime format to only time format in one column Pin
notes4we25-Sep-08 9:24
notes4we25-Sep-08 9:24 

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.