MSBI TIPS - Collection of dailly notes
Showing posts with label
SQL
.
Show all posts
Showing posts with label
SQL
.
Show all posts
Monday, 16 June 2014
See SQL Server Backup File Date and Time
›
I want to be able to see when a backup file was created. Does SQL Server provide a way to add the current date and time to my backup file fi...
Monday, 30 September 2013
Immediate Deadlock notifications in SQL Server
›
Deadlocks can be a pain to debug since they're so rare and unpredictable. The problem lies in repeating them in your dev environment...
Monday, 16 September 2013
Using the SQL Server APP_NAME function to control stored procedure execution
›
Logic reusability is one of the most practiced aspects of database development. For example query / business logic developed in stored proc...
1 comment:
Friday, 8 March 2013
Refreshing SQL Server views
›
System stored proc sp_refreshview updates the metadata for the specified non-schema-bound view. Persistent metadata for a view can become...
›
Home
View web version