Viewing 15 posts - 466 through 480 (of 984 total)
We just treat it like any other database, so whatever maintenance routines there are will also happen to ReportServerTempDB...
October 28, 2016 at 1:48 am
BLOB EATER (10/28/2016)
As Jeff said, I would get a coffee and enjoy reading this:https://technet.microsoft.com/en-us/library/2009.02.logging.aspx#id0060077
I would also get several coffees and a sandwich, and read Tony Davis & Gail Shaw on...
October 28, 2016 at 1:43 am
Eric M Russell (10/25/2016)
Marcia J (10/25/2016)
October 26, 2016 at 4:50 am
BLOB_EATER (10/24/2016)
jasona.work (10/24/2016)
Ed Wagner (10/24/2016)
Ed Wagner (10/24/2016)
Jeff Moden (10/23/2016)
October 24, 2016 at 8:23 am
Ed Wagner (10/24/2016)
Gary Varga (10/24/2016)
Ed Wagner (10/22/2016)
...Who doesn't do performance tests before releasing something to production?...Surprisingly many. Too many.
Sadly, you're probably right.
And then there are those that buy in third-party...
October 24, 2016 at 6:19 am
AIRWALKER-375999 (10/24/2016)
I am using the code below to generate a list of current ages and the age in 6 months based on the date of birth:
SELECT PERSON_ID,
DOB,
DATEDIFF(YEAR,DOB,GETDATE()) AS [CURRENT_AGE],
year(dateadd(MONTH,6,GETDATE()))...
October 24, 2016 at 5:27 am
Luis Cazares (10/20/2016)
Here's a shorter alternative which I expect that might be a bit faster (not much).
WITH numbers AS
(
...
October 21, 2016 at 2:20 am
TomThomson (10/20/2016)
20 years ago was a few months over 30 years since my first computing job. And I was the oldest person in my last 2 companies.
20 years ago...
October 21, 2016 at 2:10 am
jasona.work (10/20/2016)
Geez, it's amazing how long it can take to backup a 150GB database across a network...
...especially a 100MB network between two DCs a hundred+ miles apart...
Finally got the migration...
October 21, 2016 at 1:54 am
You could prevent that data from coming back to the report in the first place by doing something like:
WITH numbers AS
(
SELECT
...
October 20, 2016 at 9:51 am
Brandie Tarvin (10/19/2016)
ThomasRushton (10/19/2016)
Brandie Tarvin (10/19/2016)
ThomasRushton (10/19/2016)
rodjkidd (10/19/2016)
ThomasRushton (10/19/2016)
In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."at which point I lost the plot.
are...
October 19, 2016 at 5:26 am
Brandie Tarvin (10/19/2016)
ThomasRushton (10/19/2016)
rodjkidd (10/19/2016)
ThomasRushton (10/19/2016)
In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."at which point I lost the plot.
are you sure it...
October 19, 2016 at 5:21 am
Brandie Tarvin (10/19/2016)
ThomasRushton (10/19/2016)
In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."at which point I lost the plot.
Oh, oh, oh.
May I steal this...
October 19, 2016 at 5:20 am
rodjkidd (10/19/2016)
ThomasRushton (10/19/2016)
In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."at which point I lost the plot.
are you sure it wasn't ... would...
October 19, 2016 at 4:23 am
In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."
at which point I lost the plot.
October 19, 2016 at 2:29 am
Viewing 15 posts - 466 through 480 (of 984 total)