Viewing 15 posts - 46 through 60 (of 203 total)
SQL Server. As soon as it hits the first comma in ('4','10','30') it throws an error.
May 1, 2013 at 7:59 pm
The error is in relation to the parameter I have setup. I do have the "IN" clause in place within my dataset query. I am googling for a resolution, but...
April 30, 2013 at 1:28 pm
How do I correctly use the "Select All" option with this? I have multiple values checked in the parameter property, but when I execute the report it returns " incorrect...
April 30, 2013 at 12:11 pm
That is perfect! Thank you for the help. It is appreciated.
April 30, 2013 at 7:42 am
I built a staging table and I am writing the last execution time of the sp to that table. How do I now use the execution time in the WHERE...
April 3, 2013 at 9:11 am
Thanks for the reply. I was hoping to accomplish this using some dynamic code, rather than maintain a static table, but that may be my best option. Thanks again.
April 2, 2013 at 10:43 am
I figured it out. Added the Null in the Select list and split out my Where clause.
Declare @FromPN char(30),@ToPN char(30)
Set @FromPN=FromPartNumber
Set @ToPN=ToPartNumber
select *
...
October 12, 2012 at 2:03 pm
The part numbers include numeric, alphanumeric, and sometimes special characters (-, /, etc...). I receive an conversion fail error when using COALESCE.
October 12, 2012 at 11:09 am
That looks good. As long as I can identify which permissions differ between two groups.
September 13, 2012 at 1:29 pm
The goal is to find out which permissions one group has that another group does not, or vise verse.
September 13, 2012 at 8:01 am
Will do. I appreciate your help very much. That is a cool piece of script.
June 21, 2012 at 2:57 pm
That is cool and will get me by, but is there a way to list them into individual columns rather than stringing them together in one? I appreciate it very...
June 21, 2012 at 2:29 pm
Got it. Forgot to include the TimeStart in my Group By (Sub Query).
-- Reports that are not being used
Select c.Path as Folder
...
June 21, 2012 at 10:01 am
Viewing 15 posts - 46 through 60 (of 203 total)