list database and tale in terasata
i nee to lisr all data base and related table in teradata srver with vb6 classic,how to? example: db1 - tble1 - tble2 db2 tble7 - tble9 ... ecc
View ArticleCelko: Best fit query or T-Join
Dr. Codd's T-Join In the Second Version of the relational model in 1990, Dr. E. F. Codd introduced a set of new theta operators, called T-operators, which were based on the idea of a best-fit or...
View ArticleCelko: Best fit query or T-Join
Dr. Codd's T-Join In the Second Version of the relational model in 1990, Dr. E. F. Codd introduced a set of new theta operators, called T-operators, which were based on the idea of a best-fit or...
View ArticleCelko: Best fit query or T-Join
Dr. Codd's T-Join In the Second Version of the relational model in 1990, Dr. E. F. Codd introduced a set of new theta operators, called T-operators, which were based on the idea of a best-fit or...
View ArticleProblem in my query
I have a problem with my query.. This is my orinal code: Private Sub Form_Load() Dim SiteCodeName, SiteLocationName AccntType = DLookup("Usertype", "User", "UserName= [Forms]![LogIn]![txtUserName]")...
View Articleafter issuing "by force"cmd,Get confused about HADR
hi! Imagine such a scenario: 1.My hadr primary server is down and unrecoverable. 2.I issue the "db2 takeover hadr on db sample by force" on the standby server. Now, the standby DB works correctly. 3.I...
View Article(DB2) select from log file
Hi , I came across a DB2 query of the form : select column1, column2 , column3 from xyz.log I am confused , how columns can be selected from a log file? Could DB experts help me please... if this is...
View ArticleQuery not Working as Intended
I am trying to make an easy way for users unfamiliar with Access to filter the account transactions in an Access 2010 database to show entries made between two dates. The query (SQL below) is supposed...
View ArticleTwo text boxes in a form to query values in Between X to Y
Hi. I am trying to set up a form with two text boxes so I can run a query that searches for records with values between a two numbers. I have set up 2 text boxes in the form design, they are named...
View ArticleEncryption in db2
Hi, Few doubts on column encryption. How do I alter an existing column with varchar data type to take encrypted data values. Waht I understand is we need to change the column data type to 'varchar(***)...
View ArticleEncrypting varchar
Hi, I am on DB2 Version 9.7. I create a table with below definition: db2 "create table tvar2(name varchar(10))" and then I try to insert into the above table using below command: db2 "insert into tvar2...
View ArticleIs it feasible to restart mssql server 2008 service periodically???
Hello all, Is it feasible to restart mssql server 2008 service periodically every 10min??? what will be the effect on database, If it is heavy loaded environment. Please suggest your views. Thanks in...
View ArticleCommand inside parameter
Hi colleagues ! Quick question: How can I run a command inside a parameter ? I want to use dd and the following formula in the count parameter : df -m . |awk '{s+=$2} END {print s}' like: dd...
View ArticleAlter table
Hi, I have already created a table and forgot to add in the first row. This row should auto-increment, be unique and of type int. I have tried using the following statements but i keep getting a syntax...
View ArticleDB2 backup after license expired
Hi, I recently discovered that it is not possible to update a db2 trial license on linux 32 bit. The problem is that the license has expired and I can't use db2 anymore. I really need the data in the...
View ArticleJSP class files
Hi, I have some class files that when I open them with jad, I get some errors like the ones bellow: "Couldn't fully decompile method ... Couldn't resolve all exception handlers in method ... Overlapped...
View ArticleHow to execute files from a single file
Hi All, I am new in DB2 and want to call many files from one file. Suppose i am having 1.sql,2.sql,3.sql in a folder. How can i call these 3 files from a single file ?? Kindly revert me back with the...
View ArticleBasic Join with Rowid
Hi, I have got a basic question but in my database it will not work. I have two tables. Both have the similar amount of rows. I want to add one column of the first table into the second table. Here,...
View ArticleIssues with default Ribbon and Backstage options
I am trying to hide some of the Backstage options (ie.: FILE items) and am running into the following issue: To use the BACKSTAGE option the ribbon MUST be selected as the default ribbon for the...
View Articlequery returning duplicates
I have written this query which searches the table and return all owners whose surnames are like 'BLACK'. It runs fine but it is returning duplicate rows. I think this may be a problem with my joins....
View Article