Click here to Skip to main content
15,923,681 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: T-SQL Problem Pin
Colin Angus Mackay22-Jan-06 21:54
Colin Angus Mackay22-Jan-06 21:54 
WDI wrote:
without using temporary table.


@v1 and @v2 exist only within the scope of the EXEC statement, in order to get them out you need to SELECT them and have the EXEC be the source of data for an INSERT statement (normally into a temporary table - although it could be a permanent table).

Why are you not wanting to use a temp table?

ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

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 
AnswerRe: Northwind Pin
Dave Kreskowiak21-Jan-06 18:07
mveDave Kreskowiak21-Jan-06 18:07 

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.