[SQL] Query regarding Writing a report using the file sysstem data processing extensions

2006-09-27 Thread Dinesh Tiwari
Hi Experts.I have some problem in SQL server reporting services 2000.I am doing with FILE SYSTEM DATA PROCESSING EXTENSIONS  i have done all the things correctly.like copying the .dll  file to 3 folders, writing some code in XML file which was given on net and on books.after that it is

Re: [SQL] Query regarding Writing a report using the file sysstem

2006-09-27 Thread Markus Schaber
Hi, Dinesh Tiwari, Dinesh Tiwari wrote: > I have some problem in SQL server reporting services 2000. [...] > So if any body have any idea what to write in query designer You use the MS SQL Server and the MS Query Designer? It seems that you got to the wrong list for that problem, the list here

Re: [SQL] unique rows

2006-09-27 Thread Bruno Wolff III
On Wed, Sep 20, 2006 at 22:18:04 -0700, TJ O'Donnell <[EMAIL PROTECTED]> wrote: > I want to make a table that has unique rows - no problem. > Create Table x (smarts Varchar Unique); > > I have input data that has many duplicates and until now > I was creating a temp table allowing duplicates, an