Forum Replies Created

Viewing 15 posts - 886 through 900 (of 2,462 total)

  • RE: SQL Server Maintenance Plans Failing

    sqlnovice2001 (10/21/2012)


    Execute SQL Task Description: Failed to acquire connection "Local server connection". Connection may not be configured correctly or you may not have the right permissions...

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

  • RE: Service Broker

    Since you are dealing with good numbers of message to END the dialog.it wil take some time as every record will get processed with per ConversationHandle.Rerun will be there sonce...

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

  • RE: Estimate Backup Size before backup strat

    thirudwh (10/21/2012)


    Experts,

    I am new to SQL Server,i have requirement to run backup using stored procedure.

    I am using a stored procedure to call backup command,before backup need to include a step...

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

  • RE: Downgrading version

    Grant Fritchey (10/19/2012)


    Why do you need to do this?

    My guess ..interview Question 😛

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

  • RE: window for searching a new login is not opening up in SSMS

    kranthi.india123 (10/19/2012)


    nothing but,rather than domain based.

    but why you want to avoid domain based account ?

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

  • RE: error 8509 severity 16 state 1

    see if it helps you

    http://blogs.msdn.com/b/distributedservices/archive/2010/03/25/import-of-microsoft-distributed-transaction-coordinator-ms-dtc-transaction-failed-0x8004d00e-xact-e-notransaction.aspx

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

  • RE: window for searching a new login is not opening up in SSMS

    kranthi.india123 (10/19/2012)


    Ensure that the account you are using on the server is a local one (rather than domain based).Thanks,

    i didnt get this point

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

  • RE: Accessing SQL Server

    Ratheesh.K.Nair (10/19/2012)


    Thanks everyone for the quick reply.

    I am a DBA and need to have access to that server. Is there anyway to get access without a restart??

    Why restart...

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

  • RE: Accessing SQL Server

    Ratheesh.K.Nair (10/19/2012)


    but have only limited access to SQL Server.

    What kind of limited access ? and can u able to login through sa sql authentication

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

  • RE: Qusestion on delete job

    baabhu (10/19/2012)


    We managed to schedule it that 4 minutes job starts at odd minutes and the 10 minutes job starts at even minutes.Chances of intersecting is very rare.

    NOt...

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

  • RE: sp_columns performance change

    Chad Crawford (10/18/2012)


    The query is executing the sp_columns system stored proc, which returns information about a table column, given the table and column name.

    Why dont you try sys.columns or...

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

  • RE: The frustrating nature of Maintenance Cleanup Task

    deleting files on remote/shared location could be one reason.

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

  • RE: Clearing out msdb.dbo.sysmail_mailitems...

    durai nagarajan (10/18/2012)


    Is there a way to delete it automatically?

    Scehdule a JOB 😀

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

  • RE: Log file Management

    Read about CHECKPOINT

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

  • RE: Disk Usage by Top Tables

    use varchar(16) instead of bigint

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

Viewing 15 posts - 886 through 900 (of 2,462 total)