Forum Replies Created

Viewing 15 posts - 1,291 through 1,305 (of 1,334 total)

  • RE: Migrating SQL Jobs

    yes as told by the last user use DTS to transfer the jobs if u script out then use that remember to change the target server name parameter.

  • RE: Linked servers problem...

    this is called as hop problem in sql server. a very good article for the same is availble in this site just go through the link given below.

     

  • RE: Service Status

    whenever agent is started u will find a entry in the sysprocesses table with program_name like SQLAgent - Generic Refresher and not necessarily that your spid should...

  • RE: Configure number of days to keep the backups in SQL 2005 maintenance plans

    specifying the retention period is available with 2005. There have been few may chages to the Mp wizard in sql 2005.

  • RE: Last login time for a SQL Server login?

    i think its possible to get the last login details for connections that are alive in the server. we can use a join between the sysprocesses and syslogins tables to...

  • RE: SQL Server Jobs

    i think u have not updated the target server properties in the destination server. do that so that jobs will run fine.

  • RE: Service Status

    to check if agent service is running. check for the spid 51 in sysprocesses table and if that shows SQL Generic refresher that really menas ur agent service is running....

  • RE: Memory

    If we run Maintenance Plans for this database, the same thing happen.

     

    what exactly is happening. is SQL occupying your whole of 8GB RAM. if so check the...

  • RE: SQL Server Scheduled job

    either set XACT_ABORT on in your connection or use set distributed transaction on so that u wil be able to call the sql w/o errors.

  • RE: SQL 2005 access to file share

    use a domain accounjt itself and give proper sharing and ssecurity permissions for the user to that share. make sure if sql server can read that share using TSQL statements....

  • RE: DTS problem when scheduling as job

    u directly can't omit the possibility of permissions problem. please check the permissions given for sql startup account. also if are very sure that its not a permission problem then...

  • RE: DTSRUN fails in Query Analyzer

    its surely a permission problem. but also check for the permissions of the account starting ur sql server if its not local system.

  • RE: Always test your backups!!! err...how?

    you have a option called restore with verify only which just verifies ur backup and does not restore the database. u can use that to verify ur backup thats made.

  • RE: Weird user authentication problem

    whats the type of windows authentication mechanism being used. is it kerebros or NTLM if kerberos it mite be a hop problem. a good article for the same is available...

  • RE: Need Help in Configuring SQL Server 2005 Standard Edition.

    yes of course sa is with sysadmin privilege i thought that u had lost ur sa password and wanted to reset the same. if so u can login with windows...

Viewing 15 posts - 1,291 through 1,305 (of 1,334 total)