Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,790 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/21/2009)


    Sorry guys, but I mellowed my post. I checked his profile and he has only been a member of this site for about 6 months. He...

    David

    @SQLTentmaker

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

  • RE: Can transactional replication filter data based time?

    I would run a trace with a filter on application name that would be something like %YourDBName% against the subscriber instance. Watch for the rollback statement and then grab the...

    David

    @SQLTentmaker

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

  • RE: send email sp error

    robert_daniel (5/15/2009)


    thx... hence the "syntax error" clue...

    Glad to help. Always nice to have another set of eyes to see stuff like that. I have many dents on my...

    David

    @SQLTentmaker

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

  • RE: send email sp error

    Try this;

    EXEC msdb.dbo.sp_send_dbmail

    @profile_name = 'NTSVR1 Mail',

    @recipients = 'joe@web.com',

    @query = 'SELECT count(*) from JDE_Production.proddta.f4211',

    @subject = 'Mismatch',

    @body = 'The stored procedure finished successfully.',

    @attach_query_result_as_file = 1 ;

    You forgot the comma after the...

    David

    @SQLTentmaker

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

  • RE: send email sp error

    Because that is in the string you have to use double single quotes around text strings such as SQ. So, you would actually have ''SQ'' (those are two single quotes,...

    David

    @SQLTentmaker

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

  • RE: Are the posted questions getting worse?

    Luke L (5/15/2009)


    Grant Fritchey (5/15/2009)


    Luke L (5/15/2009)


    I live near here

    For all you folks out in Mass, I'm planning a trip trough Boston up to the Cape this summer. Any...

    David

    @SQLTentmaker

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

  • RE: Is it possible to have 0 latency?

    One other thought to add to NoelD's suggestions, would be to use independent agents for those articles that need to be given "priority" in your replication scheme. To explain further,...

    David

    @SQLTentmaker

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

  • RE: Obtaining accurate SQL Server performance metrics in a virtual environment

    Interestingly enough, I am working with MS to assess that right now. I have been assured that the DMV's should be accurate in the Virtual environment as they use the...

    David

    @SQLTentmaker

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

  • RE: sp_MSDistribution_cleanup parameter question

    From what I read the @min_distretention value is hours so, your above assumption should be correct and that it would indeed wait for 12 hours to delete a command that...

    David

    @SQLTentmaker

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

  • RE: sp_MSDistribution_cleanup parameter question

    First of all it really shouldn't be taking that long. We do a ton of replication and the cleanup agent does pretty well in keeping up. It does tend to...

    David

    @SQLTentmaker

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

  • RE: Copy Database Wizard

    No, it should work on same versions as well but it can be flaky. What are you trying to do?

    David

    @SQLTentmaker

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

  • RE: SQL 2000 + SAN

    Was hoping that it was scanning the new drive differently. 😉

    David

    @SQLTentmaker

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

  • RE: SQL 2000 + SAN

    The other thing that shows up in a search for that error is that a virus scan may be actually locking the log file. Virus scan should be disabled for...

    David

    @SQLTentmaker

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

  • RE: SQL 2000 + SAN

    Are you validating that the permissions for the files / folders move over as well. I would verify that really well prior to attaching. Looks like a potential permission issue....

    David

    @SQLTentmaker

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

  • RE: At what step do we need to transfer logins in Log shipping??

    Jonathan Kehayias (5/11/2009)


    I would think that Step 4 would be done before Step 3, but I could be wrong. If the databases are owned by one of the logins...

    David

    @SQLTentmaker

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

Viewing 15 posts - 601 through 615 (of 1,790 total)