Viewing 15 posts - 91 through 105 (of 227 total)
If you start SQL Server with a cold buffer and empty cache, the plan_handles should match, the execution counts should match should match, the logical reads should roughly match, and...
December 8, 2015 at 1:06 pm
Perhaps an unprintable character - group by len().
December 6, 2015 at 9:00 pm
Best to start a new thread??. In new thread I suggest scripting out job, obfuscating names via Replace All, posting sanitized script as SQL, and inspecting & stating step 19's...
December 6, 2015 at 8:49 pm
Seems worth a Premier incident to me. Bugs are free. Ensure with your TAM that no root cause is free (if you are offering to help MS catch a kernel...
December 6, 2015 at 8:25 pm
A dummy update (updating a field to its current value) is a common 'trick' used in transactional and (IIRC) merge repl.
Any foreign keys in the update's plan?
December 6, 2015 at 6:22 pm
If a database is "rarely" used, if you want the database's data files and log files to usually be included in the system's regular OS backups (as opposed to SQL...
December 6, 2015 at 8:47 am
We do see high latency values over a sustained period of times. But SAN guys are stating they don't find any latency at LUN layer from their end. they are...
December 6, 2015 at 8:31 am
I am sure you can find other queries that look for "the" consumer of tempdb space, but the BOL URL is good enough.
Here's one that was generated by PSSDiag...
December 4, 2015 at 12:56 am
LIKE '%6301657%'
The best solution is to redesign the table. For the query in question, a ticket number should not be part of a whole column/field. Instead, a ticket number (with...
December 3, 2015 at 9:30 pm
An attempt to create a SQL linked server from srv_integration to srv_target using the credentials of the current user fails if it is created through SSMS from a workstation, the...
December 3, 2015 at 7:07 pm
See the URL I offered, step 2.
December 3, 2015 at 3:59 pm
If it takes 15 seconds to grow tempdb by merely 500 MB, your disks suck :hehe:.
Disk performance needs to be measured by using no greater than a 5 second polling...
December 3, 2015 at 3:00 pm
SSMS is a client, not SQL Server :). SSMS happens to ship with SQL Server, but it is not built by the SQL Server's developers. It is instead built...
December 3, 2015 at 2:28 pm
Replay a Trace File (SQL Server Profiler)
3.In the Replay Configuration dialog box, on the Basic Replay Options tab, specify the Replay server. Click Change to change the server displayed in...
December 3, 2015 at 2:05 pm
Does this SQL Server host linked servers?
If not known, run select * from sys.dm_os_loaded_modules where company <> 'Microsoft Corporation'
a few times throughout the day. Is a non-Microsoft module listed?
Fatal...
December 3, 2015 at 1:05 pm
Viewing 15 posts - 91 through 105 (of 227 total)