Viewing 13 posts - 1 through 14 (of 14 total)
Hi,
I'm using "Microsoft OLE DB provider for DB2" driver, shipped with HIS and suitable for SQL Server Enterprise Edition.
It works very well, I used the "Data Access Tool" to configure...
September 26, 2007 at 6:26 am
I transfer datas from AS400 to SQL Server 2005 via SSIS, it works well but there is a bug in V5R3 that disable the possibility to make SQL querys against AS400.
It...
August 2, 2007 at 8:39 am
Hi,
Where do you type your text ? In SQL Server Enterprise Manager ?
A varchar column can indeed contain up to 8.000 characters (nvarchar up to 4.000 because unicode needs 2...
April 20, 2006 at 6:56 am
I think the best would be to send me a screenshot because there are so many images on that page...
February 22, 2006 at 6:03 am
Could you send me the url of your general forum home and tell me which link does display a cross mark ?
February 22, 2006 at 4:07 am
"Show image download place holders" should be OFF.
It's the option "Show pictures" just below that must be ON.
And if you can see the GIF file that I linked, the problem...
February 22, 2006 at 3:37 am
So let's try to go ahead : can you see gif files like this one ?
http://www.google.fr/logos/olympics06_alpine.gif
Could you check in IE options that the option "display images" is enabled in...
February 22, 2006 at 3:03 am
The problem is I can see all the pictures so I can't help you if you don'y give me an URL for an image that you can't see like this...
February 22, 2006 at 2:38 am
Hmm my name is Thierry (not newbie...)
I think you made a mistake because your link redirects to the forum login page...
February 22, 2006 at 12:55 am
Could you post a link to a .jpg file that causes problem because I'm at work right now and I don't have sufficient time to find an image...
Thanks !
February 17, 2006 at 6:17 am
Hello,
Do you have a test URL ?
My first idea is that some JPG pictures are recorded in CMYB insted of RGB. Internet explorer does not like JPG in CMYB mode.
Regards
February 15, 2006 at 1:14 am
Ok, what I would do is the following :
- rather than proceed to multiple UPDATE statements, I would insert values in a temporary table for each row
- at the end...
January 12, 2006 at 8:55 am
Hello,
If you do multiple updates, it's very slow. Another way to do multiple updates is to use a temporary table and make a global update with an inner join.
Could you...
January 12, 2006 at 6:17 am
Viewing 13 posts - 1 through 14 (of 14 total)