Viewing 9 posts - 1 through 9 (of 9 total)
Very good, we will rely on SQL Views to write our code against then in conjunction with linked servers. Thanks for the insight.
June 14, 2006 at 7:41 pm
June 14, 2006 at 7:41 am
Thanks Jeff, but what if the database name may be something different and the owner may be different? I was wondering if I wrote views local in my app DB...
June 14, 2006 at 7:05 am
go
dbcc shrinkfile (newlog,emptyfile)
go
alter database powersuite remove file newlog
go
July 17, 2005 at 4:43 pm
July 2, 2005 at 7:42 am
June 30, 2005 at 12:13 pm
Actually, the sub total will produce whatever the aggregate function is in the detail cell, so if it is an average, it will produce an average subtotal rather than a...
May 11, 2005 at 5:51 am
Found out how to add a sub-total, but how do I make that an average instead of a total?
May 3, 2005 at 12:06 pm
I'm trying to figure out how to add a total column to a matrix table? When I add a column, it adds it for each occurrence of my series rows...any...
May 3, 2005 at 11:39 am
Viewing 9 posts - 1 through 9 (of 9 total)