Forum Replies Created

Viewing 15 posts - 1,666 through 1,680 (of 2,640 total)

  • RE: Replication SPs copied w/CRLF in names

    The procs are created as part of replication - if you're replicating data then most likely you're using them, if you're not using replication then you are not. Make sure...

  • RE: SQL Job

    It'll rollback whatever it's currently doing. Always test, Always test, Always test !!!

     

  • RE: Greater than 2GB

    you should also be able to use the /PAE or the /3gb switch to get to 3gb used ram. However, the two switches do different things so be careful.

    Note...

  • RE: SQL 2000 - Reporting Services - High Availability, Scaleability

    I think you should have a read up on clustering !! Clusters use shared disks ( in your scenario  a SAN )  you really don't want to put tempdb on...

  • RE: Index B-Trees

    I'd suggest a read through articles/books by Kalen Delaney or Kimberley Tripp. There's also some whitepapers in technet which cover this. Most secondary indexes are unlikely to have more than...

  • RE: SQL Install

    did you not consider trying an alternative password?

  • RE: How to send email

    You seem to have answered your own question ?? Use xp_sendmail with a mapi mail client or find a smtp mail proc . link to the results from your query...

  • RE: Profiler. How to audit updates only on one table not on entire DB

    there's actually a different approach if your app is all sp driven and you just want to know which procs access your table - do a search in syscomments.

  • RE: Save password

    use windows authentication. Open QA from EM against a registerd server.

  • RE: FastLoad Session From DataLink Error

    It probably wouldn't hurt to re-run the sp. It's certainly a step I would take.

  • RE: Backup Software and SQL Monitoring Tools ! Your Experience

    Litespeed is awesome if you have large databases. It does exactly what it claims to do and if you use dba procs to handle your backups ( not maint plans...

  • RE: SQL job notification

    you should not make this change by updating the system table, that's why it's not working! Use the provided stored procedure sp_update_job.

    There is one downside of mail errors on failure...

  • RE: SQL Maintainance Plans

    I don't use maint plans for lots of reasons - however - some basic checks. Jobs run under agent service so the account the agent runs as should ideally be...

  • RE: enabled AWE

    I've not typically seen any problems using awe, used it on boxes with up to 32gb of ram. Have had a few problems with the 3gb switch. I'd suggest you...

  • RE: MAXDOP Option not getting used

    sorry - noticed you mentioned using maxdop 1 - this would make both queries run the same , yes ?  as there would be no parallelism in either case.

    Are we...

Viewing 15 posts - 1,666 through 1,680 (of 2,640 total)