Forum Replies Created

Viewing 6 posts - 46 through 51 (of 51 total)

  • RE: Query runs slow as Stored Procedure

    Idea 1: add WITH RECOMPILE to the proc.

    Idea 2: turn the query into dynamic SQL using exec('...'), with the values of the parameters inserted into the query string.

  • RE: Server Performance

    I'm in agreement with hurcane on possible network overhead (coming from the voice of experience 🙁 )

    You might try "select * into #tmp from section" instead of a straight...

  • RE: QOD 6/10/2003

    Also agreed with viacoboni. Sorry jpipes, but the question was "what is the best way to fix the problem". To me, getting around a deadlock error by making a change...

  • RE: Clustered SQL Server backup & local drives

    Agreed with mespadoto. SQL can *backup* to any drive anywhere on the network, as long as it has proper permissions to a share on that drive. I thought this was...

  • RE: Thanks for taking the test!

    Enjoyed the test, and learned a few things too. I've been working with SQL many years and there's always more to learn, that's what I love about it.

    Just my 2c...

  • RE: The agent is suspect

    We used to have this problem as well. Another idea ... find the job that runs the merge agent (as jmadren describes), go to the Schedules tab, click New Schedule,...

Viewing 6 posts - 46 through 51 (of 51 total)