Forum Replies Created

Viewing 15 posts - 91 through 105 (of 109 total)

  • RE: Rights to Data Folder

    I think the DBA could access these folder if the SQL Server servcie account has the permission.

  • RE: Not all Linked Server Providers are listed in SSMS - 2008

    Could you check the registry key entry to see if the providers are listed?

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Providers

    Also you could try to create a .UDL file to check whether you could...

  • RE: SQL Server 2008 R2 setup account

    It is not recommended to run SQL Server from Local System Account. The best way is to create simple user account for SQL Server in AD and configure SQL Server...

  • February 24, 2011 at 1:19 am

    #1290767

  • RE: SQL Server 2008 R2 counters are missing in permon in 2008 server R2

    Please refer to this articles:

    How to rebuild the performance counters of a SQL Server 2005 or 2008 instance

    http://blogs.msdn.com/b/john_daskalakis/archive/2009/05/07/9593110.aspx

    This can help you re-load the performance counter.

  • February 24, 2011 at 1:17 am

    #1290766

  • RE: Backup to remote location

    It seems the back compression only aviliable in enterprize edition. The best pratice is backup to local and then copy it to remote.

    I saw your log file is so huge,...

  • February 24, 2011 at 1:05 am

    #1290762

  • RE: SQL 2008 R2 restore terminating abnormally

    It seems the back file is corrupt. In fact, CONTINUE_AFTER_ERROR is intended to allow to restore after an incorrect page restore - not to allow restore from invalid data.

    By...

  • February 24, 2011 at 12:59 am

    #1290761

  • RE: Weird exception raised by server

    This error occurs when a Microsoft SQL Server finds a problem with a statement issued by the current process. This could be because of many reasons like :

    •File level...

  • February 24, 2011 at 12:48 am

    #1290757

  • RE: Maintainence plan

    I am afrid you may not able to do this with Management studio.

    There is a "view T-SQL" button could let you view the T-SQL for each component, but these...

  • February 23, 2011 at 12:31 am

    #1290246

  • RE: BCP Fails to Find File

    If a SQL Server user is logged in using Windows Authentication, the user can read only the files accessible to the user account, independent of the security profile of the...

  • February 21, 2011 at 11:55 pm

    #1289693

  • RE: SQL 2005 SP3 CU11

    Did you move your tempdb to another lcoation and keep the old file in default data folder? If so, please delete the old tempdb file in default folder and try...

  • December 10, 2010 at 2:36 am

    #1260931

  • RE: SQL Alert question

    Thanks. The article explained my concern.

  • November 11, 2010 at 6:16 pm

    #1249792

  • RE: SQL Server Management Studio’s Dropdown box contains server list not exist

    Just like Lowell said, delete the file,all instance disappear.

    I did not realized the file contains these instance name are related with user account, i thought these information are...

  • September 20, 2010 at 3:24 am

    #1223868

  • RE: SQL Server Management Studio’s Dropdown box contains server list not exist

    This has been solved, thanks guys

  • September 19, 2010 at 1:46 am

    #1223586

  • RE: Why SQL Server 2008R2 is highlighted a different color in start menu?

    Yes, after disable disable highlighting New Programs in Windows 7,the color disappeared. Thanks!

  • September 17, 2010 at 3:27 am

    #1222841

    Viewing 15 posts - 91 through 105 (of 109 total)