Free Subscription
Social Networking
Visual Learning
SQL Release Updates
Categories
Jobs
Next Generation Database
Big Data Tool
DWH Design Tips
Monthly Archives: January 2012
Execute SQL Server Agent Job Task – SSIS 2012
Executing SQL Agent jobs is very simple with Execute SQL Server Agent Job Task in SSIS 2012. SSIS 2012 got a new task that helps us to execute jobs store in the SQL Server Agent. Implementation Step 1: Create a … Continue reading
Posted in SQL Server, SSIS
Tagged Execute SQL jobs, Execute SQL Server Agent Job Task, SQL 2012, ssis 2012
1 Comment
SSIS Event Handling
Events are used to alert users or administrators of any application. A complete application should have proper event handling mechanism. SSIS has this feature to raise an event with user defined message to give more meaningful information about the operation. Event Description FireCustomEvent … Continue reading
Posted in SSIS
Tagged custom event handling, custom events SSIS, ssis 2012, SSIS Event Handling
Leave a comment
Execute T-SQL Statement Task – SSIS 2012
Execute T-SQL Statement Task in SSIS 2012 helps us to write and execute TSQL statements inside the SSIS package instead creating it in database. It save a lot of developer’s time and help to manage code in one place. Execute … Continue reading
NASA On The Internet
I believe these links may not relevant to SQL Server. But, NASA may be using SQL Server to store their data for our future. Just browse these links and explore our universe. NASA Homepage http://www.nasa.gov NASA History http://www.nasa.gov/history Space Flight … Continue reading
Keep your Password Encrypted in database using PwdEncrypt and PwdCompare functions
Application might need to store user login information in SQL Server database. of course, we can easily store it in a table with varchar column. But, any authorized user can view this information and may get exposed to others too … Continue reading
Posted in Security, SQL Server
Tagged data security, HashBytes, PWDCOMPARE, PWDENCRYPT, security functions, SQL Server security
Leave a comment










