Search results

  1. H

    Only one record gets fetched from mdb

    Hi I have a report which is used to give the information of he DTS being used (eg:What are the stored procedures being used, and the tables and views present in it) .The report is getting generated but the problem is if there are three to four tables used in a procedure while fetching the...
  2. H

    Syntax Error in the query used for report

    Hi am getting the following error in the query : SELECT d.id, p.dtsid, d.dtsname, d.Complexity, d.Description, d.InUse, d.Server, d.Module, p.Procedure, t.Table, p.ProcedureId, t.tableid, dt.dtsTable, dt.dtsid, v.viewname AS ViewName, u.view AS ViewId FROM (((Select d.id, d.DTSName...
Back
Top Bottom