Forum Replies Created

Viewing 15 posts - 16 through 30 (of 180 total)

  • RE: connecting remote server

     
    >>do they have a vpn?
    probably we can arrange one.
     
    >>do they have any way to connect to their network when their off site?
    i thought being on internet would be...
  • RE: Convert Date from mm/dd/yyyy to dd/mm/yyyy

    all different date formats you could try is here
    very useful one .
  • RE: Invoice Pagination - How do I start next costomer on new sheet when needed?

    Carl
    if you installed sql server samples ,there is a solution that explains applying different colors when group changes.
    actually you need to have "expression" for group color property.
     
    if you added client...
  • RE: Report Services Hell?

    Jim
    >> How do I remove my named instance,
    go to Control panel >> add/remove programs and click Microsoft sql server 2005 and finally remove. it should give you all instances and...
  • RE: DateTime Parameter Formats

    David
    when in report designer if you go to Report >> report parameters, there select your parameter (under available values label) and define a custom express for the parameter
     
    u have not tried...
  • RE: How do I not print blank reports?

    Matt
    you can look at samples provided by MS.
    there is already a solution which has code export a report to xml format.
     
    if you installed in default location then should find samples in...
  • RE: How do I not print blank reports?

    Matt
    i had similar situation and what i did was i exported to XML and loaded into a dataset (dataset.loadxml) and that gave me ability to check record count.
     
    probably you can...
  • RE: need help with a function

    Thanks Sergiy.
    Thats wonderful, i get the idea. Thanks for that.
  • RE: need help with a function

    paramind
    Thats a good thought. i'll use that.
    Sergiy.
    I agree with you but we cant change database structure for different reasons at this point.
     
    i needed this in a functions as we...
  • RE: need help with a function

    paramind
    Thats a good thought. i'll use that.
    Sergiy.
    I agree with you but we cant change database structure for different reasons at this point.
     
    i needed this in a functions as we...
  • RE: need help with a function

    sergiy
    we have tables like doctors, organisations , patients etc., which all contain personal details.
     
    am looking generic function (which we need to use in reporting ) to get initials of a...
  • RE: age in char format

    Dudes
    Thanks all for trying to help.
    now am confused which suggestion to take !!
    looks like i need to do more testing before finalising which script to use.
    i have too many options...
  • RE: age in char format

    Serqiy,
    can you kindly explain ur sql statement so that i understand logic behind it .
    Thanks for ur help .
  • RE: age in char format

    sorry my mistake
    my column name birthdate not birthdate in my table
    it works like charm
  • RE: age in char format

    Serqiy,
    i tried removing @ but getting error DateBirth does not exist

Viewing 15 posts - 16 through 30 (of 180 total)