Viewing 15 posts - 61 through 75 (of 86 total)
Thank you, this is what I was trying to don on my own but couldn't.
GF
November 7, 2005 at 4:00 pm
So it looks like the consensus is:
select customer.name, company.name
from company
inner join customer on company.custid = customer.custid
where company.name like 'special company'
The reason for the question is, we too are going...
October 7, 2005 at 3:40 pm
rhunt, the contact_id is not a foregin key in any table. The company_id is a foregin key to another table.
I was thinking along the same line as you but I...
February 28, 2005 at 3:55 pm
Yes, SQl Agent is running on both the primary and the secondary servers.
October 1, 2004 at 11:19 am
It looks like I spoke too soon. I am not sure what is happening. When I look at the properties for the log shipping monitor the last backup file is...
October 1, 2004 at 10:15 am
Okay, here is an update. Log shipping from my primary server to my secondary server is now working and apperars to be working correctly.
what I did to get it to...
September 28, 2004 at 3:35 pm
More information. SQL is Enterprise Edition on both the primary and secondary server.
I have though about this all weekend and perhaps this is the problem.
The folder I ship the logs...
September 27, 2004 at 10:58 am
Primary Server is Windows 2000 Latest Service pak running on a cluster.
Secondary server is Windows 2003 latest service pack on a quad processor.
Both SQL's are SQL 2000 sp3
igig of ram...
September 25, 2004 at 11:54 am
Thanks for all the replies. Here is what I have done to this point.
I would have bet money that the secondary server sql agent service was using the same domain...
September 24, 2004 at 5:12 pm
Hi all, I found out what the prob is. It is a bug in SQL 2000 sp3. There is a hot fix for it at http://support.microsoft.com/default.aspx?kbid=826161
Gary
September 8, 2004 at 12:40 pm
Chris, yes, that clears up my question. Thanks for your time and informaiton.
Gary
September 8, 2004 at 11:54 am
Chris, you are correct, I was mistaken. There is no "exec" after the "--".
Here is a classic example of what I am getting in my trace:
-- sp_sqlagent_get_perf_counters
SET NOCOUNT ON
-- sp_sqlagent_get_perf_counters
CREATE...
September 8, 2004 at 9:58 am
Thanks for your reply. what 3rd party tools would people recomend. I need to have alternatives to present.
Thanks again
GF
September 2, 2004 at 1:22 pm
Viewing 15 posts - 61 through 75 (of 86 total)