Forum Replies Created

Viewing 15 posts - 16 through 30 (of 659 total)

  • RE: sp_msforeachdb

    using the same script how would i compare 2 identical databases on diffrent servers. I would like to find out if there is any difference in the numbers of tables...

  • RE: Restore/Attach-Dettach

    yes. Data will be updated by a job except that no one else will insert any kind of data.

  • RE: Restore/Attach-Dettach

    you are right but that is acceptable. we dont update anything directly in production, we only read from production. update will be made only once when we plan on stage...

  • RE: Restore/Attach-Dettach

    Any Ideas on how to calculate / estimate exact restore time of a database ?

  • RE: Restore/Attach-Dettach

    I am trying to calculate restore time for all prod databases which range from 300gb to 1.4TB. Once i analyse this i want to implement backup restore for my production...

  • RE: Timeout Error

    Could some one let me know the diffrence here.

    1. Query Time out Expired

    2. Execution terminated by the provider because a resource limit was reached.

    3. Query Wait time - what happens...

  • RE: Timeout Error

    Here is my configuration:

    SELECT * FROM sys.configurations

    WHERE configuration_id = 1541

    1541query wait (s)-1-12147483647-1maximum time to wait for query memory (s)11

  • RE: Timeout Error

    Here is a sample view , almost all our views are like this.

    ALTER view [dbo].AllRevBudget as

    select *

    from RevPa rp

    where rp.RevID IN ('CA', 'GA')

    UNION ALL

    select *

    from Revpt rt

    where REvID IN ('CA',...

  • RE: Group By Clause ???

    does it mean OPENQUERY will use less resource than regular query? what happens when openquery is used with respect to the timeout and using resources.

  • RE: Timeout Error

    Usually this us happening when users pull large amounts of data from the views through link servers. I am not sure how to manage these data reads from cross over...

  • RE: Timeout Error

    that option is already unchecked, we usually dont check that option.

  • RE: When sql account was created?

    It was created someitm in mid 2008 and i dont think i will have traces for that long.

  • RE: When sql account was created?

    I dont have information on who created that account, i just have created date.

  • RE: Automate grant permissions

    I understand that about model but here it is dynamic, users keep on changing, I would like to do in a proc where i can pass database name and logins...

  • RE: Secondary Data file (ndf)

    when you say REBUILD clustered index does it means drop constraint and re create it or do we need to use REBULD syntax, if so i know creating index on...

Viewing 15 posts - 16 through 30 (of 659 total)