Viewing 15 posts - 121 through 135 (of 216 total)
Great. Thanks.
I misposted the image as I was replying to another post.
August 11, 2006 at 9:28 am
Here is another problem. If I put the total my way, it is on the top below the column name. It doesn't look nice but I am able to make...
August 10, 2006 at 11:50 am
You can use CASE in the select statement to display NULL as Unknown. This way you will see Unknown instead of <<NULL>> in the report.
hth,
August 10, 2006 at 11:38 am
Thanks. I figured a different way. I right click on column and select add column. I give it whatever expression then later edit its value to count(Field!ID.Value) then it works...
August 8, 2006 at 2:10 pm
I don't know why but the column name TicketId is case-sensitive. If I used TicketID I got null.
DECLARE @RetVal int, @Doc varchar(8000), @iDoc int
SELECT @Doc = '
<AuditTrail>
<AuditDateTime>2006-04-20T09:24:55</AuditDateTime>
<UserName>Unknown</UserName>
<ChangesXml><Tickets> <Ticket>
<TicketId>554</TicketId>
...
August 1, 2006 at 2:22 pm
Thanks for the reply. However it is not what I wanted to find out. I currently use a similar SELECT statement to include the percentage as another column but in...
August 1, 2006 at 2:14 pm
Vladan, it works for me. Thanks.
Claudia, I think stax68 meant r.ID, not r.RequestID.
Thanks everyone.
July 14, 2006 at 9:28 am
Sorry if I wasn't clear enough but here is what I would like to see.
ID Received Status ClosedDate ...
July 13, 2006 at 8:24 pm
look like the correct syntax for AuditDateTime is ../../../../AuditDateTime. However it still shows nothing.
June 27, 2006 at 4:53 pm
if it does bother you that much, add a step to do a BACKUP WITH TRUNCATE_ONLY and DBBB SHRINKFILE, couple times if needed before the step to do your regular full...
March 9, 2006 at 12:50 am
thanks for your reply. I figured it out, similar with yours but mine is longer.
February 21, 2006 at 11:19 am
are you sure there is such button in SQL 2005 Management Studio? I just looked one more time, there is no such button.
December 28, 2005 at 10:35 am
Viewing 15 posts - 121 through 135 (of 216 total)