Viewing 15 posts - 1,231 through 1,245 (of 1,364 total)
Actually we have configured NetIQ to alert in case virtual memory goe over 80 percent threshold. I am getting alerts for one server with VM usgae of 85 percent frequently.
Any...
July 10, 2008 at 3:19 pm
Thanks for the reply. I will use them.
Manu
July 10, 2008 at 11:07 am
Can you try by inserting a check there:
activex Task(creates a file named from current date and time)
sql server query ---Check whether count(*) is greater than zero
write results of query to...
July 9, 2008 at 4:08 pm
Would be helpful if you can paste the stored proc. and view code here. Also, are you making use of any table level hints in stoed procedure or view code?
Manu
July 9, 2008 at 3:42 pm
July 9, 2008 at 3:35 pm
Have you gone thru the script mentioned on
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23419233.html
Manu
July 9, 2008 at 3:26 pm
Thanks for the suggestion. Actually job was successful on 12 out of 15 servers. I chked now and found one job whose schedule is conflicting with the failing job on...
July 8, 2008 at 12:48 pm
Thanks again guys. I will specify the max memory setting and will get back to you on this.
Gail,
I think you are right regarding service restart thought.
Thanks,
Manu
July 8, 2008 at 10:55 am
Try this:
Use DBNAME
EXEC sp_help_fulltext_tables 'Catalog name'
Manu
July 8, 2008 at 9:40 am
Thanks for replying.
Gail,
SQL Server is configured to consume as muchmemory as it can. No limit specified for max server memory. Its set to default. This is a dedicated sql...
July 8, 2008 at 9:32 am
Can you try using sp_help_revlogin script and just create this Hyperion login on destination server and map it with database user there using sp_change_users_login stored procedure.
support.microsoft.com/kb/246133
Manu
July 4, 2008 at 4:35 pm
Try querying the msdb.dbo.backupset table and take the latest entry for the database that you want to be restored.
Manu
July 3, 2008 at 2:37 pm
Yes you can. Just right click the concerned object or user under databases and there you will see bunch of permissions tht can be assigned to a user.
Manu
July 3, 2008 at 10:58 am
Viewing 15 posts - 1,231 through 1,245 (of 1,364 total)