Viewing 15 posts - 211 through 225 (of 589 total)
The last couple of places I have worked we counted multiple uptime counters. One that is as seen from the client side, and one that is internal. I.e. if a...
September 14, 2007 at 6:18 am
Absolutely David. I have 2 years of Access programming/managing, it has not once appeared on my resume or "skills list".
I've had fairly good luck with recruiters, but then I also...
September 13, 2007 at 12:58 pm
Loner,
from reading this and other posts you have made in the past, it seems to me like most of your problems are with office politics. Personally I despise it, but...
September 12, 2007 at 1:43 pm
Groudn effect is not a physical barrier, it only really applies at a shallow descent. And not finding large pieces not all that strange with an airplane hitting a hard...
September 11, 2007 at 11:42 am
I have laready done my moment of silence this morning.
Airplanes can fly all the way down to the ground, if not they could not land... Ground effect (float) occurs at...
September 11, 2007 at 10:50 am
Could possibly also use xp_delete_file
September 10, 2007 at 2:12 pm
Don't you normally want to insert the values into the audit table? Updating a value in an audit table kind of defeats the purpose of an audit. At least in...
September 10, 2007 at 2:09 pm
The DBA, or whoever in charge, should have noticed. But yes, if I leave there really would be anyone that could check that everything was running 100%. I do have...
September 10, 2007 at 9:58 am
oops Noeld is correct. One I said returns the user name in the database, suser_sname returns the login name.
September 6, 2007 at 3:17 pm
Without looking too closely at your query, I would say you most likely need to go to sys.server_principals to look that up. Or you could use the user_name(ID) function.
September 6, 2007 at 12:35 pm
varchar(max) is not limited to 8000 char.
September 6, 2007 at 12:27 pm
There is no way to backup a single table in SQL (natively), you would have to bulk copy out the individual tables. Look up the "Importing and Exporting Bulk Data"...
September 6, 2007 at 12:23 pm
One place I worked had sp_who2 as one of their tabs on the application so the users could see who was blocking them.... very badly written application with all the...
September 6, 2007 at 8:53 am
And sometimes recruiters rewrite a resume to match better with what the requirements is for the job. Which is why I demand when I go trough a recruiter to see...
September 6, 2007 at 8:45 am
Viewing 15 posts - 211 through 225 (of 589 total)