Viewing 11 posts - 31 through 41 (of 41 total)
i tried with joins but it didnt work as price column was ambiguous as i was willing to populate prices for all
February 6, 2009 at 5:05 am
how did you recognise that it is set in exchange server??
do you found any error report or log in sql anywhere??
February 6, 2009 at 4:04 am
check logon account for sql server agent.
keep it same as that of sql service and then retry.
February 6, 2009 at 3:00 am
What does the “I/O request” error below represent?
2008-04-21 13:26:42.480 spid364 Microsoft SQL Server 2005 - 9.00.3177.00 (Intel X86)
2008-04-22 16:30:02.140 spid6s ...
February 2, 2009 at 4:42 am
Hi,
Tou may find your solution over here...
Please go through following
http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/21/642314.aspx
February 2, 2009 at 4:40 am
in error it is showing that 1 logfile is missing for master database.
You need to check startup parameter in sql server configurationmanager
rightclick on SQL server service >> Properties >> advanced.
there...
February 2, 2009 at 4:28 am
SP3 has also published for 2005 by microsoft.
try applying it.
Also if you are going again with sp2 then initially uninstall sp2 and client tools and then apply fresh patches
February 2, 2009 at 4:21 am
have you checked with ram size??
is sql getting req mem??
you can run performance monitor of windows and check whether at time Query get fired,is ram size greater than 500mb,
it should...
February 2, 2009 at 4:12 am
Issue resolved....
There is manage connection tab at Maintenanceplan.
I changed connections and issue resolved.
January 30, 2009 at 5:25 am
Hi
you can get this from following script..
go to qury analyser and run following
print '********** Startup Options *********'
exec master..xp_regenumvalues N'HKEY_LOCAL_MACHINE', N'SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\Parameters'
go
print ''
print ''
January 29, 2009 at 1:37 am
SP2 is present on this server
January 29, 2009 at 12:30 am
Viewing 11 posts - 31 through 41 (of 41 total)