Viewing 15 posts - 166 through 180 (of 440 total)
Hi
Is this a good way of having all the possible values
FOR periodheader IN( [JAN A HEADER], [FEB A HEADER], [MAR A HEADER],
...
April 3, 2009 at 8:22 am
Hey Jeff,
That is Sixth-Sense...;-)The way i see is by looking at the requirement this is a report. Either this report is comming from SSRS or any front-end application.:hehe:
In one of...
April 3, 2009 at 8:14 am
But if we go with thumb rule.."-s" is option to run it in silent mode. Not sure is this applicable at the SP level...
April 2, 2009 at 12:20 pm
Looks like there is no way to do it...
April 2, 2009 at 12:07 pm
April 2, 2009 at 11:55 am
Hi
Before start doing this, first you need to find out what kind of errors you are expecting!!! then code it accordngly.
Check out the below link
http://www.sql-server-performance.com/articles/dev/exception_handling_p1.aspx
April 2, 2009 at 11:53 am
Hi,
No Idea why do you want to do that way. Going forward you will have face issues. Lets haev the Numbers to the rows in the query and control how...
April 2, 2009 at 11:41 am
Hi
It would be nice if you tell us final solution/implementation.
April 2, 2009 at 11:26 am
So for time being you can live..but you need to keep this in mind.
On the other note are you thinking about partitoins. You can easily modify the query but it...
April 2, 2009 at 10:57 am
Group by doesn't take Column Numbers. You need to specify the columns which are doens't have any Group functions.
April 2, 2009 at 10:54 am
Hi
Check out the below link this will solve your problem.
April 2, 2009 at 10:51 am
Maximum length of paramter is 128.
it looks like you are passing dynamic WHERE condition and you are going to HIT boundary on the length. So why dont you break you...
April 2, 2009 at 10:43 am
it looks like you are passing dynamic WHERE condition and hitting the boundary on the length. So why dont you break you conditions and pass it smalll chunks like first...
April 2, 2009 at 10:42 am
Why dont you construct the WHERE condition and pass this as a string to the stored procedure.
do you have any front-end application for this??
April 2, 2009 at 10:38 am
Viewing 15 posts - 166 through 180 (of 440 total)