Viewing 15 posts - 8,161 through 8,175 (of 18,926 total)
If memory serves well : Tablix, create new group. Page break after the group. On export there should be a new tab for each group in excel.
From there...
March 16, 2010 at 12:44 pm
jcrawf02 (3/16/2010)
Ninja's_RGR'us (3/16/2010)
Where's the frighing unsubscribe button????lol top of the page, just above the page numbers, Edit Subscriptions. Think I'll follow you there...
I wish you better luck than I'll...
March 16, 2010 at 12:42 pm
Where's the frighing unsubscribe button????
March 16, 2010 at 3:17 am
I used another method... not quite as good but acceptable for the users. For the 203 reports that needed this I changed the group by to the description instead...
March 16, 2010 at 3:16 am
Definitly possible to do.
Put all the subscriptions into a special folder.
Then loop in all excel files.
Then rename all tabs for each files.
Definitly a kludge, but that would work.
March 15, 2010 at 2:36 pm
Most reporting table are empty untill they are used....
Might want to script them and move them to a backup db in case you need them later.
March 11, 2010 at 10:37 am
Are you sure you are in the right database?
Who is the owner of the object?
Have you tried this way objectowner.tablename?
IE :
select * from dbo.detail
March 8, 2010 at 12:07 pm
I've used it only once but as far as I remember you basically select both environements. Then you run a compare between a and b.
Once done a sql script...
March 8, 2010 at 8:26 am
look up "database mail" and
"sp_send_dbmail"
in books online
March 8, 2010 at 7:29 am
Ya been there. The only to export the report from SSRS is with the export button or with a subscription.
From there on out you can always save the file...
March 5, 2010 at 10:14 am
Sarab. (3/5/2010)
for fk keys
i think the below mentioned query may help in case of fk relationship
Exec sp_MSforeachtable 'alter table ?...
March 5, 2010 at 7:30 am
Sarab. (3/5/2010)
Angela S. (3/4/2010)
March 5, 2010 at 3:10 am
Just for the sake of it...
use tempdb
go
create table a (b int)
go
insert into a (b) values (1), (2), (3)
select * from a
begin tran
truncate table a
select * from a
rollback tran
select * from...
March 4, 2010 at 6:44 pm
What's the freaking point of having a users table if you have less than 2 users in the production system?
That's not a bad assumption to take into consideration.
As others stated,...
March 3, 2010 at 6:48 am
Viewing 15 posts - 8,161 through 8,175 (of 18,926 total)