Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 1,790 total)

  • RE: SQL Server 2008 Intellisense! Love it or hate it?

    I'm with most here, it isn't bad but it isn't what it could be when you compare it to SQL Prompt. I will say that it is not as sluggish...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Updating Aging Databases

    Andy Lennon (10/28/2008)

    Agreed. I think Phil's point about longer legacy support is a good one as well. I don't have any experience with Oracle systems, but i would think they're...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL Sever Disaster Recovery idea

    Other than the logins, what is the reason for restoring master? If it is just logins, you can script them out in an automated fashion at whatever interval you want...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Change Where clause causes HUGE performance problem

    It is not that surprising to me that it works, see that a lot as well but typically by changing the query a bit I can get the same plan...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Change Where clause causes HUGE performance problem

    Ok, stats are updated, so that shouldn't be the issue. Is the view that this is referencing indexed? Seems like everything is going directly against the base tables so, wondering...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Change Where clause causes HUGE performance problem

    Nevermind, grew a brain and pulled up the query. Looking now..

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Change Where clause causes HUGE performance problem

    Them are some pretty big query plans mister... 🙂 Any possibility that you might be able to tell me which table the where criteria is filtering from so that I...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Problem in Intialization ofTransactional Replication

    Have to agree with Kendal on option 1 as this will also keep the amount of data replicated down to that which is truly pertinent for the subscriber. Saves on...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Very high SQL2005 process memory usage on a Windows 2003 Server

    It seems like the questions were answered so, a bit confused. However, setting the max server memory to be 14 GB should be good and allow plenty for the OS...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: DBA

    Step by step is difficult. However, there are many ways in which you can grow in knowledge. These forums being one of them, reading and replying to posts can be...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Sql Server 2005 Transaction Logging

    You didn't mention the drive configuration on the first server other than SAN. How many disks in the volume, what is the RAID configuration for that drive? On the new...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: xp_delete_file and other vendors

    Adam,

    xp_delete_file will not work for any files other than SQL Server backup files and SQL Server backup log files. It actually reads the header records of the files to verify...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: EMERGENCY: DTS stops working

    At this point you have to start digging into the permissions on that folder and ensuring that the account running the process (as well as yourself) have access to it....

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Setting up replication for OLTP database

    Log shipping won't work in your situation as the log restore process would of necessity block people out. I'm not sure if database mirroring would work but you could research...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Sql Server 2005 Transaction Logging

    Agreed that it would be good to analyze the hardware. I would also like to see the IO latency associated with the two servers. Try running this query on both...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 15 posts - 1,081 through 1,095 (of 1,790 total)