Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,114 total)

  • RE: Finding NULL count

    Kent,

    Thanks for your prompt reply. Carry on !

  • RE: Finding NULL count

    I think it won't work in Sql2000. I am using sql2000.

  • RE: Query Help - 2

    John Thanks.

    But they dont have the option to choose the table name. Only Drop down box will show the list of columns. In that case, i think we need to...

  • RE: Query Help - 2

    They will choose it from a dropdown list.

  • RE: Query Help - 2

    It Would be highly appreciable if anybody help me to solve my issue.

  • RE: Query Help - 3

    Thanks Ryan.

    Again i want to add some more logics.

    Suppose if any user want to add a new column in the select list,our query has to do it.

    Say for example,

    ID ...

  • RE: Removing the JUNK Characters

    But Andras i dont want to use any functions. Because i dont have the permission to create functions.

  • RE: Concatinate SP always return NULL?

    Or you can modify your code little.

    Hi All,

    Any ideas why this always returns NULL? Help would be greatly appreciated!

    DECLARE @Count int

    DECLARE @sql NVARCHAR(2000)

    SET @Count = 1

    WHILE @Count < 20

    ...

  • RE: Query Help - 3

    I am using sql2000.

    But i dont want to use while loop or Cursor. I want to acheive it by using SET BASED logic.

    Can anybody help me ?

  • RE: Query Help - 3

    Ok.

    FOR EXAMPLE,

    Create table ColumnDesc

    (

    ID int,

    ColumnList varchar(4000)

    )

    Insert into ColumnDesc

    Select 1,'Select A.Eno,B.Salary,C.Dept from Emp A,Payroll B,Department C'

    Union All

    Select 2,'Select A.Eno,A.Ename,B.Dob from Emp A,Payroll B'

    Union All

    Select 3,'select A.Eno,A.Ename,A.Address,A.Email,B.Salary,B.DOB,C.Dept,D.Remarks from Emp A,Payroll B,Department...

  • RE: Query Help - 2

    Any input?

  • RE: Query Help - 3

    Ryan,

    Thanks.But you have hardcoded it as a seperate string. But i don't want to hard code it.

    Because it may change in future like From Company A,Department B,Employee C,EmpHistory D...

  • RE: Query Help - 3

    Any inputs will be highly appreciated.

  • RE: Retrieve SQL Error Info

    Andras,

    Concur.

  • RE: Query Help - 2

    Any Inputs ?

Viewing 15 posts - 796 through 810 (of 1,114 total)