Viewing 15 posts - 5,056 through 5,070 (of 19,564 total)
sqlfriends (2/5/2013)
I read a tutorial and recommend this option should be enabled for all instances. Read and still a little confusing about when I should enable or disable it.
I...
February 5, 2013 at 1:06 pm
GilaMonster (2/5/2013)
SQLRNNR (2/5/2013)
February 5, 2013 at 1:02 pm
It's really a preference for the most part.
If it were me, I'd use compression in my backups from the start.
February 5, 2013 at 12:52 pm
GilaMonster (2/5/2013)
Is google down again?
Yes :crying:
February 5, 2013 at 12:49 pm
Ad hoc workloads is there to help with plan cache pollution. If you have multiple single use queries, a stub is saved instead of the entire plan. If...
February 5, 2013 at 12:44 pm
Steve Jones - SSC Editor (2/5/2013)
SQLRNNR (2/5/2013)
Expanding on Steve's script a little, here is one that I did:Show off
:w00t:;-):cool::hehe:
February 5, 2013 at 11:00 am
Expanding on Steve's script a little, here is one that I did:
SELECT T1.Name AS DatabaseName
,ISNULL(t2.database_name, 'No Backup Taken') AS LogBackupAvail
,T1.recovery_model_desc
,'Log' AS BackupType
,ISNULL(CONVERT(VARCHAR(23), CONVERT(DATETIME, Max(T2.backup_finish_date), 131))
, CASE WHEN T1.recovery_model_desc =...
February 5, 2013 at 10:50 am
This was 2+ years ago. I don't recall the version. We did contact EMC and got nothing in return.
February 5, 2013 at 10:29 am
jayoub1 (2/5/2013)
Thank you very much for the help.Jeff
You're welcome.
February 5, 2013 at 9:20 am
jasona.work (2/5/2013)
Due to Subaru instructing their dealers: "Sell at MSRP and NO LOWER" on the BRZ, we got...
February 5, 2013 at 8:46 am
Ray K (2/5/2013)
Lowell (2/1/2013)
February 5, 2013 at 6:55 am
The way I like to do it in SSRS is start first with the tsql that will create your report dataset. So in this case, what is the tsql...
February 5, 2013 at 6:29 am
Just connect to the database engine where your ReportServer database resides (no need to connect to reporting services in management studio).
Run the query from within management studio pointed at your...
February 5, 2013 at 6:07 am
Are you using reporting Services 2008 or 2005?
February 4, 2013 at 9:06 pm
Viewing 15 posts - 5,056 through 5,070 (of 19,564 total)