Forum Replies Created

Viewing 15 posts - 421 through 435 (of 529 total)

  • RE: ODBC help!!

    Good guess Simon .

    Doing this from memory, Simon is right. The correct type is SQL_PARAM_OUTPUT. Just check SQLBindParam in the MSDN for more information.

  • RE: Going bald over Job calling DTS problem

    The first thing that comes to mind is the user the SQL Agent service is running with. Your DTS package (when scheduled as a job), will run under that NT...

  • RE: share of sales %

    Use a calculated member. If your geographical hierarchy is called 'Location', you would need to add the following MDX expression.

     ([Location].CurrentMember, Measures.[Sales]) / ([Location].CurrentMember.Parent, Measures.[Sales])...
  • RE: Share of sales %

    Can you give us more information on how your database is organised?

  • RE: Scheduling DTS

    I do not think the user needs any specific security rights to run the package, unless you have specified a package password. He just has to have access to the...

  • RE: Tidy up - for Gurus

    I think the best approach is to store the result of the function fMStdDev in a temporary table (along with the primary key of the table). In a second phase...

  • RE: I may be asking for the world, but...

    Follow this link. It points to a piece of Perl code that allows you to look through a bunch of files for one or more 'patterns'.

    http://www.mts.net/~pb999874/perl/pgreppl.txt

  • RE: I may be asking for the world, but...

    I certainly don't know such a program, but I might have some ideas how to solve this problem.

    They both boil down to having (i) some search criterium and (ii) having...

  • RE: Exporting data from one table to multiple tables

    I'm not entirely sure how you are setting up the DTS package, but I don't think you can do what you want in a simple step.

    First of all, you will...

  • RE: Urgent Help Required for new DB server

    Had the same problem before. And as I remember, you should update your SQL Server installation as is mentioned in the Microsoft KB. Worked like a charm for us.

    I haven't...

  • RE: error 1069 (this service did not start due to a lo

    If it really is the SQL Service that is no longer starting up, you should check the account that is used by the service.

    So, go to Control Panel->Administrative tools->Services.

    You will...

  • RE: Documentation Strategies

    Like the XML idea by the way.

    If you ever have a framework that you would like to share with us

  • RE: Documentation Strategies

    Great to be of (some) help. But I would like to comment on your last post.

    In my opinion you are mixing up two different things. First is commenting the code...

  • RE: Documentation Strategies

    I try to enforce a scheme like that of David. Developpers always argue that it is a lot of work, filling up all the fields. (They obviously have never had...

  • RE: Mysterious Blank Password

    Is it possible that you have mixed mode authentication enabled?

    In that case, SQL Server might let you in, based on the 'trusted' connection from your windows session.

    The easiest test is...

Viewing 15 posts - 421 through 435 (of 529 total)