Search Result

Collapse
8 results in 0.0041 seconds.
Keywords
Members
Tags
sql server 2005
  •  

  • HiGu
    started a topic MS ACCESS form taking too long to navigate.

    MS ACCESS form taking too long to navigate.

    I have form1 which has 3 types of something called as WO.Now, when I click on a 'closed WO' form2 opens displaying details.And when I click the back button, it takes atleast 2 minutes to go back to form1.However, this is not the case with Overdue and Open WO and the perfomance is good.
    • form1 has has queries which are run everytime a WO button is clicked.
    • There is more data for Closed WO than that for Open or Overdue WO.
    • form2 dispays detail
    ...
    See more | Go to post

  • Import and Clean Dirty Excel 2007 Files to SQL Server 2005

    I've been tasked with the following, and am looking for some ideas. Importing Excel Files into SQl Server 2005.
    1) The data needs to be harmonized as it is coming from many different branch offices. For example: I will need to truncate fields in Excel, convert different methods of writing currencies (periods instead of commas to denote thousands and millions).

    2) I am also interested in getting some feedback report on things that...
    See more | Go to post
    Last edited by Niheel; Jun 7 '11, 04:33 PM. Reason: removed 1 vote text from stackoverflow.

  • Help needed to create BLL class for storeprocedure which updates multiple tables

    Hi I am using these: ASP.Net 2.0 with VB.Net, Visual Studio 2005, SQL Server 2005

    I suspect, there is something missing in BLL class.

    I created the ASP.Net form also and checked whether it is working or not. When I submit after entering the data, an error comes.



    Please help me to solve this problem. Thanks

    The details below:

    I have created a store procedure...
    See more | Go to post

  • How to Synchronize 2 multiviews with menu control-Help needed

    Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005

    In a asp.net page, I have two multiview controls each has 2 views & its corresponding 2 menu items named Metric & Imperial. Individually both works fine.

    But when I click "Metric", the other "Metric" should also be switched on and vice-versa for Imperial. How to achieve that?

    The catch here is, one of the...
    See more | Go to post

  • Nested webcontrols from the same objectdatasource - Help needed

    Hi, I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005, Objectdatasourc e using DAL & BLL classes

    My objectdatasourc e can produce below output by CategoryID parameter: (stored procedure: GetProductsByCa tegoryID )

    CategoryID | CollectionID | ProductID | CategoryName | CollectionName | ProductName | ProductPhoto

    1 1 3 XYZ ...
    See more | Go to post

  • How to set & show default value in dropdownlist from databound items (not static)

    Hi I am using these: ASP.Net 2.0, VB.Net, Visual Studio 2005, SQL Server 2005, Formview controls

    In a ASP.Net form I have 20 textboxes and 20 dropdownlists(d dl). All ddl(s) are databound and get the data from a single objectdatasourc e. All textboxes and ddl(s) support null values. Textboxes are for entering numbers and ddl(s) are for selecting the unit (mm, cm, in, m3, oz, qt like these.).

    I am using the below code to achieve...
    See more | Go to post

  • nzkks
    started a topic Dataset - data adapter related help please

    Dataset - data adapter related help please

    Hi, I am trying the following SQL to fetch the needed data. The query works in query analyzer in SQL Server 2005. But in data adapter in a dataset in Visual Studio 2005, I am getting the data with all other empty cells. What mistake I am doing? The expected result is only a concatenated value (~/images/logos/Somelogo.jpg)

    Code:
    SELECT (SELECT FilePath FROM dbo.FilePaths WHERE (FilePathID = dbo.Brands.BrandLogoImageFilePath)) + BrandLogoImageName
    ...
    See more | Go to post

  • [SQLServer] Violation of UNIQUE KEY constraint

    [SQLServer]Violation of UNIQUE KEY constraint 'IX_surveyQuest ions'. Cannot insert duplicate key in object 'dbo.surveyQues tions'.

    This might seem like a simple matter of trying to insert a row with ID=20 when there's already one with that ID, but the problem is a bit more complicated. The table is supposed to auto-increment the value for the primary key when a new record is inserted. But no matter what I do, I can't seem to insert...
    See more | Go to post
Working...