Viewing 15 posts - 136 through 150 (of 611 total)
JasonClark (1/8/2017)
You may use this statement to check the virtual I/O file statesSELECT * FROM sys.dm_io_virtual_file_stats (NULL, NULL);
GO
This shows you how many I/Os occurred, with latencies for all the files.
It...
January 9, 2017 at 4:51 am
Would it not simply be better to install a VM in Azure and run the database from there? Other Cloud platforms IMHO will simply add a layer of complexity...
January 7, 2017 at 1:27 pm
This sounds like a job for a server-side trace during a time that you expect the IO to occur.
I don't think there is a way to collect this information for...
January 7, 2017 at 1:22 pm
Hi all and sorry for not responding earlier.....
The answer was quite simply that I didn't put the FETCH inside the BEGIN...END block.
This is the final script:
CREATE PROCEDURE sp_AGDB_Backup
AS
IF (SELECT COUNT(*)...
January 7, 2017 at 1:17 pm
ramyours2003 (1/5/2017)
January 6, 2017 at 1:15 am
Jeff Moden (12/26/2016)
halifaxdal (12/26/2016)
Thanks, still very tedious, actually adding one step here because data is eventually to be imported into SQL (or NoSQL), right?
It'll be much less tedious to brow...
December 31, 2016 at 10:10 am
If you are in a code freeze then I can't imagine that FS in ist own right is the problem.
Are the files held locally on the server or on a...
December 31, 2016 at 10:05 am
Jeff Moden (12/31/2016)
December 31, 2016 at 9:42 am
SQL Learner - VKG (12/31/2016)
1. 4 tempdb datafiles on Primary File Group with exactly same size (1024 MB) and same autogrowth...
December 31, 2016 at 9:20 am
Phil Parkin (12/31/2016)
kevaburg (12/31/2016)
Phil Parkin (12/31/2016)
kevaburg (12/31/2016)
Microsofts recommendations are a "one-shoe-fits-all" solution that I am not a huge fan of.
The reason I said this is because of this statement......
As...
December 31, 2016 at 8:42 am
Phil Parkin (12/31/2016)
kevaburg (12/31/2016)
Microsofts recommendations are a "one-shoe-fits-all" solution that I am not a huge fan of.
The reason I said this is because of this statement......
As a general guideline,...
December 31, 2016 at 8:16 am
Phil Parkin (12/31/2016)
Jeff Moden (12/31/2016)
kevaburg (12/31/2016)
December 31, 2016 at 8:00 am
It sounds like someone made an illegal change in one of the CONFIG files.
Have you got a backup you can restore?
December 31, 2016 at 4:55 am
Have you looked in the ExecutionLogs in ReportServer_TempDB?
They should provide some insight and can be queried easily enough.
December 31, 2016 at 4:53 am
Microsofts recommendations are a "one-shoe-fits-all" solution that I am not a huge fan of.
Experience that I have gathered has shown me that an initial Installation with 5 datafiles with 1GB...
December 31, 2016 at 4:51 am
Viewing 15 posts - 136 through 150 (of 611 total)