Viewing 15 posts - 496 through 510 (of 518 total)
Why? Changing Passwords? Maintenance?
Maybe I need to change the way I go about it......
October 10, 2002 at 9:53 am
Have you tried setting up connection strings's with the proper logins and passwords in the default's for your webservers......That's the way we do it.
We have a specific login id for...
October 10, 2002 at 9:48 am
I was aksed to track the same type of thing on an asp application in a prior job. I set up a test enviroment to duplicate the real one, and...
October 10, 2002 at 9:02 am
This is just my opinion, but wouldn't Person and Task be your entities, and TimeSpent and Date be descriptors of these entities.....
What would be the objective of creating Date and...
October 10, 2002 at 8:49 am
17903 is a connectivity error, generally meaning a bad password or username. The times I've seen it, it turned out to be the agent login didn't have rights to the...
October 9, 2002 at 3:08 pm
I do the same as pnewhart except that my trans log backups are 5 minutes apart. For me and our purposes, thats as good as a point in time.
October 9, 2002 at 2:29 pm
I do the same as pnewhart except that my trans log backups are 5 minutes apart. For me and our purposes, thats as good as a point in time.
October 9, 2002 at 2:29 pm
Here is a reduced code set which I hope will be useful to you. Modify it to your use. I quickly concatenated it together and stepped through it once but...
October 9, 2002 at 2:17 pm
I apologize. This thread slipped by me, and I just remembered to check. Of course, Let me clean it up slightly, and it will be my next post. Again,...
October 9, 2002 at 11:50 am
He's right. That would be more efficient as well. Assuming the column's data will allow a unique constraint.
Will that work for you?
Edited by - Scorpion_66 on 10/09/2002 08:45:16 AM
October 9, 2002 at 8:43 am
give me the table names, and field names involved, and I'll write it for you....
October 8, 2002 at 1:34 pm
It could be done easily with an insert, update trigger.
October 8, 2002 at 1:08 pm
Are we making the assumption that the field types are the same? And the fill factor....
October 8, 2002 at 1:01 pm
all of the third party software that I have had experience with, uses far more resources than native sql backups. I do not allow them on my servers. I require...
October 8, 2002 at 12:58 pm
Viewing 15 posts - 496 through 510 (of 518 total)