Viewing 15 posts - 736 through 750 (of 6,216 total)
If you're willing to let them run xp_cmdshell, but not just drop them in sysadmins?
May 14, 2007 at 8:18 am
Those steps will work. If you're only doing column add/drop you can make the changes without dropping the sub, but as soon as you need to alter a column you're...
May 14, 2007 at 8:11 am
Can you post your connection string (with password if any X's out)? You will get that error if the connection is denied (or credentials are wrong), or if the server...
May 10, 2007 at 2:08 pm
Good to also distinguish between char and varchar. Chars are fine if the data is really fixed width.
May 4, 2007 at 7:58 am
Try slipstick.com for Exchange/Outlook stuff, you might also look for an Access site.
May 4, 2007 at 7:56 am
Time measurement does work for some cases. Here's the difference. If Steve can do a task in 35 hours that would take a normal/average DBA like the rest of us...
May 4, 2007 at 7:51 am
I suspect he will have the conversation with them, but I think they have burned the bridge a little!
I think your definition of a manager is right on target and...
May 4, 2007 at 7:32 am
I'd add one more bit - a primary key can not have null values, but a unique index can have one null.
May 3, 2007 at 8:42 pm
I saw several older (DAO) references via Google about tweaking the connection properties to set a default profile - might be worth digging into that angle.
May 3, 2007 at 7:05 pm
Check the SQL Agent connection info - using a domain account? Correct server name? Have you made any changes recently? I dont think its surface area config.
You might also try...
May 3, 2007 at 3:59 pm
The best team I worked on had three of in a remote office. We were all good at what we did, got it done ahead of time, and planned/worked towards...
May 3, 2007 at 6:21 am
When I run a job I get this as part of the trace:
EXECUTE msdb.dbo.sp_sqlagent_log_jobhistory @job_id = 0x2918E06B7641EC4385F600D3C40459C4, @step_id = 0, @sql_message_id = 0, @sql_severity = 0, @run_status = 1, @run_date...
May 2, 2007 at 3:32 pm
Sorry, I should have been clearer, my first thought was that someone had applied a filter to the log viewer when you look at the job history in SSMS. If...
May 2, 2007 at 1:30 pm
Sure you dont have a filter applied to the history view? Are you getting history logged from other jobs?
May 2, 2007 at 10:18 am
Viewing 15 posts - 736 through 750 (of 6,216 total)