Viewing 15 posts - 166 through 180 (of 646 total)
Anyone down London next month for SQLSKILLS? If so lets meet up! 😀
May 27, 2016 at 8:16 am
Sorry I don't understand? Can you not manually delete it from the report server itself?
May 26, 2016 at 8:13 am
Ray K (5/26/2016)
The other day (inspired by a couple of SQL Saturday speakers), I started my own blog.
My most recent entry tackles the very-often-asked-here-on-SSC question, "how...
May 26, 2016 at 8:01 am
I like the flow of your article, 1 question, why was the cost threshold left at 5?
May 26, 2016 at 12:48 am
Congrats Steve.
So in USA does that mean University next?
May 24, 2016 at 8:46 am
So I was writing an article - 8 hours into it, MS make a pretty big change (Azure -replication), big enough to merit a re-write in key sections. Don't you...
May 24, 2016 at 7:54 am
trhorner (5/23/2016)
Thanks for the testing! I did not see your post until this morning. I presume you did not need to stop reporting services?
Didn't touch it.
thanks
May 24, 2016 at 3:37 am
DBA - why do you need to do this? If you shrink it, over time it will grow again.
May 23, 2016 at 12:59 am
I have tested your steps on my dev box. It works, to be honest in the past I just did a deattach / reattach, but like I said your code...
May 20, 2016 at 1:53 am
Steve Jones - SSC Editor (5/19/2016)
BLOB_EATER (5/19/2016)
Am I missing something here? Why is there a MySQL article as the headliner on a SQL Server website? Not attacking, just curious.
Thought it...
May 19, 2016 at 10:02 am
Am I missing something here? Why is there a MySQL article as the headliner on a SQL Server website? Not attacking, just curious.
May 19, 2016 at 6:37 am
declare @ts_now bigint
select @ts_now = ms_ticks from sys.dm_os_sys_info
select top 35 record_id,
dateadd(ms, -15 * (@ts_now - [timestamp]), GetDate()) as...
May 19, 2016 at 1:16 am
Check out https://sqldashboards.codeplex.com/
There is a section on queries ordered by cpu. You can change the code for the overall cpu chart to gather the last 24 hours too.
May 18, 2016 at 1:31 pm
TomThomson (5/13/2016)
BLOB_EATER (5/13/2016)
ThomasRushton (5/13/2016)
BLOB_EATER (5/13/2016)
Brandie Tarvin (5/13/2016)
BLOB_EATER (5/13/2016)
This is what probed my question...
YIKES!
I hope Microsoft at least thanked you for submitting to that probe.
Or maybe the company's been taken over...
May 17, 2016 at 3:28 am
Viewing 15 posts - 166 through 180 (of 646 total)