Viewing 13 posts - 1 through 13 (of 13 total)
This data is exported from another older dos system to text file and has additional information that is needed. We have the matching Client ID. If data is missing we...
March 25, 2019 at 8:28 am
Yes, it is not a problem. We already have the data so we can cross reference with imported data to determine which records are missing. We can then go and...
March 25, 2019 at 7:36 am
The id column is an identity field with numbers generated auto so it should be o.k.
March 24, 2019 at 9:46 pm
Thanks for all your comments. This data is coming from text files. It is being parsed and cleaned as much as possible. So that is why some sets of 5...
March 24, 2019 at 9:39 pm
Hi I implemented your code change but my line lenght did not change. My lines still get runcated.
I replace:
FOR SELECT code FROM #text WHERE idnumber BETWEEN ((@nopg *...
October 31, 2013 at 8:38 am
I was able increase width. However, my row still gets truncated. How can I increase the lenght of the row so it does not truncate
I set MediaBox to:
INSERT INTO #pdf...
October 31, 2013 at 8:23 am
Where did you increase Mailbox params? I am trying to get 20 columns in one report. It keeps getting truncated.
October 29, 2013 at 9:53 pm
How can you make pdf landscape? I have a report that has 20 columns.
October 29, 2013 at 6:35 pm
How can you make pdf landscape? I have a report that has 20 columns.
October 29, 2013 at 6:34 pm
Yes, this will identify all tables in db and will disable/enable all constraints and any triggers. Richard
February 18, 2004 at 8:17 am
We used the following to disable all constraints and triggers when importing data into existing SQL tables. Hope this helps. Richard
-Disable CONSTRAINST & TRIGGERS
DECLARE @TempSQL NVARCHAR(200)
SET @TempSQL = 'sp_msforeachtable...
February 18, 2004 at 8:05 am
Yes, I did a search and did find it. I will try re-installing the client.
Thanks
Richard
May 14, 2003 at 4:13 pm
Viewing 13 posts - 1 through 13 (of 13 total)