Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: column and input withCSV

    one CSV input has to be matched with CSV column for individual items

  • RE: Script complete DB - 2005

    I can but this stores the data too...I would like to just script the DB which will help by acting as a skeleton.

    Thanks

  • RE: UDF in view(select)

    Hi

    Actually my function accepts a varbinary..

    When I give

    select udf_getval(binaryvalue) works fine

    but select udf_getval(employee.ID) from employee it returns null..

    employee.ID is a varbinary.

    Thanks

  • RE: LDAP-Query-page size problem

    No difference in numbers of rows returned (1000) with SET ROWCOUNT 0.

    This is an LDAP issue..where the page size is set to 1000. Looking for a way to overcome this.

  • RE: Row number

    Sql server 2000

  • RE: PhoneFormat

    VARCHAR is what we r storing it as.

  • RE: hyperlink

    here is the soln.

    from properties/Navigation select jump to url and use the following expression.

    "mailto:"+Fields!Name.Value +"@abc.com"+"?subject="+ "Test"

     

    Thanks

  • RE: hyperlink

    Found the solution. Thanks

  • RE: Change datasource dynamically

    Hi

    My understanding is shared data source allows multiple reports to share a single data source..but what I am looking for is change the datasource for the same report at runtime.

    Thanks

  • RE: Table rows

    Can the table itself be reordered so that when we do select * from table the order is in a random fashion

Viewing 10 posts - 1 through 10 (of 10 total)