Viewing 15 posts - 556 through 570 (of 648 total)
Thanks for reply me..
Script name : MONITOR_LOCKS, this is working fine in stand alone server and getting email alert when process being blocked with SPID.
How can I monitor process...
March 29, 2010 at 12:19 am
Thank you Gila for your reply, I got it clear myside about how density as defined.
In SQL SERVER By default auto update enabled in this database, why agian create another...
February 24, 2010 at 9:42 pm
I have tired below query, but it is not hope
msaccess Table name - NIR_INPUT
oracle table name - LIMS_NIR_RESULT
UPDATE NIR_INPUT T1 SET T1.SAMPLE = (SELECT T2.SAMPLE
FROM LIMS_NIR_RESULT T2...
February 23, 2010 at 4:05 am
Thank you Edogg, For your reply.
As per your reply, I got the point how datafile has grown 450MB in optimization jobs.
Can you clear me doubts.
1. If change the setting in...
February 19, 2010 at 4:14 am
resolved issues, after applied SP4.
😀
February 10, 2010 at 11:25 pm
And more refer this link: http://support.microsoft.com/kb/322140
I have checked all cause, everything is correct
I found one error in sql agent error like
[364] The Messenger service has not been started -...
February 10, 2010 at 10:31 pm
Thanks steve Jones for reply..
I am using SQL server 2000 version and sp3.
I could not found any error in event logs regds sql agent services.
February 10, 2010 at 9:03 pm
resolved issues, to change the database owner
thanks
February 10, 2010 at 8:46 am
Hi Jeff Moden Thanks for your reply ..
One of my client installed this software and configured database, this is totaly web based application, once installed this s/w still...
September 18, 2009 at 6:17 am
Jeff Moden Thanks for your reply ..
It is a good script. For find out unused spaces for all tables.
I could executed this script, but i am getting afried on my...
September 17, 2009 at 3:15 am
As a datacenter part, we want know who was last login the sq server 2005? and we need to execute the script once in a week. If you provide the...
September 15, 2009 at 2:18 am
thanks for your reply..
I could tried the query as follows
select b.name as DBName,a.login_time,a.last_batch,a.hostname,a.program_name,a.hostprocess,
a.nt_domain,a.nt_username,a.net_address,a.net_library,a.loginame
from sysprocesses a, sysdatabases b where a.dbid=b.dbid order by a.last_batch desc
It was written the Info from only...
August 28, 2009 at 5:43 am
Thanks for yours reply...
Windows authentication worked for me.
I added my domain user in sql server login, and then given sysadmin permission, so now i can able to access...
August 25, 2009 at 5:18 am
Sql server agent could not running on under windows account, after delete or deny builtin\administrators from sql server 2000.
How to resolve this issues?
thanks
August 20, 2009 at 11:33 pm
Viewing 15 posts - 556 through 570 (of 648 total)