Viewing 15 posts - 241 through 255 (of 972 total)
I tend to stick with the cert sites that Microsoft approves, MeasureUp.com being the best I have used. Their testing engine offers more information on questions about they "why" any...
August 3, 2014 at 6:10 pm
Through profiler GUI if you are trying to save a trace to file or configure a trace to write to a file, you can save it anywhere you want. I...
August 3, 2014 at 3:15 am
The AG would react to however you have the failover mode set for the replica. I would think you want it set to Asynchronous-commit, this would require manual failover.
July 30, 2014 at 7:51 am
You can utilize two things: PowerShell and xp_cmdshell[/url] and this will open your world into a new wealth of information to pull or capture for a server. 😀
Now, xp_cmdshell is...
July 29, 2014 at 9:48 am
Why do you need to do this using a loop? What have you tried so far?
July 28, 2014 at 10:00 am
metin.albayrak (7/25/2014)
Hi, thanks for the advice, I know that backupscript already but it looks like to me that you haven't checked out what ours does at all.Anyway thanks.
How can...
July 28, 2014 at 1:12 am
1. What are the MINIMUM events and fields I need to capture to prove that the heavy I/O usage is because of the requests coming from the application server itself.
I...
July 27, 2014 at 9:53 pm
Look at configuring logging for the package itself if you are just looking for start and end time of each task. As well if you are using SQL Server 2012...
July 27, 2014 at 9:23 pm
SSDT is now the BIDS client tool for working with Business Intelligence projects with SQL Server. You can download SSDT from here that includes support for SQL Server 2014 as...
July 26, 2014 at 11:01 pm
Drop the procedure from your server and go download the SQL Server Backup from Ola Hallengren .
July 24, 2014 at 8:35 am
SQLTestUser (7/23/2014)
Is there any justification for pursuing a masters degree in database administration? what would be the positives and the negatives?
I will touch on the negatives first...
There really are not...
July 24, 2014 at 8:27 am
curious_sqldba (7/21/2014)
"With a quick rollout...
July 21, 2014 at 4:26 pm
smtzac (7/21/2014)
July 21, 2014 at 1:04 pm
The query to provide you the number of connections:
SELECT COUNT(*)
,host_name
FROM sys.dm_exec_sessions
WHERE is_user_process = 1
GROUP BY host_name
You can no longer use the rule of session_id greater than 51, because system sessions...
July 21, 2014 at 9:56 am
Well, I would want to know why they want it back. That is just to hear him/her give me an answer to see if it is worth me spending that...
July 15, 2014 at 4:13 pm
Viewing 15 posts - 241 through 255 (of 972 total)