Hi, I'm trying to create a Select statement searching for a character ° (<alt> 0176) within a field... I've tried a few things, including the below....
SELECT "REMIT_TO"."VENDOR_ID", "REMIT_TO"."ADDR1", "REMIT_TO"."ADDR2", "REMIT_TO"."ADDR3", "REMIT_TO"."CITY", "REMIT_TO"."ID"...
Well, I'm running it thru ES because I'm just modifying an existing Macola Report. If I removed it from ES and made it Standalone, would need to create my own parameter and Record Selections...
I really just need to do some slight modifications to existing Macola ES reports. What is the...
Is there a standard procedure one should take when modifying a standard Macola ES Crystal Report? Should the report be modified on the Network distribution folder? Should the report be renamed or should I just modify the original? It will then need to be copied to the C:\Program Files\Exact...
I have a Pivottable Excel file that uses calculated fields in the DATA section. Is there a way I can sort on a column in this summary area? I saw somewhere to do Field Settings, then click on Advanced, but I don't have an Advanced... Any ideas?
I'm in the process of moving to a SQL Server 2005 server running Progression 76.400a. I assume I need to install SQL 2005 client software on each workstation. Do I need to delete the SQL 2000 client first? Do I need anything installed on the 2005 client other than "Client Components"...
I am unable to modify Maintenance Plan - get an error 14258 . Cannot perform this operation while SQLSERVERAGENT is starting. Appears it is in Lightweight Pooling mode...
http://support.microsoft.com/kb/303287
Any problems with just turning this mode off and restarting Services? Hopefully...
Just was hoping to get everyone's thoughts on the merits of doing SQL server backups thru a maintenance plan to bak files vs. not doing sql backups and relying on a tape backup software with a sql agent. I was always under the impression that you should use a combination of both - if you need...
My formula for determining the testtype is:
WhilePrintingRecords;
StringVar ItemNo;
If {Itemmaster_SQL.commodity_cd} = "testtype" then
ItemNo := {Orderlinehistory_SQL.item_no} else
ItemNo := ItemNo
I then have a field that resets it in the Group Header
WhilePrintingRecords;
StringVar ItemNo :=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.