Found it..... It is best to have the server do all the work instead of crystal. Reason: 1.) Less time connected to the server 2.) Less memory...
Which is the best method of generating totals? On the Server in an SQL Statement or In Crystal Reports? Is there any reasons for one or the other?...
quote:Originally posted by Adriaan The IF EXISTS (SELECT ...) statement will not work for a dynamic query statement like you tried. You can use...
Can anyone help me figure this out? Why can I not use this variable. I get this error for the second one I try: Server: Msg 170, Level 15, State...
Syntax error converting datetime from character string. DECLARE @NewTransaction AS NVARCHAR(255) DECLARE @curName SYSNAME Select @curName =...
Great thanks. Yes I did have a typo...
How can I use data from a SQL Statement in a Stored Procedure and then use it in the same Stored Procedure? SELECT CID, CFNAME, CLNAME, CADDRESS...
Separate names with a comma.