Forum Replies Created

Viewing 15 posts - 76 through 90 (of 109 total)

  • RE: What need to pay attention when move SQL Server reporting servcie to another domain?

    We have a old domain A and would like to create a new domain B. Then all servers and users will be migrate to domain B.

    In this way, we need...

  • RE: What need to pay attention when move SQL Server reporting servcie to another domain?

    Thanks Ramdas Baghel. But how about the old domain users? When move to new domain, the user should be changed to new domain user, how to do this?

  • RE: Deadlock FETCH API_CURSOR0000000000001AEC

    Yes, i was able to see the database id, the spid involved, the exact resources at the source of the deadlock, but i only found SQL statement "FETCH API_CURSOR0000000000001AEC". ...

  • May 5, 2011 at 7:09 pm

    #1320751

  • RE: Security

    Use grants command to grant permissions on a securable to a principal.

    Also you could use view to query the column you need and grant the user permission to query...

  • May 3, 2011 at 1:36 am

    #1318909

  • RE: Can we set the VLFs(Virtual Log file) on our own wish

    No, SQL Server need LDF file. The .ldf file stores the transaction log information used to recover data in disaster recovery scenarios.

  • May 3, 2011 at 1:31 am

    #1318908

  • RE: account to run sql agent jobs

    As i know, MS suggest the SQL Server agent service should run as a member of sysadmin fixed server roles. But i made some testing, even without sysadmin right, the...

  • May 3, 2011 at 1:17 am

    #1318904

  • RE: Can we set the VLFs(Virtual Log file) on our own wish

    The Database Engine chooses the size of the virtual log file dynamically when log files are created or extended, so you should not able to manully modify virtual log file...

  • May 3, 2011 at 1:10 am

    #1318903

  • RE: Rolling back the Transactions

    I know SQL Server provide TRY...CATCH which implements error handling for Transact-SQL. Does it help?

  • May 3, 2011 at 1:04 am

    #1318900

  • RE: Memory pressure

    It is 64 bit version and not confiure max server memory. I suspect it is a internal memory pressure issue, not sure whether configure max server memory could fix this.

  • March 20, 2011 at 8:29 pm

    #1301097

  • RE: Memory pressure

    The instance is SQL Server 2008 R2 RTM version.

  • March 18, 2011 at 9:21 pm

    #1300879

  • RE: WMI Provider Error - When Changing SQL Services Account

    I know it is not recommened to add SQL Server servcie account as local administratror. This is only to validate whether you got permission issue. If you could restart the...

  • February 25, 2011 at 6:08 pm

    #1291852

  • RE: SP_Errorlog

    I suspect the dll file has problem. You can try to backup this 'xpstar90.dll' and copy a new one from other server then register it. After that reboot the server...

  • February 25, 2011 at 2:20 am

    #1291412

  • RE: Event ID '1073742657' in Source 'MSSQLSERVER' cannot be found

    I suspect the eventID is created by someone. You check whether the Event ID is there by running following code:

    SELECT * FROM sis.message WHERE message_id ='1073742657'

    The new Message...

  • February 25, 2011 at 2:12 am

    #1291408

  • RE: WMI Provider Error - When Changing SQL Services Account

    Could you try to add the SQL Server servcie account to local administrator group and try again. I susepct it is permission issue.

  • February 25, 2011 at 2:03 am

    #1291406

    Viewing 15 posts - 76 through 90 (of 109 total)