Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RicoCali
  • Content: Threads
  • Order by date
  1. RicoCali

    Com+ in dotNET

    What are the significant difference in using Com+ in a VB environment vs VB.NET How is it different when using a .NET component in the COM+ vs using a COM object in COM+?
  2. RicoCali

    Com+ in .net

    What are the significant difference in using Com+ in a VB6 environment vs VB.NET How is it different when using a .NET component in the COM+ vs using a COM object in COM+?
  3. RicoCali

    Stored Procedure vs User Define Function

    For the life of me I can not figure out what the difference is between a stored-procedure and a User Define Function. Can someone explain to me what the difference is. PLEASE DON'T EXPLAIN WHAT THEY ARE. I already know what they are. I just don't know the difference.
  4. RicoCali

    MTS vs COM+

    Does anyone have a table comparison of MTS and COM+?
  5. RicoCali

    VB COM

    Can a COM written in VB be referenced and used from a VC++ application?
  6. RicoCali

    SQLDataAdapter/CommandBuilder/Concurrency

    I have a question on using Datasets with SQLDataAdapter, CommandBuilder. My question is, is concurrency supported automatically when using SQLDataAdapter and CommandBuilder?
  7. RicoCali

    Populating an ADODB.Recordset without DB

    I have a situation where I have to populate a recordset without getting a physical database involve. How would I go about doing this?
  8. RicoCali

    How do you calculate the number of bytes for OLAP DB

    I have all the information regarding my OLAP database. I know how many dimensions,hierchies, levels, members, and measures I will have. I also will know the datatypes of the measures. Knowing all these parameters, how do I calculate the number of bytes that my OLAP database will use?
  9. RicoCali

    Cube Processing

    I want to write my own script to process cubes. Is there any way to overide the default mdx scripts to process cube?
  10. RicoCali

    Interop Services

    Does anyone know anything about Interop Services? I looked around the Internet and couldn't find any real answers. Thanks...
  11. RicoCali

    using different hierarchies for different user

    I have a situation where i need to designate "user A" to use "hierarchy 1" and "user B" to use "hierarchy 2" when they both open the same cube in Excel. Can I control this based on their authenticated ID? If so, How? Thanks...
  12. RicoCali

    Views/Stored-Procedure/User-Defined function

    Can someone tell me the difference between: Views Stored-Procedure User-Defined Function ?
  13. RicoCali

    Class and Structure

    I have been experimenting with Class and Structure and really don't see any difference. Can someone explain to me the difference?
  14. RicoCali

    Overloading a constructor

    How do you overload the constructor in .NET? Public Sub New() End Sub Public Sub New(By Value myInteger As Integer) End Sub Public Sub New(By Value myString As String) End Sub Can I have all those subs at the same time? I know you overload in C#. Just didn't know if you can do that with...
  15. RicoCali

    Joining two cubes

    I have a situation where measure 1 is dimensioned by dimension A, B, C, D. Measure 2 is only dimensioned by B. Therefore I put the measures in there own separate cube. But now I want to join them so I can report them together. How is that accomplish?
  16. RicoCali

    AS Batch Process

    I'm new to AS. I can process cubes through Analysis Manager. But how do you set it up so I can write an MDX script to automate the process at certain intervals?
  17. RicoCali

    Querying a Dataset

    I know how to filter a Dataview. But how do you do it for a Dataset. Apparently its different. I'm trying to find look for a record where a column is equal to a value. Thanks, Rico
  18. RicoCali

    ADO.NET/CommandBuilder/Stored Procedure/Dataset

    I have a situation where I am processing my dataset through commandbuilder. I also have a situation where I can only call stored-procedures and have no access to tables from the connection of my app. The SQL-Server was design this way for security reasons. How do I force the CommandBuilder to...
  19. RicoCali

    ADO.NET/CommandBuilder/Dataset/Stored Procedure

    OK, I have a situation where I am processing my dataset through commandbuilder. I also have a situation where I can only call stored-procedures and have no access to tables from the connection of my app. The SQL-Server was design this way for security reasons. How do I force the...
  20. RicoCali

    ADO.NET/CommandBuilder/Dataset/Stored Procedure

    OK, I have a situation where I am processing my dataset through commandbuilder. I also have a situation where I can only call stored-procedures and have no access to tables from the connection of my app. The SQL-Server was design this way for security reasons. How do I force the...

Part and Inventory Search

Back
Top