Viewing 15 posts - 61 through 75 (of 110 total)
Look carefully at how SQL works and try the following
CREATE Table #Table1 (Field1 integer, Field2 integer)
Insert Into #Table1
Select 1,1
UNION Select 9,2
UNION Select 17,3
UNION Select 4,4
UNION Select 23,5
UNION Select 2,6
UNION Select...
July 27, 2004 at 6:38 am
Add the 'order by' column to the end of each select (i.e., display the field myiT.Unique_ID) and see what happens.
It appears that because the second query is using an alias...
July 27, 2004 at 1:57 am
Hmm, I tried simulating this over the weekend, and with one exception, got a working model. the difference is that I use the System/User DNS connections rather than File DNS...
April 26, 2004 at 3:20 am
I'm having to rack my brains on this one as we had the same problem, but in reverse, exporting to a VFP 6 table.
Two things to try.
1) If you are...
April 23, 2004 at 1:49 am
We had some problems with the restore to a point in time at first. When you specify the date and time, ensure you use the format yyyymmdd elsewise SQL can...
April 23, 2004 at 1:39 am
Many thanks for pointing out the obvious that I'd overlooked!
I do this with Visual Basic, creating and templating forms, so why on earth...
March 23, 2004 at 1:29 am
The problem of blank pages is down to layout. this took me some time to work out myself. The report is somehow going beyond the width of an A4 page,...
March 22, 2004 at 1:40 am
Solved it!
For some reason it was due to the anti-virus software being enabled when we installed the product. Even disabling the anti-virus after the install didn't work.
March 15, 2004 at 1:47 am
We also use Arcserve to run the company backups.
It will not backup open files, and as you said, you would have to stop SQL in order to back them up,...
March 12, 2004 at 1:51 am
:unsureoh 'ere
Just come across something which is a little worrying.
When a PDF decides to say OPEN/SAVE everything appears...
March 9, 2004 at 3:14 am
Nope, no solution yet
I suspect it's something to do with the way the reporting services deliver the PDF! If I create a page...
March 8, 2004 at 6:56 am
Just spotted something.
There I was, happily pulling my hair out trying to get a report NOT to flow over 3 pages wide, happily clicking on the 'OPEN' button to view...
March 8, 2004 at 5:58 am
We've tried this, in fact have adopted it. I presume that you are referring to the rs:Format=PDF URL command.
If we link directly ro a PDF document then Acrobat reader is...
March 5, 2004 at 8:01 am
Quite frankly, I don't think they are going to be given the choice. We can't afford the downtime that Crystal has been giving us, and the environment here changes that...
March 5, 2004 at 7:10 am
Viewing 15 posts - 61 through 75 (of 110 total)