Viewing 15 posts - 1,006 through 1,020 (of 1,838 total)
April 18, 2017 at 2:53 pm
I've worked at a software as a service company that faced the problem of one database for all their customers vs. separate database for each customer, and even though the...
April 18, 2017 at 10:28 am
April 18, 2017 at 10:04 am
April 18, 2017 at 9:55 am
I agree that you'll probably want to update DimEmployee daily. I'd imagine that there are potentially other fact tables that would be able to take advantage of the data within...
April 18, 2017 at 9:20 am
Are your databases using the FULL recovery model? In addition to taking full database backups nightly, you should be taking periodic transaction log backups:
https://technet.microsoft.com/en-us/library/ms190440(v=sql.105).aspx
A good place to...
April 18, 2017 at 8:57 am
Here's an example based on an application I worked on recently to maybe help you understand. This just supported a small web application but similar ideas could be applied to...
April 18, 2017 at 7:12 am
I don't have quite that many SSIS packages, but I do follow a similar methodology, using SQL Server Agent to coordinate multiple related or dependent packages into one "job". It...
April 17, 2017 at 11:30 am
In a number of places I've worked, the "database developers" have really just been ".Net developers" that also just happen to work on the databases too. In this kind if...
April 14, 2017 at 12:55 pm
unfortunately a limitation of SQL Agent alerts is that it will only send a notification if it is one of the "logged" errors:
SELECT
April 14, 2017 at 12:42 pm
April 11, 2017 at 10:08 am
Talib123 - Tuesday, April 11, 2017 8:50 AMA full re-index rebuild will update stats. Is the DB being re-indexed every day?
This could...
April 11, 2017 at 9:53 am
if you don't want to go the Azure route but still want to try SQL Server 2016, you can get the Developer Edition for free with a Visual Studio Dev...
April 10, 2017 at 10:51 am
April 10, 2017 at 10:42 am
April 7, 2017 at 2:25 pm
Viewing 15 posts - 1,006 through 1,020 (of 1,838 total)