Viewing 15 posts - 76 through 90 (of 262 total)
thanks for the reply
ill be honest I often didn't see their use as even necessary as a sub query in what I saw
but even if they were there only to...
December 24, 2015 at 2:21 am
ok thanks a lot
proc2 is set outside the catch block, i did put it inside by mistake and editted my post, you probably saw that
i understand now anyway, thanks a...
July 10, 2015 at 3:49 am
thanks agina for the reply,
Rather than this
Begin Try
Begin Transaction T1
--exec Proc2
Commit Transaction T1
ENd TRy
Begin Catch
--Rollback Transaction T1
--insert into error table
end catch
i should perhaps look at this
Begin Try
Begin Transaction...
July 10, 2015 at 3:40 am
hi, thanks a lot for the reply
i do have error handling
my code actually looks something like this
Begin Try
Begin Transaction T1
Commit Transaction T1
ENd TRy
Begin Catch
Rollback...
July 10, 2015 at 2:50 am
Thanks mate
I was adding the parameters to the reports URL rather than the web service URL
That fixed it for me
May 21, 2015 at 4:14 am
Yes I can, thanks a lot all
March 4, 2015 at 2:20 am
Luis Cazares (3/3/2015)
Koen Verbeeck (3/3/2015)
Luis Cazares (3/3/2015)
The option is in Menu File -> Open -> Analysis Services Database...
Keep in mind that you are connected live to that SSAS database.
If you...
March 3, 2015 at 11:54 pm
thanks for the reply
if i do have the permissions do you know how i would open it in bids? i have a blank solution
March 3, 2015 at 8:27 am
apologies
in trying to keep it short and to teh point i forgot the mention this is in SSRS 2008 R2
November 6, 2014 at 4:20 am
is it posible to put an if table exists line in your procedure?
September 10, 2014 at 3:22 am
thanks for the reply mate
i worded the first post really badly sorry.
i have come into a company who have designed a crazy part to a report, it is an image...
September 8, 2014 at 6:53 am
bump?
if there was a way to add sysusers to sysdatabases in the master database that would help?
thanks
April 24, 2014 at 5:09 am
Viewing 15 posts - 76 through 90 (of 262 total)