Click here to Skip to main content
15,916,835 members
Home / Discussions / Database
   

Database

 
Questionhelp with deletion and updation with the same code.. Pin
yamunasenthilvel23-Jan-06 2:06
yamunasenthilvel23-Jan-06 2:06 
Questionis it possible?? Pin
imsathy22-Jan-06 23:21
imsathy22-Jan-06 23:21 
AnswerRe: is it possible?? Pin
Colin Angus Mackay22-Jan-06 23:30
Colin Angus Mackay22-Jan-06 23:30 
GeneralRe: is it possible?? Pin
imsathy22-Jan-06 23:43
imsathy22-Jan-06 23:43 
GeneralRe: is it possible?? Pin
Paul Conrad23-Jan-06 19:21
professionalPaul Conrad23-Jan-06 19:21 
GeneralRe: is it possible?? Pin
imsathy23-Jan-06 22:30
imsathy23-Jan-06 22:30 
GeneralRe: is it possible?? Pin
Paul Conrad24-Jan-06 3:29
professionalPaul Conrad24-Jan-06 3:29 
QuestionT-SQL Problem Pin
WDI22-Jan-06 21:35
WDI22-Jan-06 21:35 
Hi guys
I have a problem:

I need to execute a command text in a stored procedure

begin
.
.
.
declare @sql nvarchar(1000)
set @sql = '
decalre @v1 int
declare @v2 int
...
'

exec(@sql)

end

i need to get value of @v1 and @v2 after exec(@sql)
without using temporary table.
AnswerRe: T-SQL Problem Pin
Colin Angus Mackay22-Jan-06 21:54
Colin Angus Mackay22-Jan-06 21:54 
GeneralRe: T-SQL Problem Pin
WDI22-Jan-06 21:58
WDI22-Jan-06 21:58 
GeneralRe: T-SQL Problem Pin
Colin Angus Mackay22-Jan-06 22:10
Colin Angus Mackay22-Jan-06 22:10 
QuestionSQLDMO for SQL Server 2000 Pin
usernamed22-Jan-06 13:29
usernamed22-Jan-06 13:29 
AnswerRe: SQLDMO for SQL Server 2000 Pin
Colin Angus Mackay22-Jan-06 20:25
Colin Angus Mackay22-Jan-06 20:25 
GeneralRe: SQLDMO for SQL Server 2000 Pin
usernamed22-Jan-06 23:38
usernamed22-Jan-06 23:38 
QuestionProblem with SQL statement Pin
Ahmed Al-Lakani22-Jan-06 11:45
Ahmed Al-Lakani22-Jan-06 11:45 
AnswerRe: Problem with SQL statement Pin
Colin Angus Mackay22-Jan-06 20:21
Colin Angus Mackay22-Jan-06 20:21 
GeneralRe: Problem with SQL statement Pin
Ahmed Al-Lakani23-Jan-06 2:49
Ahmed Al-Lakani23-Jan-06 2:49 
GeneralRe: Problem with SQL statement Pin
Colin Angus Mackay23-Jan-06 3:31
Colin Angus Mackay23-Jan-06 3:31 
GeneralRe: Problem with SQL statement Pin
Ahmed Al-Lakani23-Jan-06 5:21
Ahmed Al-Lakani23-Jan-06 5:21 
GeneralRe: Problem with SQL statement Pin
Colin Angus Mackay23-Jan-06 7:00
Colin Angus Mackay23-Jan-06 7:00 
Questiondate error in sql server Pin
md_refay22-Jan-06 4:18
md_refay22-Jan-06 4:18 
AnswerRe: date error in sql server Pin
Colin Angus Mackay22-Jan-06 20:17
Colin Angus Mackay22-Jan-06 20:17 
QuestionCManualAccessor - No rows if using properties Pin
Guybrush21-Jan-06 6:12
Guybrush21-Jan-06 6:12 
QuestionConnect to DB through proxy? Pin
veljkoz21-Jan-06 5:15
veljkoz21-Jan-06 5:15 
QuestionNorthwind Pin
TheEagle21-Jan-06 4:53
TheEagle21-Jan-06 4:53 

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.