Viewing 15 posts - 46 through 60 (of 68 total)
ok a5xo3z1, do i have to create a stored procedure for that? is creating procedures hard or should i just learn to do them? can you tell...
May 23, 2003 at 11:21 am
we got it thanks,
in a view:
'rcod' = CASE when TOT = 'errl' then '0001' END
May 20, 2003 at 1:30 pm
Error 2002: SQLServer/Agent Error The sqlagen mail seesion is not running check the mail profile & or SQLserver/Agent Service startup account in the SQL/Agent Properties Dialog.
thats the error...
May 15, 2003 at 11:48 am
You must have a mail client that can be outlook. But is must configured in sql. how do you configure it? and how do you configure net send...
May 15, 2003 at 11:07 am
i just wanted to say, hey nice name!
matt
April 23, 2003 at 1:17 pm
nevermind, just add
order by ProductName
i wonder why that is missing from the view.
April 22, 2003 at 11:56 am
so if you say
select distinct name, count(name)
from table
it won't work
you have to say
select distinct name, count(name)
from table
group by name
and it lists the amount of each instance of the distinct name.
how...
April 22, 2003 at 11:29 am
what are the benefits of a compiled query plan?
April 21, 2003 at 7:21 am
yeah i was just curious about seeing some of the performance stuff.
April 7, 2003 at 5:41 am
can anyone use this to pratice in query analyzer or is it just for him? does it create an action after it runs? like to you get to...
April 2, 2003 at 1:57 pm
If you want to view Processor time, interrupt/second, cache hit ratio, and current disk queue length how do you use or even launch the Performance monitor. I am using...
April 1, 2003 at 11:17 am
Viewing 15 posts - 46 through 60 (of 68 total)