Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,109 total)

  • RE: Transaction Log Backup Size

    Your log may have grown due to index rebuilding. When you checked the jobs, did you also consider the ones that rebuild your indexes?

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Removing the JUNK Characters

    karthikeyan (4/21/2008)


    But Andras i dont want to use any functions. Because i dont have the permission to create functions.

    That makes it more tricky 🙂 Before trying to find a T-SQL...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Which dll is used for parsing query in sql server?

    Mahesh Bote (4/21/2008)


    [font="Verdana"]

    Thanks Andras, even this is new for me. By the way, If he will use SQL Server to check syntax, then how to handle the situation with and...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Which dll is used for parsing query in sql server?

    vipul (4/19/2008)


    I wnat to create a small application like querry anlyzer in which i want to need parse the query. so any one know please tell me wich dll is...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Removing the JUNK Characters

    On http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=67997 there is a function that removes these characters.

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: How to getRecordCount (Like Sr. No.) in a selectCLause Query in Sql Seevr 2000

    Mahesh Bote (4/21/2008)


    [font="Verdana"]

    Ripal Patel (4/21/2008)


    Dear ,All

    City_Master table having Primary key City_ID,

    still how to get Serial No.

    I think you haven't been through the URL given to you. You would have been...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Cannot perform an aggregate function on an expression containing an aggregate or a subquery.

    Your query is rather interesting, particularly the

    sum(gross_written_premium + ( SELECT [month],

    ...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Character Conversion

    govind.sharma (4/18/2008)


    When I Change the DataType from CHar To Nchar, Problem is Solved, but I want to Know What is the Impact of Jap_CI_AS on The Database

    because it work fine...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Character Conversion

    govind.sharma (4/18/2008)


    Problem is still remaining

    it think it should not worked because The Then Column Datatype is Char not NChar

    That is the second part of the problem (sorry I missed...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: CTE's are useless

    robinp (4/18/2008)


    Firstly, Forgive me.

    From my understanding CTE's replace subqueries. But when working with large data sets, is it not more effecient to use temp tables and index those temporary tables?...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Character Conversion

    The query should be:

    insert into Recv_info_Tmp(prod_section_c, sub_section_c, slip_no, Order_no, product_no, cusdesch_c1, cusdesch_c2 ) values ('235400', '00', '10003', 'TEST0123451', N'ZZZZKZ999999999999', '9993', '93')

    Note the N prefix before the unicode string (N'ZZZZKZ999999999999')

    Regards,

    ...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Retrieve SQL Error Info

    PatrickSimons (4/18/2008)


    Found a script that works using DBCC OUTPUTBUFFER

    http://www.sommarskog.se/error-handling-I.html#textretrieve

    This is indeed a very nice solution, but it comest at a rather high cost (not only it is not 100% reliable,...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Mistakenly Deleted

    Michael Earl (4/17/2008)


    I assume you Right-clicked on a database in Management studio and chose the "Delete" option in the menu.

    This DROPS a database - which is a single action on...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Source control & change mgmt

    Hi Karl,

    I must admit I have not looked at your solution yet (hence not including it in my response), but I'm looking forward to playing with it for a while....


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Could not continue scan with NOLOCK due to data movement.

    Jonathan Mallia (4/18/2008)


    Thanks a lot for your reply Andras.

    Therefore, if I understood BOL well, setting the transaction level to READ UNCOMMITTED would do it?

    Unfortunately no. READ UNCOMMITTED behaves the...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

Viewing 15 posts - 226 through 240 (of 1,109 total)