Viewing 15 posts - 7,201 through 7,215 (of 9,643 total)
I don't know Barry. I think IIS is free with Windows Server, but when you connect to IIS do you need a CAL because you are connecting to the...
October 16, 2008 at 1:17 pm
Thanks for the responses guys. I don't think I was clear enough on the question, although some of the answers apply. I know I am all set on...
October 16, 2008 at 11:15 am
Here is a quote from the latest Microsoft Product Use Rights (pp. 40-41) document available here(be sure to us IE as it crashed FireFox):
III) Running Instances of the Additional Software....
October 16, 2008 at 9:51 am
My understanding of licensing is that if you or your company has a licensed version of SQL Server you can install the client tools on any PC. Of course...
October 16, 2008 at 9:41 am
Yes, to use xp_sendmail you need Outlook installed on the SQL Server. When I was using
SQL 7, 2000 I used xp_smtp_sendmail. I would post a link, but I...
October 16, 2008 at 9:32 am
The script component (or custom Error Details component if you are using that) has an output that you send to an OLE DB Source just like any other component.
October 16, 2008 at 8:47 am
Since you are using 2000 you should check out the first post in this thread as it has some code that accesses the tables that you will need to look...
October 16, 2008 at 8:39 am
In reality you can do whatever you want with the error output. I just knew that I wanted more than the error code and that I wanted a generic...
October 16, 2008 at 8:30 am
Leo (10/16/2008)
Hi Jack,Do I need to supply run_date and run_time?
Leo
I'm not sure what you mean. If you only want the status for jobs that run since the last email...
October 16, 2008 at 8:22 am
If properly indexed you should be able to sum the details efficiently so there is no reason to store the data in my opinion.
October 16, 2008 at 8:11 am
Truncation means that the data will not fit in the space allocated. So if you have it set to string 40 and there is a 50 character string it...
October 16, 2008 at 8:07 am
You need to use dynamic SQL to do this. You also need to do some research into SQL Injection as this type of code opens you up to this.
October 16, 2008 at 7:03 am
Please don't cross post.
Post answers to http://www.sqlservercentral.com/Forums/Topic586744-148-1.aspx
October 16, 2008 at 7:02 am
I think this blog post might provide a better way to handle your situation:
October 16, 2008 at 7:00 am
I'm not positive but I believe you can use the @@NESTLEVEL function as well.
The first thing I'd do is re-evaluate my recursive triggers. There should be a way...
October 16, 2008 at 6:57 am
Viewing 15 posts - 7,201 through 7,215 (of 9,643 total)