Viewing 15 posts - 27,136 through 27,150 (of 39,793 total)
Strict timekeeping doesn't make sense unless you're being paid hourly. People will do the work or they won't, and that's what you track.
I usually let people know in an interview...
September 10, 2008 at 8:21 am
CAST works, but without seeing data or errors (or attempts) we have no way to help.
The error messages are usually obvious. You might not like what you're seeing, but they...
September 10, 2008 at 8:19 am
Quite a few slick car salesman here in the US have great soft skills. Not sure that's good.
September 10, 2008 at 7:15 am
Yikes, ouch, hey!:P
I'm slow, apparently in more ways than one, but it's corrected. No spell checked in that text box :w00t:
September 10, 2008 at 6:47 am
-E does trusted connections (as noted above).
-U/P is for SQL Authentication.
You can only choose one for your connection.
September 9, 2008 at 10:04 pm
Why not just use the SELECT UNIONS instead of the temp tables in the select? It appears that you're using static values in there.
September 9, 2008 at 10:00 pm
September 9, 2008 at 9:55 pm
what does the error log show for listeners?
what about netstat -a?
September 9, 2008 at 9:52 pm
Run a trace. There must be some shrink command being run.
September 9, 2008 at 9:45 pm
Is there a listener on #1? Check the error log, be sure that it's listening for remote connections. It could be set to only local connections.
September 9, 2008 at 9:40 pm
Thanks for the feedback. I'm not sure that I'll eliminate them since it adds a lot to the processing time (can't let it run) and many people seem to like...
September 9, 2008 at 9:34 pm
Are you capturing suser_sname() as well?
If you have permissions denied, there shouldn't be a way they can update the column. I bet you have some strange permissions mismatch.
Can you check...
September 9, 2008 at 9:31 pm
1. Yes, less resources available.
2. Depends, SErver is better suited to server resource management. for one user, probably not.
3. You change this to match needs, there is no better. If...
September 9, 2008 at 9:30 pm
Use CAST to convert data types.
September 9, 2008 at 9:25 pm
Not sure about that algorithm, but one way hashes seem to work well. Just be careful that someone can't copy the hash and submit that in your application. Only plaintext...
September 9, 2008 at 9:24 pm
Viewing 15 posts - 27,136 through 27,150 (of 39,793 total)