Viewing 15 posts - 16 through 30 (of 61 total)
rbarryyoung (8/26/2008)
do the following:
1. Start Performance Monitor.
2. Select "Counter Logs" under "Performance Logs and Alerts"
3. From the Action Menu, click "New Log Settings..."
4. Enter a name like "Disk Stats"
5. Click...
September 18, 2008 at 9:37 am
Here is a blurb from Microsoft:
Risks Associated with Cross-Database Ownership Chaining
Microsoft recommends that you disable the cross-database ownership chaining option because of the actions that highly-privileged users can perform:
•Database owners...
September 9, 2008 at 12:04 pm
Michael Earl (9/9/2008)
Look up "Cross Database Ownership Chaining".
Yes my first thought was to create Synonyms and grant access to specific tables.
What are the risks with Cross Database Ownership Chaining? ...
September 9, 2008 at 11:43 am
I start with the obvious....
This IS a 64-bit machine and OS installation, yes?
September 9, 2008 at 11:07 am
I set the ODBC connection up.
I went to run it and got an error.
Need to run; will try it later.
Thanks a lot for helping.
September 5, 2008 at 3:35 pm
How do I create an ODBC connection again? 🙂
September 5, 2008 at 3:11 pm
rbarryyoung (8/26/2008)
10. Click the Configure... button and select the System DSN that points to your Server & Database.
What is a System DSN... Are you talking ODBC?
I would...
September 5, 2008 at 2:55 pm
Can I have a .bat file call 4 lines?
C> runme.bat 20080101
(runme bat: )
runme1.bat %1
runme2.bat %1
runme3.bat %1
runme4.bat %1
Would this work?
September 5, 2008 at 2:25 pm
Rick Carisse (9/5/2008)
Hope this is useful for you.EXEC master..xp_cmdshell 'main.cmd 2008-01-01'
:end
Can not use xp_cmdshell.
However, you did give me an idea......
September 5, 2008 at 2:24 pm
I figured it out....
The problem was this machine has no default instance, and 2 named instances.
Once I added a -s SERVER\INSTANCE to the command line...it worked.
September 3, 2008 at 10:27 am
Let me know if you want to know how to set this up.
Actually, yes that would be incredible -
I use Performance Monitor very often, and I usually have 20...
August 26, 2008 at 11:44 am
Yes, I got occupied with something else but I will review it soon.
Thx much.
August 26, 2008 at 11:42 am
Steve Jones - Editor (8/26/2008)
Can't use sp_update_jobstep to change the commend you run?
So....
Step 1 would be sp_update_jobstep to change steps 2-5.
Step 2 would run Script 1
Step 3 would run Script...
August 26, 2008 at 8:51 am
Heh. No, I am asking: what is the security difference between xp_CmdShell and a CmdExec Job step?
Okay. I get what you're asking now. 🙂
xp_cmdshell runs from a T-SQL...
August 26, 2008 at 8:29 am
Then you don't need SQL at all ... VBScript is what you'd want. As stated earlier, you can use command line from a vbscript - wshShell.Run. Than you can schedule...
August 26, 2008 at 8:25 am
Viewing 15 posts - 16 through 30 (of 61 total)