Viewing 15 posts - 931 through 945 (of 2,387 total)
How do you do the restoration, using command in QA or restoring it with EM? What is the exactly error message? I don't think the edition of SQL server is...
October 28, 2003 at 12:14 pm
What about "SET ROWCOUNT" command?
October 28, 2003 at 12:10 pm
Do you have free spaces in the drive your tempdb resides when this error occurs? Has TempDB been set to auto growth?
823 Error messages usually imply on disk corruption most...
October 28, 2003 at 12:07 pm
Run sp_spaceused @updateusage = true to your old database.
October 28, 2003 at 7:54 am
How much memory SQL Server uses from Task Manager? Task manager wouldn't give your accurate information about how much memory processes use if you run Windows DataCenter.
Do you grant SQL...
October 28, 2003 at 7:40 am
SQL Server wouldn't use it. If you want SQL Server use more than 2GB memory, Go for Enterprise Edition.
October 28, 2003 at 7:03 am
Did you isntall anything to the machine recently, SQL Server service pack, security fix?
Check the version of sqlmap70.dll in binn folder of SQL Server directory.
October 27, 2003 at 1:09 pm
It seems the connection coming from IIS server. You may use SQL Server authentication or grant "NT AUTHORITY/ANONYMOUS LOGON" by running EXEC sp_grantlogin 'NT AUTHORITY/ANONYMOUS LOGON'.
October 23, 2003 at 1:33 pm
October 21, 2003 at 10:01 am
Both MS03-031 security fix and KB 826161 will give you version 2000.80.811. If you need version 2000.80.778, you need call Microsoft to ask hotfix "http://support.microsoft.com/default.aspx?scid=kb;en-us;812915&Product=sql" that includes version 2000.80.778. Version...
October 21, 2003 at 9:18 am
I performed further test on other version of SQLmap70.dll. Version 2000.80.778, 2000.80.811 work too but 2000.80.834 does not work.
Edited by - allen_cui on 10/21/2003 08:27:12 AM
October 21, 2003 at 8:27 am
jpipes,
I fixed my xp_sendmail issue by replacing SQLmap70.dll. You may try that too.
October 21, 2003 at 7:55 am
michaelr777 made very good point.
I replaced SQLmap70.dll (File Version 2000.80.834.0) from another server (File Version 2000.80.760.0) in test server and it starts to work.
October 21, 2003 at 7:54 am
Viewing 15 posts - 931 through 945 (of 2,387 total)