Forum Replies Created

Viewing 15 posts - 721 through 735 (of 1,079 total)

  • RE: slow query

    vijay82 (7/16/2010)


    How to troubleshoot a slow query?.what are the steps i have to follow?

    post the query so we can try to assist.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Granting the permissions to the in SQL Server 2005 Express edition

    Instead of explaining only whats needed for backups, read this, would explain all roles much better..

    http://articles.techrepublic.com.com/5100-10878_11-1061781.html

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Folder & file size

    run:

    sp_helpdb to see the actual sizes of your attached databases.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Has anyone ever exposed SSMS standard reports in Sharepoint?

    Yes, I've tested and no issues.

    The designer is 2010, but the web part will work on SP 2007 as well.

    Good Luck.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Audit

    This is the same QOTD from 9 July 2010 😀

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Has anyone ever exposed SSMS standard reports in Sharepoint?

    Yes you can, and it works great!

    Download Sharepoint Designer 2010 - it's free, and unleash the power 😀

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: log shipping and mirrioring

    a backlog will start on your host, and as soon as the destination is available you need to ensure it starts again, the log shipping job under the agent will...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Are the posted questions getting worse?

    Grant Fritchey (7/2/2010)


    Steve Jones - Editor (7/1/2010)


    What did I do?

    I'm not renewed now. And perhaps I won't be if PASS gets to weigh in.

    Did that blog post upset people? It...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Get next 10 rows from a list of records

    Sree-258588 (7/2/2010)


    Hi

    on selecting next button I need to show the next 10 records. how to do this.

    what "next" button?

    Are you querying from a custom application?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: How to get info about repl delay time using DMV(F) or other system command?

    Not exactly sure what you are after, but try these..

    sys.dm_repl_articles

    sys.dm_repl_schemas

    sys.dm_repl_traninfo

    sys.dm_repl_tranhash

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: How do I start a job from a job using msdb.dbo.sp_start_job ?

    Create a sql agent job, with tsql commands as steps, and configure them there.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Truncating Transaction Log Files

    singhsatnam84 (7/2/2010)


    It acts as a publisher for replication. The problem is that corressponding subscribers have been disabled. Also the free space of the drive holding the log file is in...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: performance tuning

    sachinsoni84 (7/2/2010)


    if a stored procedure has 50 Tsql statment and it is suddenly showing slow performance, how wud i trouble shoot n tune it??

    look at the table's it uses....stored procedure...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Procedure to see database status

    simple script, but should give you the results...

    select name,

    database_id,

    user_access_desc,

    state_desc,

    (CASE is_in_standby WHEN '0' THEN 'NO' ELSE 'YES' END) as Is_in_standby,

    GETDATE() as time_stamp

    from sys.databases

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SQL Server Restart

    SQLSeTTeR (7/1/2010)


    My production SQL server restarted itself last night. Any ideas on where I can get some more information regarding the below error message?

    SQL Server must shut down in...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 721 through 735 (of 1,079 total)