Viewing 15 posts - 151 through 165 (of 167 total)
You may use following query to analyze all these aspects
select hostname, program_name, loginame, cpu, physical_io, memusage, login_time, last_batch, status
from master.dbo.sysprocesses
order by hostname
Further modify the query according...
August 20, 2008 at 1:39 am
Index scan is same as table scan that it scans all values. It usually occurs when optimizer determines that it will be quicker to simply scan all values in index...
August 20, 2008 at 1:36 am
if i cast it to varchar in case portion , even then it picks single value.
August 20, 2008 at 1:12 am
i tried this statement standalone in SSMS. Database compatibility level is 80.
August 6, 2008 at 10:38 pm
yes it is at compatability level 80. So that may be reason?
August 6, 2008 at 10:05 pm
Now it worked in following syntax, but i wonder that why it did not work in previous syntax
alter table tableName
disable trigger TriggerName
August 6, 2008 at 9:16 pm
i have confirmed the highlight and syntax but can not find the reason 😉
August 6, 2008 at 9:13 pm
i have sql server 2000 with SP4, it was working fine but after uninstallation of antivirus the problem occurred. Now i want to recover the problem.
July 28, 2008 at 1:06 am
If you have configured the option then your back up server will automatically take over the primary server.
May 28, 2008 at 10:18 pm
It is sybase inherited syntax, avoid it as it is not standard from microsoft.
May 16, 2008 at 7:59 am
OK. thanks. Please also tell some more important differences.
May 2, 2008 at 6:41 am
AOA
beside sugestions from my other twof friends,i have following sugestions
- Take backups on mapped network drives or copy backup to some other location regularly, after backup completion.
- Periodically restore the...
April 23, 2008 at 7:51 am
Viewing 15 posts - 151 through 165 (of 167 total)