Viewing 15 posts - 106 through 120 (of 179 total)
Grant Fritchey - Monday, January 8, 2018 5:23 PMFinger pointing?
Yes, definitely one of the top 10 must-have skillz for DBA's.
I got all...
January 9, 2018 at 10:45 am
January 9, 2018 at 9:52 am
Lynn Pettis - Friday, January 5, 2018 9:37 AMThinking more along the lines of extended events, but then I may be wrong.
Extended...
January 8, 2018 at 5:59 pm
Please check the account SSIS is running under. It could be a permission issue. Just a hunch.
January 8, 2018 at 5:12 pm
Lynn,
This is for entertainment only and that is why I posted it in "Anything that is NOT about SQL!" category.
January 8, 2018 at 5:06 pm
January 8, 2018 at 4:52 pm
January 8, 2018 at 4:50 pm
SELECT CAST(OrderDate AS DATE) AS [Date], COUNT(1) AS [Count]
FROM [OrderTable]
GROUP BY CAST(OrderDate AS DATE)
ORDER BY COUNT(1) DESC
January 8, 2018 at 3:01 pm
Allow me give a hint. Do you see the trend here?
January 8, 2018 at 1:49 pm
There is no easy way to help you understand the ER. In a DW setting, chances are that you will see a typical set of queries that run frequently. You may...
January 8, 2018 at 1:01 pm
Assuming that you have tried to terminate the session using 'kill spid', I run into this issue from time to time. You need to see what the session is doing...
January 8, 2018 at 12:21 pm
What is I want to script a long list of tables but not all tables?
It would be helpful if you could allow user to populate a target file with...
January 8, 2018 at 10:55 am
Would you are to share a more complete error log? Was there memory dump in the log? OS and SQL version info, processor type, memory size?
January 8, 2018 at 10:41 am
Thanks. I shall remember to provide more details. I'll start recording PLE changes from now on.
Windows Server 2016 Standard Ed, 256GB Physical Memory. 24 Logical Processors
SQL Server...
January 8, 2018 at 10:39 am
Bluntly speaking, your code requires lots of improvement.
1. Your Step 1 will totally screw up the result because you are assigning DOLA and GI to two variables....
January 8, 2018 at 10:21 am
Viewing 15 posts - 106 through 120 (of 179 total)