Viewing 15 posts - 286 through 300 (of 972 total)
You deleted records from the numbers table, but your filter is being applied to the phone table. How many records are in the phone table in your first test (query...
April 21, 2014 at 1:49 am
Brandie Tarvin (4/16/2014)
Is it as...
April 16, 2014 at 12:58 pm
Brandie Tarvin (4/16/2014)
Is this Powershell error normal?
Microsoft Team Foundation Server 2008 Power Tools\TFSSnapin.ps1 cannot be loaded because running scripts is disabled on this system.
It gives me a link for execution...
April 16, 2014 at 9:17 am
If you can do it in C# it should be possible, and more likely easier to write, in PowerShell.
April 16, 2014 at 9:00 am
Brandie Tarvin (4/16/2014)
April 16, 2014 at 8:50 am
So the HTTPS access they are providing is just a form entry?
April 16, 2014 at 8:15 am
File system task is used to manipulate files similar to how you might with Windows Explorer. In this instance that is not going to help you move the file to...
April 16, 2014 at 7:49 am
You can go through this video on finding query timeouts from MidnightDBAs.
You basically use Profiler or server-side trace to track the T-SQL starting and ending events. The statements that have...
April 13, 2014 at 7:38 pm
For those interested a few blog post are slowly coming out on the licensing changes with SQL Server 2014. This blog post[/url] has the link to the licensing page for...
April 12, 2014 at 9:31 pm
So just to clarify, who is the taker? 😀
April 10, 2014 at 1:08 pm
There is no option in T-SQL no, but SQL Server can be used to accomplish this if you want.
I would simply use Scheduled Tasks to execute the PowerShell script, but...
April 8, 2014 at 8:44 am
Step-by-step, I don't have that much time at the moment.
You can piece this together yourself with a little work. For Powershell search for the commandlet "Get-EventLog", there are parameters to...
April 7, 2014 at 10:38 am
best_yunus (4/6/2014)
I have to audit an specific eventid and execute a job whenever this event id occured..
(1) If I need to constantly check and be notified immediatly I would set...
April 6, 2014 at 10:04 pm
Your backup chain goes by information (the LSNs) that is within each header of the physical backup file (full, differential, or log).
The information on the database/log backups written to the...
April 6, 2014 at 9:48 pm
Viewing 15 posts - 286 through 300 (of 972 total)