Are the dates in the table the primary key? If so, you can simply use the Access query designer to join the two tables on the date field. Drop the date from one of the tables in the first column, amountone from tableA in the second column and amounttwo from tableB in the third column. [...]
As SMS is controlled by mobile supplier, they are only ones who can supply e-mail gateway, a number of them do, some as a free service. Try “SMS to E-Mail” in search engine. Or contact your mobile supplier for details. I know a number will provide the service free to sending clients, but you may [...]
I know that all the clients have unique addresses between themselves and the server. You seem to say that the only address the ’400′ sees is that of the server itself. The server is supposed handle routing between client and outside world. If a client issues a request and the ’400′ responds does the data [...]
If you declare the array outside the Package with the “create type” command and still have the benfits of the BULK COLLECT. You can indeed pass the java a REFCURSOR which would look like a simple returnset to them. Just use a TABLE(CAST( construct in the FROM clause. MrO
A computer is a computer is a computer, and by any other name still subject to the same smell. (apologies to Will.) I am not familiar with the appliance you have but do work at a Health Science Center. We have had recurring problems with embedded systems. Heart rate monitors, ventilators with Windows 2k as [...]
John Paul Lamontre said this is not an easy question. He writes: First, run SQL under STRDBG (without any parameter). You will have a complete description of the SQL optimiser process. Inspect in detail each message, checking for a missing index or other requirements of SQL. If second runs are quicker, SQL has probably delayed [...]
yes. works great. It is possible to run into problems if you try to convert an existing field to a different type.
Application startup on a server can be slow, but an hour is ludicrous. If server has internet connection, my first guess would be a trojan, or other adware resource hog. Straight AV software is not likely to detect this. Suggest try Adware, or Spybot, free downloads to check this. Also HijackThis, but you will need [...]
Can you submit a sample of the code you are using?
iSeries DB2 (SQL) is very sensitive to access paths. With response times like you describe that’s the first place I look. Try creating an index over the file with the same columns as either your ORDER BY or your WITH clause (in the same order).
Noticed you haven’t had a reply. I don’t know of a profile but you might consider using the custom form library to disable this. HTH Ken F.
I’ve patched from 8.1.7 to 8.1.7.4 directly and all that changed was the binaries, my enterprise edition software for oracle worked fine after upgrade. I see no need for and upgrade of data dictionary or a restore of 8.1.7.2 binaries. Unless there is a history to this question I am not aware of.
I would try to investigate the 3000000 number that is referenced in the error message, could a number this size fit into a type ‘integer’ column? Perhaps, the column in question needs a size change…
Start on this site. You can also Google using +tutorials +”your operating system” +”language of interest” Worked for me.
User/Schema are essentially the same thing. A schema is a user account that owns database objects such as tables, views, indexes, procedures, etc. Other user accounts would probably then be created that are granted privileges on the owning user/schema’s objects in order to run an application. Each user account will have a specific default and [...]
Error – c0000005 – access denied For what ever reason at least part of the file you are trying to restore does NOT belong to the account you are using for the restore. 1 – is this a new instance of SQL server and you are transferring the database? 2 – is this a repaired [...]
If you are looking for a covert way to monitor then you might want to look at a product called Track4Win. I’m not sure if it will do everything you want but I know you can get a free trial. There are probably a million other products that do the same thing out there, this [...]
You need to set Security Auditing. Good start is www.iseriesnework.com, but you must register as a Pro member (and it must be paid). Direct link: http://www.iseriesnetwork.com/artarchive/index.cfm?fuseaction=viewNewsletterArticle&articleID=51323&webID=1001&override=0 For first article: “Security Auditing — How Else Can You Know?” Second article (also good for start): “Common Sense Security Auditing”
What you need to do is take the database down cleanly i.e. not shutdown abort. Using filesystem commands move the log files to the correct location Mount the database – startup mount Then use – alter database rename file ‘old name’ to ‘new name’ for each log file then open the database – alter database [...]





