Click here to Skip to main content
15,891,253 members
Home / Discussions / Database
   

Database

 
QuestionSql Reporting Services Pin
member2730-Dec-08 1:15
member2730-Dec-08 1:15 
AnswerRe: Sql Reporting Services Pin
Wendelius30-Dec-08 4:35
mentorWendelius30-Dec-08 4:35 
GeneralRe: Sql Reporting Services Pin
member2730-Dec-08 18:03
member2730-Dec-08 18:03 
GeneralRe: Sql Reporting Services Pin
Ben Fair5-Jan-09 3:46
Ben Fair5-Jan-09 3:46 
GeneralRe: Sql Reporting Services Pin
Ben Fair5-Jan-09 3:50
Ben Fair5-Jan-09 3:50 
GeneralRe: Sql Reporting Services Pin
member278-Jan-09 1:31
member278-Jan-09 1:31 
QuestionNesting Level exceed (limit 32) Pin
ashkan_ertefa28-Dec-08 21:40
ashkan_ertefa28-Dec-08 21:40 
AnswerRe: Nesting Level exceed (limit 32) Pin
Wendelius29-Dec-08 8:05
mentorWendelius29-Dec-08 8:05 
It looks like the recursion amount in your function is dependent on the data, so perhaps you now have data which ends up to more than 32 recursions levels.

Use for example PRINT statement and print out different information from the function when executing it. Info like:
- @depth
- @TemplatesID
- @curTemplatesID etc.

That info might explain the situation and/or logic problems for you when you see the actual data that's being used.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Nesting Level exceed (limit 32) Pin
Ben Fair30-Dec-08 5:11
Ben Fair30-Dec-08 5:11 
GeneralRe: Nesting Level exceed (limit 32) Pin
Wendelius30-Dec-08 5:26
mentorWendelius30-Dec-08 5:26 
QuestionThere is a problem when connecting SQL SERVER 2000 from Windows Vista Machine. Pin
pubududilena28-Dec-08 21:22
pubududilena28-Dec-08 21:22 
AnswerRe: There is a problem when connecting SQL SERVER 2000 from Windows Vista Machine. Pin
Wendelius29-Dec-08 7:55
mentorWendelius29-Dec-08 7:55 
QuestionConcatenate names from all all the rows to one column Pin
member2728-Dec-08 20:44
member2728-Dec-08 20:44 
AnswerRe: Concatenate names from all all the rows to one column Pin
Wendelius29-Dec-08 7:49
mentorWendelius29-Dec-08 7:49 
GeneralRe: Concatenate names from all all the rows to one column Pin
Mycroft Holmes30-Dec-08 14:19
professionalMycroft Holmes30-Dec-08 14:19 
GeneralRe: Concatenate names from all all the rows to one column Pin
Jon_Boy30-Dec-08 14:21
Jon_Boy30-Dec-08 14:21 
GeneralRe: Concatenate names from all all the rows to one column Pin
Wendelius30-Dec-08 22:15
mentorWendelius30-Dec-08 22:15 
AnswerRe: Concatenate names from all all the rows to one column Pin
Khawar Abbas129-Dec-08 20:11
Khawar Abbas129-Dec-08 20:11 
GeneralRe: Concatenate names from all all the rows to one column Pin
Rob Philpott30-Dec-08 1:15
Rob Philpott30-Dec-08 1:15 
AnswerRe: Concatenate names from all all the rows to one column Pin
Rob Philpott30-Dec-08 1:14
Rob Philpott30-Dec-08 1:14 
GeneralRe: Concatenate names from all all the rows to one column Pin
member2730-Dec-08 1:18
member2730-Dec-08 1:18 
QuestionStored Proc & Web service Pin
vamsimohan2128-Dec-08 17:20
vamsimohan2128-Dec-08 17:20 
AnswerRe: Stored Proc & Web service Pin
Wendelius29-Dec-08 7:46
mentorWendelius29-Dec-08 7:46 
GeneralRe: Stored Proc & Web service Pin
Dave Kreskowiak30-Dec-08 15:23
mveDave Kreskowiak30-Dec-08 15:23 
GeneralRe: Stored Proc & Web service Pin
Wendelius30-Dec-08 19:37
mentorWendelius30-Dec-08 19:37 

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.