Forum Replies Created

Viewing 15 posts - 76 through 90 (of 575 total)

  • RE: sql server 2005 won''''t perform

    J Scott,

    You are not missing anything here other than the fact that you can backup a Database to any Server on your network.

    You have to use T-SQL for this. You...


    Kindest Regards,

  • RE: sudden slow down

    Is this a dedicated SQL Server? Or is there Applications run from it as well?


    Kindest Regards,

  • RE: Replication using ''''NOT FOR REPLICATION'''' option

    NOT FOR REPLICATION for what? What type of objects are you wanting to use this option on?

    Identity Columns, Triggers or Foreign Keys?


    Kindest Regards,

  • RE: sudden slow down

    Luk,

    In light of what Jeff has just mentioned, if this does appear to be a statistics issue with your Tables/Indexes then you should be able to see long running queries...


    Kindest Regards,

  • RE: sudden slow down

    I agree with Jeff Moden.

    What on earth would make you think Oracle is going to do any better. I'm an Oracle DBA as well as an SQL Server DBA and...


    Kindest Regards,

  • RE: Which Service?

    Then how do apply the fix for DST as it sais to stop the Notification Service first?


    Kindest Regards,

  • RE: How to do

    Stepehen,

    I will try your suggestion. I just have to learn how to create a variable and where to find the script task.

    Yes! I'm new to SSIS as well.

    I'll let you...


    Kindest Regards,

  • RE: How to do

    I tried your suggestion.

    I deleted the file from the destination and then ran the SSIS Package but the package fails with errors.

    If I place the file back into the destination,...


    Kindest Regards,

  • RE: Frustrating Problem

    Hey I sorted it out. I was using the SQL Native Clinet and I should be using the OLE DB Connection as the SQL Server is on the network.

    Thanks.


    Kindest Regards,

  • RE: Which Table?

    Got it. I had to enable trace flag 3604.

    Thanks.


    Kindest Regards,

  • RE: More optimal way?

    Sergiy,

    Well done. Your solution is now performing an Index seek as oppossed to an Index Scan and it runs quicker.

    Cheers.


    Kindest Regards,

  • RE: Which Table?

    I did what you said and all i get is DBCC Execution Completed.


    Kindest Regards,

  • RE: Eliminate CROSS JOIN

    Let me go back to the Users and clearly find out what on earth is really required here!

    This is something I have inherited not written myself. Stay tuned!


    Kindest Regards,

  • RE: Eliminate CROSS JOIN

    Hi Jeff,

    There is no correlation between the 2 tables hence the CROSS JOIN. In other words, there is no column to join on.


    Kindest Regards,

  • RE: Get Triggers

    Cheers for that.


    Kindest Regards,

Viewing 15 posts - 76 through 90 (of 575 total)