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

Database

 
GeneralAbbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 2:25
Neophyte306-Feb-08 2:25 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Colin Angus Mackay6-Feb-08 2:57
Colin Angus Mackay6-Feb-08 2:57 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 3:08
Neophyte306-Feb-08 3:08 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 3:18
Neophyte306-Feb-08 3:18 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Neophyte306-Feb-08 3:22
Neophyte306-Feb-08 3:22 
GeneralRe: Abbreviatting large text fields with an ellipsis Pin
Mark Churchill6-Feb-08 16:36
Mark Churchill6-Feb-08 16:36 
GeneralNested Insert Into Statement Pin
Sallu17496-Feb-08 2:08
Sallu17496-Feb-08 2:08 
GeneralRe: Nested Insert Into Statement Pin
Colin Angus Mackay6-Feb-08 2:23
Colin Angus Mackay6-Feb-08 2:23 
I don't understand why you need to nest these in the first place?

And I don't understand why you feel the need to inject parameters back in. Does this not work:
EXEC h_DailyDividend 
@TickerTable = @TickerTableName, 
@DateTable = @DateTableName,
@Units = @Units


Upcoming FREE developer events:
* Developer Day Scotland

Recent blog posts:
* Creating Many-to-Many Joins
* A simple challenge (solution)

My website |

GeneralRe: Nested Insert Into Statement Pin
Sallu17496-Feb-08 17:03
Sallu17496-Feb-08 17:03 
GeneralRe: Nested Insert Into Statement Pin
Colin Angus Mackay6-Feb-08 21:53
Colin Angus Mackay6-Feb-08 21:53 
QuestionConcatenate two column from different table Pin
kimo code6-Feb-08 0:51
kimo code6-Feb-08 0:51 
GeneralRe: Concatenate two column from different table Pin
pmarfleet6-Feb-08 1:46
pmarfleet6-Feb-08 1:46 
GeneralRe: Concatenate two column from different table Pin
Neophyte306-Feb-08 2:16
Neophyte306-Feb-08 2:16 
GeneralRe: Concatenate two column from different table Pin
pmarfleet6-Feb-08 2:31
pmarfleet6-Feb-08 2:31 
GeneralRe: Concatenate two column from different table Pin
Neophyte306-Feb-08 2:56
Neophyte306-Feb-08 2:56 
GeneralRe: Concatenate two column from different table Pin
pmarfleet6-Feb-08 3:36
pmarfleet6-Feb-08 3:36 
GeneralRe: Concatenate two column from different table Pin
Neophyte306-Feb-08 3:43
Neophyte306-Feb-08 3:43 
GeneralRe: Concatenate two column from different table Pin
kimo code6-Feb-08 2:57
kimo code6-Feb-08 2:57 
Generalconcat command in stored procedure Pin
jithbiz00336-Feb-08 0:21
jithbiz00336-Feb-08 0:21 
GeneralRe: concat command in stored procedure Pin
pmarfleet6-Feb-08 0:47
pmarfleet6-Feb-08 0:47 
GeneralRe: concat command in stored procedure Pin
jithbiz00336-Feb-08 17:39
jithbiz00336-Feb-08 17:39 
GeneralRe: concat command in stored procedure Pin
jithbiz00336-Feb-08 23:23
jithbiz00336-Feb-08 23:23 
AnswerRe: concat command in stored procedure Pin
pmarfleet7-Feb-08 2:24
pmarfleet7-Feb-08 2:24 
Questionwhat is the exact meaning of this statement Pin
jagan1235-Feb-08 23:57
jagan1235-Feb-08 23:57 
AnswerRe: what is the exact meaning of this statement Pin
pmarfleet6-Feb-08 0:49
pmarfleet6-Feb-08 0:49 

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.