Viewing 15 posts - 736 through 750 (of 1,365 total)
There is only one evaluation edition thts the one installed by you. Regarding second question I don't have any idea but I think you can directly go using setup. Anybody...
January 21, 2009 at 7:04 am
I think its typo it should be EXEC sp_cycle_errorlog. Also, is the account used to run the stored procedure is sysadmin or not? It should be a member of sysadmin...
January 20, 2009 at 7:02 pm
You can upgrade an instance of SQL Server 2005 Evaluation Edition to any other edition of SQL Server 2005 without uninstalling Evalation Edition.
Check-->http://msdn.microsoft.com/en-us/library/ms143393(SQL.90).aspx
MJ
January 20, 2009 at 6:58 pm
Adding to the list:
Operations Manager
SQLH2 and Performance Dashboard tools
Spiceworks for OS\hardware monitoring
RSS Reporter from xSQLSoftware
http://www.xsqlsoftware.com/Product/Sql_Server_Rss_Reporter.aspx
MJ
January 20, 2009 at 6:55 pm
From BO:
If the database exists, RESTORE permissions default to members of the sysadmin and dbcreator fixed server roles and the owner (dbo) of the database.
Because fixed database role membership...
January 19, 2009 at 5:07 pm
Try making use of database mail stored procedures under execute sql task once you enable database mail.
MJ
January 19, 2009 at 3:40 pm
Have a look at http://www.sqlservercentral.com/articles/Administration/2605/
MJ
January 19, 2009 at 3:17 pm
I think new database needs to be created with SQL_Latin1_General_CP1_CI_AS collation only..
MJ
January 19, 2009 at 7:03 am
Did you try lowering down -g switch memory? Is your problem still exists?
MJ
January 19, 2009 at 6:44 am
Give back the previous access and role membership one by one and see which one allow it to work..
MJ
January 19, 2009 at 6:39 am
January 18, 2009 at 4:30 am
Are the backup files of same date when the job was invoked?
MJ
January 18, 2009 at 3:40 am
Search for the script on this site that will help you in implementing what tfoley said. If you don't get the script from here then let me know I will...
January 16, 2009 at 8:20 pm
IF @rc = 1
BEGIN
PRINT "xp_startmail: Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run...
January 16, 2009 at 7:48 pm
Viewing 15 posts - 736 through 750 (of 1,365 total)