Cover web address to hyperlink
Hi, I'm a bit stumped with this. I have a text field which I export to a CSV file. If a web link is written in the text field I need this converted to a proper hyperlink when the record is exported to...
View Articleupivot table
I would need some help in writing a store procedure to unpivot a table. My input and output tables are in the attached file. Any help greatly appreciated. Records with Null price will have to be...
View ArticleQuery and sum for each group?
Hi all! So I have this query that I am using for a time tracking system. Basically it adds up time spent grouped by day, for each employee. Quote: SELECT hours.empid, hours.clockin,...
View ArticleMicrosoft sql login profile
Hi, I am new to ms sql. My use case: 1. Create login profile 2. Assign permissions to the login profile 3. Login into the ms sql server by using login profile 4. Create user, database Can I assign...
View Articlehow to use cascade on delete in mysql
i use this code of cascade on delete but it don't reflect any change please help.. and tell me my mistake . and i also want to know about cascade on update and how to use it because m facing similar...
View ArticleChart Based on Query and Adding Criteria to Query
Morning All hope you are well I have a query "IncidentQry" containing [Campus],[Location],[TypeofIncident] A stacked Bar Graph is on a report based on [Location] and [TypeofIncident] I need to be able...
View ArticleFabrication
Hi, I am trying to setup MySQL fabrication using following blogs. http://mysqlblog.fivefarmers.com/201...ic-on-windows/ Sharding PHP with MySQL Fabric - Johannes Schlüter I am badly struck in in the...
View ArticleASP.net is not passing all my parameters to SSRS...HELP.
I am using an ASP.net 4.5.50938 front end to allow me to display and pass multiple parameters to SSRS. The problem is the below code is only passing 1 parameter but I have 24 optional parameters to...
View ArticleSSRS not receiving all parameters values from ASP.NET
I am using an ASP.net 4.5.50938 front end to allow me to display and pass multiple parameters to SSRS. The problem is the below code is only passing 1 parameter but I have 24 optional parameters to...
View Articlesql server installation config file
We have several SQL Server Installations (Both SQL Server 2005 and SQL Server 2008 R2) that I need to recreate for a Disaster Recovery excersize. Short of performing an install and creating a...
View Articlemultiple variable assignment
Hi - when I run the statement below in a function I get an error basically stating I get 2 column returned by the query useremailaddress = i.emailaddress, userusername = ws.username FROM...
View ArticleError SQL0204N during create database
Hi, While executing create database <dbname> following error was encountered: SQL0204N "SYSIBMADM.DBMS_LOB" is an undefined name. LINE NUMBER=1 SQLSTATE=42704 DB2 version: V10.1 Fix Pack: 0 on...
View ArticleForm reminders for specific user only
Hello. In my database, I have a form of reminder. Query collect all the information about the unfinished business at the base and at the start-up of the base shows form reminders. The base is splitet...
View ArticleInit DB
Dear All, I am getting more than 3000 the following Init DB in my log in my application and i don't know really why it getting so much time and how can i avoid this processing repeatedly. Please help...
View ArticleIs it possible to use linked tables for a query?
Hi, I would like to know if it is possible to first make two linked databases in MS Access (with two Excel-sheets used as a source), and then using both linked databases to make a new query from the...
View ArticleInformix 11.7 - procedure alter sequence restart dynamically
Hi I'm facing a problem creating a procedure doing exactly what is in the subject. Basically what I would like to do is : alter sequence my_sequence RESTART select max(my_id) from mytable; But I...
View ArticleValue of Field is Global Variable
Hi Everyone, I am creating a db where users enter Proposal information, and under the same proposal, there are several revisions with differing data. The 2 tables are linked. When the user presses a...
View Articledb2 connect causing high paging
Hi All, Anyone know or encounter why when connect to database, the paging will increase tremendously and eventually cause the whole paging all use up and server halted. DB Ver 10.5.0.1 AIX Version is...
View ArticleGROUP BY on multiple tables
Hello all, I have 2 tables with a common key resembling: Table A Key No. of Lines (result of a count(*) group by key) A 12 B 40 C 33 D 45 E 60 Table B Key No. of Lines (result of a count(*) group by...
View ArticlePulling Data from web
Hi, I use BD to, amongst various other things, maintain a specialist inventory of unique products. Some of these I end up listing on various auctions sites and I export the details into auction upload...
View Article