Viewing 15 posts - 166 through 180 (of 560 total)
ramana3327 (2/26/2015)
Hi,I am looking for the script to find the CPU usage for each database like this
Test1DB76.00%
Test2DB12.00%
Test3DB1.21%
Test4DB20.08%
What are you trying to accomplish? If you want to tune up CPU, you...
February 26, 2015 at 6:45 pm
samgdavisne (2/26/2015)
I am using SQL server 2012 and the operating system is windows server 2012 64 bit.
I am trying to run a batch file from a SQL server agent job....
February 26, 2015 at 2:46 pm
N_Muller (2/26/2015)
There is no problem letting them query the string directly. I'm mostly interested on the performance, though.
Well... what's the current performance. Can you post the execution plan? What's the...
February 26, 2015 at 1:56 pm
Dan121 (2/26/2015)
February 26, 2015 at 9:44 am
S_Kumar_S (1/28/2015)
February 26, 2015 at 8:40 am
Did you already read this?
-- EDIT ---
Disregard, it seems it's the same URL you posted above.
February 26, 2015 at 5:53 am
Check sp_stop_job and sp_start_job and see if that helps your logic.
February 26, 2015 at 5:47 am
Grant Fritchey (2/26/2015)
And go and have the discussion with the business people about the recovery point objectives and recovery time objectives for this database.
+1
February 26, 2015 at 5:43 am
Jpotucek (2/25/2015)
I tried doing a transaction...
February 25, 2015 at 2:43 pm
Ed Wagner (2/24/2015)
Is using the master.dbo.xp_delete_file stored procedure an option for you?Edit: It's in 2012, right? I'm still on 2008. :crazy:
Thanks for reply.
But no, it won't work.
Careful. xp_delete_file...
February 24, 2015 at 3:19 pm
Fixed! Geoff helped me. He does not know, lol, but he did. I use this thread as a reference. I basically had a typo.
This is the correct syntax:
PushD "\\servername\share\" &&("forfiles.exe"...
February 24, 2015 at 3:16 pm
Here is a screenshoot of what I am trying to do:
The command works when running outside of the T-SQL job, let's say, via command prompt. And this is being executed...
February 24, 2015 at 11:58 am
Thanks Perry. Appreciate your quick response.
But I am trying to stay away from PowerShell. Besides, above will fail remotely unless I use Set-Location. The command will be executed on a...
February 24, 2015 at 11:09 am
GilaMonster (2/20/2015)
Then, to be blunt, you need to fix your security first if you have anything confidential, because the current model is not adequate.
Agree on that but my comment was...
February 21, 2015 at 9:02 am
amolacp (2/19/2015)
Thank you all for your help. I'm still little confused. I need to encrypt few tables (10-15) from the database. How should I go with it?Thanks again
You must encrypt...
February 19, 2015 at 9:22 pm
Viewing 15 posts - 166 through 180 (of 560 total)