Viewing 7 posts - 61 through 67 (of 67 total)
Given answer is wrong, Sql server will give error on given procedure.
because "Column" is a reserved keyword and needs to be delimited if you want to use it as a...
October 15, 2014 at 9:15 am
Including SQL 2012 (In the Explanation "As of 2014"), The severity is set to 16.
October 6, 2014 at 7:45 am
We will get up to 20 different values depends on the database and sql version. So the answer should be 20
However, the explanation as to why 2 is the correct...
September 30, 2014 at 7:34 am
--this script will give you more details like who restored and backedup....
SELECT
DatabaseRestoredTo = RH.destination_database_name,
TimeOfRestore = RH.restore_date,
UserImplimentingRestore = RH.user_name,
RestoreType = CASE RH.restore_type WHEN 'D' THEN 'Full DB Restore'
WHEN 'F' THEN 'File...
February 27, 2014 at 7:37 am
Check this article
September 27, 2013 at 12:25 pm
recycle SQL also fix the issue, with out changing the service account top local and service account
January 21, 2013 at 7:42 am
Viewing 7 posts - 61 through 67 (of 67 total)