Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 2,462 total)

  • RE: SQL Query Question on Union All

    Jeff Moden (4/23/2010)


    Also, is there a chance that WWW and WWW1 are actually views.

    Why do you think that it could be view ? because of "Select * " ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Quick question about len

    Jeff Moden (4/23/2010)


    Bhuvnesh (4/23/2010)


    Also check ANSI_NULL and ANSI_PADDING settings on both databases ?

    Spot on.

    Jeff , i didnt get you here ? did i suggest wrong workaround ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Where are you?

    i feel that still some members didnt share their nationality with us.

    @steve-2 : DID you sign any confidential document with them:-D ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Longest recipient list in JOB

    Can i check myself without his interference ?. or can you suggest any other way to send mails to longer list

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Issues with finding MIN value in join.

    To get faster response always put sample data with table/index definitions

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: SQL Query Question on Union All

    Also post table and index definition

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Quick question about len

    Also check ANSI_NULL and ANSI_PADDING settings on both databases ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Quick question about len

    Ather M (4/22/2010)


    I have two databases when I ran below statement it returns different result...can somebody suggest what is the setting that affect the result

    Database 1

    Select LEN('Ather ')

    retrun...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Deleting of object will effect permissions

    Whenever you drop any object , sql will remove everything related with it.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Efficient way to fetch data through job

    Sree-258588 (4/22/2010)


    Thank you for ur quick response.

    Please could you let me know how to do this in batches ... in jobs...

    SRee

    this is rough approach, mold it according to your...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Substring Function in Where Clause

    eseosaoregie (4/22/2010)


    Why does the clustered index improve performance. More specifically, what is the clustered index doing that is different? I will try this once I get into work.

    Create clus...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Substring Function in Where Clause

    eseosaoregie (4/22/2010)


    How did you replace my indexes with a clustered index? Were they added to the apllication and user table?

    DROP INDEX [IX_USER] ON [dbo].[dimUser]

    GO

    DROP INDEX [IX_Application] ON [dbo].[dimApplication]

    GO

    DROP...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Fulltext search slow sql server 2005

    i also found same type of problem with heavy views.

    Have you checked that join have proper indexes?. Give some time with "ImpressionTitle" and "PreTMSTitile" table , i...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Substring Function in Where Clause

    (SELECT

    SUBSTRING(LineRead,2,24) AS [Date]

    ,SUBSTRING(

    LineRead,

    CHARINDEX('/',LineRead)+1,

    ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Efficient way to fetch data through job

    Sree-258588 (4/21/2010)


    I thought like can we write a better query or do something on the table

    you can execute that in batches like on every go 10000 rows will get...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 1,816 through 1,830 (of 2,462 total)