Viewing 15 posts - 31 through 45 (of 134 total)
Checkout the link..........
http://rais.ornl.gov/homepage/tm/tm117.pdf
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 8, 2009 at 8:29 am
Oh,,.................great
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 8, 2009 at 6:46 am
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"
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
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...
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
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.
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 7, 2009 at 8:52 am
🙂
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 7, 2009 at 6:51 am
And the error resembles so
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 7, 2009 at 6:15 am
OH thats correct krishna............i'm also having a doubt whether he is trying to do it on sql2000
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 7, 2009 at 6:14 am
Sorry..............the reply above was totally by mistake
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 7, 2009 at 6:09 am
Use sp_dbcmptlevel
EXEC dbo.sp_dbcmptlevel @dbname=N'PUBS', @new_cmptlevel=90
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
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...
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 7, 2009 at 5:40 am
What happened ratheesh...........is google not available der
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 7, 2009 at 5:30 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 :
http://msdn.microsoft.com/en-us/library/aa480356.aspx
http://www.allinterview.com/showanswers/13096.html
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
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...
[font="Comic Sans MS"]+++BLADE+++[/font]:cool:
May 6, 2009 at 5:32 am
Viewing 15 posts - 31 through 45 (of 134 total)