Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Fields Concatenation in SQL Query

    It's a part of a complex query.

    It sometimes results in 2-3 seconds and sometimes more than 20 seconds.

    will that be one of the possibilities of delaying the result?

    Thanks

     

  • RE: Problem with IN Clause

    Both are working.

    but i am unable to understand  

    WHERE @Check LIKE '''%' + CustomerID + '%'''

    this query. what's process behind this.

     

     

  • RE: Foreign Key Reference

    hi,

    I need to know, which r the tables affected (contains) a particular item that's referred in the Master table.

    i.e., ItemID - 0580 in Master Table.

          This ItemID may be reflected...

  • RE: Log File Improper growth

    Transaction Log has been set as Unrestricted Growth. It Auto grows frequently. We have 100 users on our Intranet applications. The Log File grows and fills the hard disk space....

  • RE: SQL Temp. Tables

    SQL Temp Table Creation :

    CREATE TABLE #temptable (Details Varchar(50), Monthname  Varchar(15), Qty decimal, Value decimal(18,2), Companyid varchar(10), Closingflag numeric, Sno numeric, Head numeric)

    Hope this be helpful.

     

  • RE: Pivot Table

    Hi,

    Thanks, But I have stored it as html file and i need it from Internet explorer

    and not from excel. please help me.

Viewing 6 posts - 1 through 6 (of 6 total)