Viewing 15 posts - 151 through 165 (of 186 total)
Hi Paula,
In Enterprise Manager browse to Management and SQL Server Agent. Right click the Agent and select Properties. The account name will be on the General tab.
Cath
February 1, 2007 at 3:43 am
Hi Farhad,
I had a similar problem and resolved it with J Foushee's final post on this TechNet forum:
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=701058&SiteID=17
Best of luck
Cath
January 25, 2007 at 6:57 am
SPID1 is the SQL Server Service, so:
SELECT (datediff(mi, login_time, getdate()))/'1440'
FROM master..sysprocesses WHERE spid = 1
Cath
December 19, 2006 at 7:29 am
Hi,
There's a good explanatory article with some troubleshhooting tips on this site:
http://www.sqlservercentral.com/columnists/cmiller/cannotgeneratesspicontext.asp
Good luck
Cath
November 24, 2006 at 4:08 am
Hi degrem,
This link helped me, hope it does you too: http://msdn2.microsoft.com/en-us/library/ms189065.aspx
Cath
November 15, 2006 at 2:30 am
Hi Sam,
In Enterprise Manager browse to Management and select Backup. Right click and select Export List. This will give you the option to save all backup devices with their locations...
November 14, 2006 at 3:26 am
Run the command EXEC sp_who against your db in Query Analyser. That will give you the SPID connections to your db. Check this link for processes you shouldn't kill: http://msdn2.microsoft.com/en-US/library/ms173730.aspx After...
November 2, 2006 at 2:38 am
Hi Mark,
It sounds as though you may have an orphaned user as a result of the move. Check BOL for sp_change_users_login. Run this against your DB as sp_change_users_login 'Report' first and...
October 19, 2006 at 4:31 am
Hi Momak,
Are you sure you have the correct SP4 file for MSDE? It's different from the SQL Server 2000, ie MSDE uses SQL2000.MSDE-KB884525-SP4-x86.EXE, SS2000 uses SQL2000-KB884525-SP4-x86.EXE.
Cath
September 14, 2006 at 4:28 am
As SS said, check the SQL Agent service account is mail enabled. This kb should tell you everything you need: http://support.microsoft.com/kb/263556/
Cath
September 5, 2006 at 2:16 am
I know, you would think that, but I'm still having to edit hosts files even on trusted domains in my organisation. Just thought it might be worth a try.
September 1, 2006 at 7:29 am
If you can register the server using the IP address but not the name, it sounds as though you might have a DNS issue. Check with your network guys.
Cath
September 1, 2006 at 3:05 am
It sounds like your imported DB came from a server with a different collation, which affects case sensitivity and sort order amongst other things. Check out BOL on 'collation' and...
September 1, 2006 at 2:55 am
Hi Nelson
Reporting Services isn't on the database installation disk. Your SQL Server license includes RS, but you need to get the disk separately. Here's a link: http://www.microsoft.com/uk/windowsserversystem/reporting/howtobuy/default.aspx
Have fun
Cath
August 4, 2006 at 1:52 am
Hi Tom
I hope you resolve your problem, but in the meantime you really really should have a password on those sa accounts. The spida and sasser worms - amongst others...
March 22, 2006 at 2:15 am
Viewing 15 posts - 151 through 165 (of 186 total)