Viewing 15 posts - 37,156 through 37,170 (of 39,769 total)
Thanks for the updates. I neglected to test this and didn't see an errata on this. ![]()
Steve Jones
September 3, 2002 at 9:03 am
Thanks for the update.
Steve Jones
August 30, 2002 at 2:18 pm
A text file?
xp_cmdshell 'type filename.txt'
Steve Jones
August 30, 2002 at 11:12 am
On the SQLAgent proerties box, there is the place for a proxy account, which will be the account under which xp_cmdshell runs.
don't forget xp_cmdshell is in master, not another db,...
August 30, 2002 at 9:42 am
Is the number a column name or in a row in the table? If it's in a row, is it always in the same column name?
Steve Jones
August 30, 2002 at 9:35 am
the client has to send this. Check the client app settings for ODBC or whatever conneciton method you have.
Steve Jones
August 29, 2002 at 11:06 am
You could probably build htis programattically using DTS, aCtive X task and some outlook controls. Or even a custom control.
We use voting buttons here. I'll try to look at this...
August 29, 2002 at 10:19 am
You could probably build htis programattically using DTS, aCtive X task and some outlook controls. Or even a custom control.
We use voting buttons here. I'll try to look at this...
August 29, 2002 at 10:19 am
Thanks both of you. And I agree. I should rename the controls, even if this is the simplest form
, I may reuse it. And may want to...
August 29, 2002 at 9:36 am
There are some beginner articles on DTS. I'd start there. Create a text file conneciton, select your file and use the "properties" to verify this works.
Then add a SLQ connection...
August 28, 2002 at 10:37 am
2nd vote for Brian's explanation.
Steve Jones
August 28, 2002 at 10:35 am
sometimes logs don't shrink well. There's a script in our library to help do that.
Steve Jones
August 28, 2002 at 10:30 am
You can also script your own sp_password that would run after 35 or so days to lock out users.
Steve Jones
August 28, 2002 at 10:28 am
This is the reason you DO NOT go into the system tables. They change from version to version.
Better to use the sp_helpsort and parse the string. It will work...
August 28, 2002 at 10:25 am
Viewing 15 posts - 37,156 through 37,170 (of 39,769 total)