Viewing 15 posts - 1 through 15 (of 23 total)
Because I want to add address. phone #, etc, and I know there's a way to do this I just can't figure it out.
November 6, 2010 at 7:19 pm
Nice to know. Thanks.
May 14, 2010 at 4:54 pm
Are you talking about the price to pay for Crystal Enterprise itself or is there a fee or license that has to be paid for each user?
May 14, 2010 at 1:46 pm
And Crystal you need to get a license for each client? I need to get the cobwebs out.
May 14, 2010 at 12:17 pm
Which versions of SQL Server have the reporting service, which ones do not?
I've never heard of having to license a report you developed yourself.
May 14, 2010 at 9:11 am
Thank you.
April 30, 2010 at 11:07 pm
Develop reports. Doesn't SQL Server have a report developing feature? Visual Basic does not.
April 30, 2010 at 8:38 pm
I thought sql server's reporting services would make this a good idea.
April 30, 2010 at 6:55 pm
Backup because it doesn't copy, right? Do you think it would ever make any sense to do this?
April 30, 2010 at 6:46 pm
Thank you. So for example you could not have a setup disk with a visual basic program and a sql server database the way you can have a setup...
April 30, 2010 at 6:24 pm
Kathi,
You mean:
select
t1.subscrno, t1.Subaddeffdate, t2.Delhouseno, t2.Delstreetnam, t4.Subrouteeffdate, t4.routeno
from
(select x1.Subscrno, max(x1.Subaddeffdate)...
January 18, 2005 at 9:13 pm
Going with SQLserver, suppose you have 500,000 records in each of the 2 tables. I need to allow the user to generate a report. To...
January 18, 2005 at 9:09 pm
Viewing 15 posts - 1 through 15 (of 23 total)