Viewing 15 posts - 601 through 615 (of 1,365 total)
Was sql server restarted after the appserver command execution was done?
The local definition takes effect only after the server is shut down and restarted. Only one local server can be...
March 5, 2009 at 5:58 am
Please execute DBCC CHECKDB with ALL_ERRORMSGS,NO_INFOMSGS
MJ
March 5, 2009 at 5:55 am
To determine the true reason for the failure, look in the server's error log where a corresponding entry will be written.
MJ
March 3, 2009 at 7:29 pm
Have you checked this-->http://www.kodyaz.com/articles/change-data-capture.aspx
MJ
March 3, 2009 at 7:25 pm
From books online-->
To view the Activity Monitor the user needs VIEW SERVER STATE permission on a SQL Server 2005 server.
To view the Activity Monitor the user needs SELECT permission to...
March 3, 2009 at 7:11 pm
Query destination table using NOLOCK table hint.
http://msdn.microsoft.com/en-us/library/ms187373.aspx
MJ
March 3, 2009 at 4:05 pm
Better create 4 data files of equal size. Creating 4 log files doesn't seem to solve any purpose(Experts comment!).
download.microsoft.com/download/4/7/a/47a548b9-249e-484c-abd7-29f31282b04d/WorkingWithTempDB.doc
MJ
March 3, 2009 at 4:01 pm
Check the file version of any dll files under setup folder. It will help you in identifying the edition. For example:9.00.1399.06 is RTM Edition. A type of guess....
MJ
March 3, 2009 at 1:18 pm
First command must be an update statement under this(spProcessTransaction) SP and it should be at line#503(Let experts comment about line#)
EXEC spProcessTransaction
UPDATE Line #: 503
Second command must be an delete...
March 3, 2009 at 7:59 am
Don't forget to change database compatibility level to 100 after restoration so that you can enjoy the new functionalities present in SQL Server 2008.
MJ
March 3, 2009 at 7:33 am
See "Using Upgrade Advisor to Prepare for Upgrades" at
http://msdn.microsoft.com/en-us/library/ms144256.aspx
MJ
March 3, 2009 at 7:26 am
You need to transfer logins prior to database restoration so tht restoration doesn't result in orphan users.
For more information on Transfer Logins Task:
· ...
March 3, 2009 at 5:12 am
March 3, 2009 at 4:56 am
Is it listening on static port or dynamic one? Also, check whether aliases have been configured on second node or not.
MJ
March 3, 2009 at 4:43 am
Viewing 15 posts - 601 through 615 (of 1,365 total)