Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 2,894 total)

  • RE: Updating Table Columns

    saribobby (3/13/2012)


    Hello Friends,

    I am updating one field through Store procedure, But sometimes it doesn't get updated, Is there any particular reason for not updating.

    In this table i...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Fast execution of query

    pallavi.unde (3/13/2012)

    ...

    I read Option(fast n) executes query fast and gives o/p soon.

    ...

    Where have you read this from?

    It does not make query to run any faster! It just makes query to...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Updating duplicate records - based on criteria (Pretty Please, can someone help me - this is urgent!)

    Question like that should be posted in according with the "forum etiquette" (link at the bottom of my signature). Only 'cause you "first-timer" here:

    This how you should post "I...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: solving duplicates on report

    What about posting some ddl, data sample and the script itself? Follow the link at the bottom of my signature to find out how to do so. There are not...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: problems with where

    Yes, it can.

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: large self-join taking ages, anything I can do?

    Looking into your UDF, it would definitely benefit from implementing it as CLR function.

    Also, you can try to split your query in two parts.

    First filtering out everything without checking...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: what is uniqueidentifier in sql how it will work

    ard5karthick (3/12/2012)


    It has a Constant Format in which it will appear,

    And it is 36 Bit not 16 Bit and Each Digits can be of HexaDecimal Value From (0 -9)...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Error with WHERE in OPEN QUERY Statement

    Are you sure that there are some data which satisfies all WHERE clauses?

    Try to run exactly the same SELECT on your source server...

    Without double quotes your statement is invalid.

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: finding duplicate records?

    366 points! You are not first-timer here.

    Please try to post your question as per "forum etiquette", link at the bottom of my signature.

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Data Transfer through SQl servers

    Ok,

    Product A. vs Product B.

    Having: Product B cost as twice as Product A, require twice as many people and hours to achieve exactly same requirements

    I can easily show that...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Updating a table??

    sounds right.

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Data Transfer through SQl servers

    Elliott Whitlow (3/12/2012)


    I have a question.. Why do they get to decide technology as a requirement?

    I used to deal with this sillyness in a previous job, until IT finally...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Using dynamic values

    opc.three (3/12/2012)

    ...

    Table '#test_objects'. Scan count 1, logical reads 1174, physical reads 0, read-ahead reads 0,

    lob logical reads 0, lob physical reads 0, lob read-ahead reads...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: rewriting visual basic windows .exe to stored procedure

    1. Ask to hire someone with VB skills

    or

    2. Ask for complete requirements

    I cannot see how you can reliably rewrite someone else code written in a language you can't read.

    As for...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

  • RE: Trigger Fails to Work

    GilaMonster (3/12/2012)


    ALTER TRIGGER [dbo].[tr_TaxID]

    ON [dbo].[Item] after INSERT, UPDATE AS

    UPDATE item SET taxid = 1 WHERE item.id IN (SELECT id FROM inserted);

    Done.

    Just small note:

    If you do it as above, even when...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

Viewing 15 posts - 1,921 through 1,935 (of 2,894 total)