Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 2,463 total)

  • RE: Simple query....Worst plan

    Paul White NZ (5/3/2010)


    Bhuvnesh (4/30/2010)


    HI i need better approach for the below one.i know this is very straight forward query but if somebody can help me here . greatly appreciated.

    Is...

  • RE: Query analyser software

    dubem1-878067 (5/1/2010)


    Hello

    I am looking for a software that will check (analyse) my stored procedures and tells me if there is missing index on tables, or if the stored proc...

  • RE: maintenace plan progress

    these are the tables present in msdb

    use msdb

    go

    select top 2 * from sysmaintplan_logdetail

    select top 2 *from sysdbmaintplans

    select top 2* from sysmaintplan_log

    select top 2* from sysmaintplan_subplans

    select top 2* from sysdbmaintplan_history

    select...

  • RE: maintenace plan progress

    bryan van ritter (5/3/2010)


    Hi,

    Is there a way to query the progress of a maintenance plan?

    bryan

    What exactly you want here ? elaborate your requirement.

  • RE: index

    mvm_mca07 (4/23/2010)


    how the fragment and defragment was done in index

    Refer this http://www.sql-server-performance.com/articles/per/detect_fragmentation_sql2000_sql2005_p1.aspx

  • RE: Play with NULLIF

    Niths (5/2/2010)


    But still am not clear with the output.. u are comparing 2 expressions in ur query... one is int with value 0 and the other is null... both...

  • RE: Quick question about len

    But on the same server, different databases have same query with different results, it means that there should be some different database settings. if not then what else could be...

  • RE: Simple query....Worst plan

    CirquedeSQLeil (4/30/2010)


    To follow up what Grant said, do you have a way you can limit the results to be deleted? Add a range to the query or something that...

  • RE: query is too slow

    One more thought from my side , you are using table variable instead you should use temp table with clustered index on it as you are using these tables...

  • RE: SP_EXECUTESQL

    ravikanth232 (4/30/2010)


    Error Message is

    Msg 214, Level 16, State 2, Procedure sp_executesql, Line 1

    Procedure expects parameter '@statement' of type 'ntext/nchar/nvarchar'.

    post the SP run sample code which you are using

  • RE: Bulk Insert Issue

    Did you get solution ?

  • RE: SP_EXECUTESQL

    Also post

    what below statement @sqlstr prints ?

    print @SqlStr

    EXECUTE SP_EXECUTESQL @SqlStr;

  • RE: SP_EXECUTESQL

    ravikanth232 (4/30/2010)


    I am using SP_EXECUTESQL in a procedure to insert data in to temp table. but it is giving error

    Msg 214, Level 16, State 2, Procedure sp_executesql, Line 1

    post...

  • RE: Minimising use of tempDB during large INSERT

    Post your script along with table/index defintion , may be we can help you

  • RE: Minimising use of tempDB during large INSERT

    Drammy (4/29/2010)


    One particular INSERT statement is causing me problems.

    Can you elaborate your problem ? how do you think tempdb is culprit ?

Viewing 15 posts - 1,771 through 1,785 (of 2,463 total)