Forum Replies Created

Viewing 15 posts - 5,461 through 5,475 (of 5,503 total)

  • RE: Which country is best for Outsourcing?

    umar iqbal (3/24/2009)


    But if you want cheap solution and ... want to save money then it would be INDIA the great. oooooo

    We have a saying over here in Germany...

  • RE: Which country is best for Outsourcing?

    umar iqbal (3/24/2009)


    Japaneese, Germans, French never outsource . How they surviving?

    That's definitely not true! I know a few companies that are at least trying to outsource.

    Like I mentioned...

  • RE: Foren Key Confilct

    Like I said, both of them are a kind of "dirty"...

    If the data volume you need to handle allows the first option then you probably should stay with that solution,...

  • RE: Foren Key Confilct

    your procedure is basically correct and supports the existing table structure. But the table structure ist the problem. 😀

    If you cannot alter the table structure you have several ways to...

  • RE: Insert Trigger Help

    It seems like there no issue on the SQL Server Side.

    I haven't used ACCES in a while, but did you try requery your data and refresh the form after that?

  • RE: Foren Key Confilct

    Hi,

    it looks like you're having a self-referencing foreign key (foreign key [EDucationCodedomainIdno] references the prim key [educationcodeidno] of the same table).

    Obviously, there has been a delete statement that affected the...

  • RE: Which country is best for Outsourcing?

    I'm just wondering:

    is your question related to the country to outsource from or to outsource to? :hehe:

    Aside of that, you're normally not outsorcing to a country but to a company....

  • RE: How to Join XML dataset and SQL Dataset in SSSRS

    Hi,

    after doing some extended (google) research it looks like there is no way of directly joining two SSRS datasets together.

    Out there in the wide wide web two options are discussed...

  • RE: Integrity check getting an error

    Please don't double post!

    For those who are going to look deeper into this issue, answers already started at thread http://www.sqlservercentral.com/Forums/FindPost681150.aspx

    Edit: link added

  • RE: is possible thro a single query

    Would you be a little more specific on how do determine, which Items should be used to sum for the 80%?

    Example: Your requirement of "making 80% of the total Class...

  • RE: Danger Trigger Problem

    a few more thoughts on your concept / code snippets:

    Declare @bid int

    select @bid = BrandID from Inserted

    Update BrandsMachine

    set BrandID = @bid

    where BrandID is null

    You shouldn't store the result...

  • RE: How to Join XML dataset and SQL Dataset in SSSRS

    Are both data sets stored in a SQL Server (e.g. SS2K5)?

    If so, the easiest way would be to create a view on server side and go from there.

    If not, the...

  • RE: serial no

    I don't think it's the compatibility level...

    Looks more like a typo: ROWNUMBER vs. ROW_NUMBER()

    Underscores sometimes matter 😛

    The RowNumber function is for Reporting Services.

  • RE: Performance Issue with XML datatype

    Sorry, my original stated post was incorrect, so I had to edit (= delete) it....

  • RE: Out Of Sequence OrderID Generated after Blocking

    Would it be possible to change the calling procedure to handle the double call by two parameter sets?

    Like

    CREATE PROCEDURE [dbo].[Add_Order] (

    @4FileID int null,

    @4OrdererID int null,

    @8FileID int null,

    @8OrdererID int null

    )

    and handle...

Viewing 15 posts - 5,461 through 5,475 (of 5,503 total)