Viewing 15 posts - 2,986 through 3,000 (of 6,038 total)
But an INSTEAD OF DELETE trigger will prevent anything (users, stored procedures, the DBA) from completing delete operations on the table. Is that what you really want?
If you only want...
January 13, 2016 at 3:56 pm
Regarding the issue of how to monitor for unauthorized changes to the database schema, accounts, permissions, etc., one technique is to periodically perform an automated schema comparison between a pre-production...
January 13, 2016 at 11:25 am
There is the Microsoft certification exam 70-463: Implementing a Data Warehouse with Microsoft SQL Server. It covers not just SSIS but also: dimensional data modeling, ETL, Data Quality Services (DQS),...
January 13, 2016 at 7:27 am
The value of a developer's time is relative to whatever else they could be working on at that very moment in time. For example, if you have an active data...
January 13, 2016 at 7:05 am
Microsoft SQL Server Data Tools (SSDT) is a free download, and it has features for schema comparison, data comparison, and scripting DDL/DML for the differences.
January 12, 2016 at 11:55 am
Today, you shouldn't communicate anything in an email that you wouldn't want posted publicly on Facebook. Plausible deniability is why a lot of confidential conversations take place on the golf...
January 12, 2016 at 11:52 am
In recent years, the underlying tools (BIDS, SSDT, VS, etc.) provided by Microsoft to support BI development are more stable than Microsoft's overall BI development game plan. Standing alone, they...
January 12, 2016 at 11:39 am
Jeff Moden (1/8/2016)
Alvin Ramard (1/8/2016)
Jeff Moden (1/8/2016)
January 12, 2016 at 7:57 am
If you routinely encounter source data feeds containing dates formatted as strings (ie: MMDDYYY), then you may want to consider implementing a calendar reference table containing multiple variations of key...
January 12, 2016 at 7:37 am
Go to YouTube and search on Wise Owl Tutorials; they have a lot of great step-by-step video series for SSIS, SSRS, and SSAS and then even more subscription based material...
January 12, 2016 at 7:05 am
mw112009 (1/11/2016)
Cool!You thought I didn't GOOGLE ha ?
Take a look at the attached! LOL
Yes, "an untidy collection of things piled up haphazardly" described a heap table. By definition, a heap...
January 11, 2016 at 3:25 pm
First, confirm if the query plans used by individual statements in fact differ in a significant way from the plans used when contained within a stored procedure. As for root...
January 11, 2016 at 3:13 pm
Hugo Kornelis (1/11/2016)
Eric M Russell (1/11/2016)
January 11, 2016 at 2:54 pm
Alvin Ramard (1/11/2016)
Eric M Russell (1/11/2016)
rahulsahay123 (1/8/2016)
Values are like : 01092015
Now i want to...
January 11, 2016 at 2:39 pm
That's not a T-SQL question.
January 11, 2016 at 2:33 pm
Viewing 15 posts - 2,986 through 3,000 (of 6,038 total)