Viewing 15 posts - 31 through 45 (of 133 total)
Mansoor,
The database you are tying to connect in an sql2000 DB server.......Then how can you change the compatibility level to 90........
For your clarification use this ........."select @@version"
May 8, 2009 at 5:57 am
The Windows Event Logs on any server can provide insight to potential and real problems. As a SQL Server Database
Administrator, it is important to have knowledge of problems that exist...
May 7, 2009 at 9:00 am
The account that sql runs as needs to have the security privlege to access the directory or file.
May 7, 2009 at 8:52 am
OH thats correct krishna............i'm also having a doubt whether he is trying to do it on sql2000
May 7, 2009 at 6:14 am
Sorry..............the reply above was totally by mistake
May 7, 2009 at 6:09 am
Use sp_dbcmptlevel
EXEC dbo.sp_dbcmptlevel @dbname=N'PUBS', @new_cmptlevel=90
May 7, 2009 at 6:07 am
Hi,
Check these
http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx
http://support.microsoft.com/kb/889646
To resolve this issue, you must add an account to the Database Creators role and to the Security Administrators role in SQL Server. You add the account that...
May 7, 2009 at 5:40 am
For details about lazy writer and checkpoint refer this
http://sqlserverpedia.com/wiki/Memory_-_Lazy_Writer_and_Checkpoint
http://msdn.microsoft.com/en-us/library/ms188748.aspx
And for details about ACID properties ref :
May 7, 2009 at 5:29 am
What you seem to have is a problem where the record is acceptable in one database but not theother. Suggest you look at the differnces between the two database structures...
May 6, 2009 at 5:32 am
Viewing 15 posts - 31 through 45 (of 133 total)