Viewing 15 posts - 2,656 through 2,670 (of 8,753 total)
Jeff Moden (11/21/2016)
[font="Arial Black"]Microsoft Replaces Command Prompt with PowerShell in...
November 21, 2016 at 6:02 am
Quick question, any backup related errors in the error log?
😎
EXEC sp_readerrorlog;
November 21, 2016 at 4:30 am
Charmer (11/20/2016)
November 20, 2016 at 9:21 am
hurricaneDBA (11/20/2016)
The issue I have is sharepoint has enabled...
November 20, 2016 at 9:16 am
Charmer (11/20/2016)
Yes exactly, Eirik. You got it.
Just a thought, do you have an option of using SQL Server 2016 and PolyBase? Just forming an idea, not thought this fully through...
November 20, 2016 at 8:59 am
Grant Fritchey (11/20/2016)
tazzman (11/20/2016)
If you don't need to perform point-in-time database recovery and doesn't use mirroring or other HA-solutions you can use simple recovery model.
I would only recommend this switch...
November 20, 2016 at 8:54 am
Budd (11/18/2016)
WOW!!!So very many possibilities, and so much to consider..
Quick questions, can you use Table Variable Parameter? How wide are the largest values passed? How many values at the most...
November 20, 2016 at 8:24 am
Charmer (11/18/2016)
I have been assigned to a new project where data load s gonna happen from oracle to cassandra through SSIS and then to render the report by SSRS...
November 20, 2016 at 8:20 am
Quick question, which version of FreeTDS are you using?
😎
November 20, 2016 at 8:08 am
Quick thought, how about changing the logic to logging all errors into a table by i.e. a batch ID and after the package has run then run another task that...
November 20, 2016 at 7:58 am
I'm strictly for the full most practical normalisation with one exception, carrying forward a very carefully selected keys such as Invoice-->InvoiceLine-->InvoiceLineDetail(InvoiceID) where, at the cost of a single integer column,...
November 20, 2016 at 7:52 am
hurricaneDBA (11/20/2016)
Recovery mode is fullFrequency of the TL backups is hourly between 7am and 4pm yet i am getting the size of the TL to increase
You may want to...
November 20, 2016 at 5:46 am
andis59 (11/20/2016)
In one of the Stored Procedure there is this select
IF(SELECT Max(rowcreateddt)
...
November 20, 2016 at 5:12 am
hurricaneDBA (11/20/2016)
We have implemented SP with Filestreaming + RBS
I came and found the transaction log file for the Crawl Store database at 47GB where it increased from 7GB...
November 20, 2016 at 5:11 am
One possible solution with an index added to the temp table which eliminates the hash match join
😎
The data seems a little strange though as there are overlaps which results in...
November 20, 2016 at 3:27 am
Viewing 15 posts - 2,656 through 2,670 (of 8,753 total)