Viewing 15 posts - 61 through 75 (of 83 total)
It is not in my startup parameters. Waht about starting a trace, wouold that trigger it (Profiler).
September 10, 2008 at 12:29 pm
So would it happen when SQL Agent runs a integrity check? But someone has to set it? I know nobody is doing it manually.
September 9, 2008 at 11:00 am
Yep, thats what I am finding out. But do I have to find out if the login has permission to backup and restore or what ever the job is doing?
September 8, 2008 at 10:39 am
Thanks for all the advise. It looks like an ugly jobs awaits me and I might as well get after it.
September 5, 2008 at 7:49 am
The reasoning behind it is that this database has been around for about 5 years and it has gone through several version and older tables were never cleaned out.
September 4, 2008 at 3:38 pm
That was news. We are currently on a SAN. So I guess it won't give us anything.
September 3, 2008 at 9:13 am
Now with all that said I found about 109 out of 298 tables that lack a Clustered Index. I thought about going through the 109 and adding the primary key...
September 3, 2008 at 8:47 am
Thank you for the information which helped and the candid insights to my behavior.
August 29, 2008 at 6:19 am
By another table. I know the Customer table does not have foreign keys on it but the employee table referenece the Customer table.
So
SELECT name
FROM sysobjects...
August 28, 2008 at 4:02 pm
Having said all that the reason for the server 4 being pulled was to replace a processor. I am wondering if that had something to do with it.
August 28, 2008 at 3:32 pm
they are seperate UPS's. The exact scenerio is that we has plugged the Server4 back into the rack an hadn't had time to hook up the fiber or anything when...
August 28, 2008 at 2:59 pm
Close but is there way to add in if it's referenced by a foreign key? Example:
Customer has no foreign key but is referenced by the Employee table.
August 28, 2008 at 10:45 am
That gave me just the opposite. That is every table with a Foreign Key i want every one without. But then again I could take that temp table and then...
August 28, 2008 at 10:23 am
Viewing 15 posts - 61 through 75 (of 83 total)