User Profile

Collapse

Profile Sidebar

Collapse
igovada
igovada
Last Activity: Mar 30 '08, 01:30 AM
Joined: Jan 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • igovada
    started a topic Database table design for performance

    Database table design for performance

    Hi

    I have a table (Sql server 2000) which has 14 cost columns for each record, and now due to a new requirement, I have 2 taxes which needs to be applied on two more fields called Share1 and share 2
    e.g
    Sales tax = 10%
    Use Tax = 10%
    Share1 = 60%
    Share2 = 40%

    So Sales tax Amt (A) = Cost1 * Share1 * Sales Tax
    So Use tax Amt (B) = cost1 * share2 * Use tax

    same calculation...
    See more | Go to post

  • igovada
    replied to asp.net 1.1 code build/deployment issue
    in .NET
    Yes, that solved my problem :-))))
    I added servername url in Site list. Localhost was already there
    Thanks so much....

    But referring to first part of Q, before deployment of code to deploy directory, in debug mode, I should be able to see my code changes when I build and execute the code, which I'm not able to see. Why is it so?...
    See more | Go to post

    Leave a comment:


  • igovada
    replied to asp.net 1.1 code build/deployment issue
    in .NET
    I'm not using any setup program, for deployment, using xcopy method.
    I have a virtual directory (deploy directory) in D:\MIMS folder, and my build directory is E:\Projects\Nik e\RibSystem\Cli ents\Nike\NikeR IBWeb App. I build my code in D drive and deploy the dlls/aspx pages in E drive.
    NikeRibWebApp is the name of virtual directory, and in IIS, in the Website properties - Home Directory tab, LocalPath is set to D:\MIMS and in the virtual...
    See more | Go to post

    Leave a comment:


  • igovada
    replied to asp.net 1.1 code build/deployment issue
    in .NET
    Thanks for detailed reply.
    If dev server's browser would have been blocking javascript, opening the url http://localhost in the same dev server's browser should have also behaved the same way, but with localost, it works fine.
    ...
    See more | Go to post

    Leave a comment:


  • igovada
    started a topic asp.net 1.1 code build/deployment issue
    in .NET

    asp.net 1.1 code build/deployment issue

    Hi I've a development server, where I've set up and copied the code (ASP.NET 1.1 webapp in .NET 2003) from an existing QA server. But I'm having issues, seeing my code changes. When I make some change (aspx or code behind) and build the code, I'm not able to see the changes unless I deploy the dll in deploy directory, even when i'm executing the code in debug mode. i'm able to see the changes reflected when i open the url as http://localhost/logon.aspx,...
    See more | Go to post

  • igovada
    started a topic SQL MSDE installation problem

    SQL MSDE installation problem

    Hi
    I'm trying to install MSDE 2000 on my WIN XP machine using the setup.exe, but it always gives me error saying "set strong sa password" after the message " Please Wait while windows configures Microsoft SQL Server Desktop Engine"

    I also tried installing it by command line command below, it shows that its configuring and installing software, but disappears in the middle. I see the SqlServer agent installed...
    See more | Go to post
No activity results to display
Show More
Working...