Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 2,462 total)

  • RE: Trace flag for "sys.dm_db_index_usage_stats"

    Bhuvnesh (6/30/2010)


    ALZDBA (6/30/2010)


    Select @@version[/code]

    Microsoft SQL Server 2005 - 9.00.4053.00 (X64) May 26 2009 14:13:01 Copyright (c) 1988-2005 Microsoft Corporation Developer Edition (64-bit) on Windows NT...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Trace flag for "sys.dm_db_index_usage_stats"

    ALZDBA (6/30/2010)


    Select @@version[/code]

    Microsoft SQL Server 2005 - 9.00.4053.00 (X64) May 26 2009 14:13:01 Copyright (c) 1988-2005 Microsoft Corporation Developer Edition (64-bit) on Windows NT 5.2...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Trace flag for "sys.dm_db_index_usage_stats"

    i am sql administrator, is that enough for it ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: SQL 2005, 2008IS

    Google Sp_send_dbmail

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Revoke all database roles for all users in all databases and grant read only

    why ? what issue you got ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Flowchart for procedure

    i dont know your exact requirement but you can give them conditional flow of businees flow, if you know that . i guess high level view will work for them.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Flowchart for procedure

    you mean to say execution plan .. i dont think there is any word like "flow chart " for queries

    you can use "include actual exec plan" available in...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Automate DMV capture report

    sqlcool (6/27/2010)


    Any ideas how to automate this? Do i need to write some T-SQL code or is there any setting in SQL-Server 2005 or 2008?

    USe sp_send_dbmail including Query parameter.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Revoke all database roles for all users in all databases and grant read only

    Try this

    IF EXISTS (SELECT name

    FROM sysobjects

    WHERE name = N'up_AllProcPermissionsForDB'

    AND type = 'P')

    ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Using the Default Trace

    try this ...some what like your requirement

    SELECT '''' + cast(value as varchar(2000)) + '''' FROM ::fn_trace_getinfo(0) where property = 2

    SELECT ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: FK selection (an nvarchar(30) column or four int columns)

    Eric.Johns (6/24/2010)


    What would be the best thing to do, query performance wise, as far as a FK in my new table, using the 4 int columns or the nvarchar(30)...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Identity

    i have some confusion here , if the column is identity--auto incremented then how duplicates records generated ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Maintenance plan In Progress

    Alex Laime (6/22/2010)


    I tried creating and running this various ways, using the wizards or manually

    Have you tried through scripting ? addtionally is there any mgmt window opened ( using...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Index

    Tara-1044200 (6/22/2010)


    i did rebuild indexes month ago which is done from an automated jobs (rebuilds/re organize as per gragmentation level ), do you think that might caused to drop...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Restoration failed with error

    See of this link can help you.

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=104090

    http://www.eggheadcafe.com/forumarchives/SQLServerserver/Jul2005/post23536458.asp

    this error generally comes when there is corruption in data.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 1,576 through 1,590 (of 2,462 total)