Viewing 15 posts - 46 through 60 (of 266 total)
Does it appear in sys.databases?
Thanks
February 6, 2019 at 5:48 am
Error:
If Object_..." failed with the following error: "156...
January 31, 2019 at 1:47 am
What error message are you getting if you check the history of the job?
Thanks
January 31, 2019 at 1:20 am
This what I'm running (Database Name and Object Name have been changed):
SELECT *
FROM sys.dm_db_index_physical_stats(db_id('dba_database'), object_id('DDL_EVENTS'), NULL, NULL, 'detailed');
Are you running it on a SQL...
January 24, 2019 at 6:40 am
January 24, 2019 at 6:24 am
What script are you using to migrate the logins? If you're using sp_help_revlogin it should retain the sysadmin permissions.
Thanks
January 21, 2019 at 12:50 am
January 18, 2019 at 6:40 am
This all looks like homework and why have you posted it 3 times?
Thanks
December 24, 2018 at 4:16 am
So you have 1 full backup and 87 differential backups have been taken since the full backup? If that's the case you only need to restore the full backup with...
December 14, 2018 at 8:39 am
December 14, 2018 at 8:37 am
No it won't but I would have thought it would be very unlikely for there to be high memory use if the node is passive. The only problem you will...
November 27, 2018 at 3:42 am
A COPY_ONLY full backup does not affect the base for a differential backup and a COPY_ONLY transaction log backup does not affect the log backup sequence. I've probably not explained...
October 30, 2018 at 8:26 am
It is a CTE or Common Table Expression. The link below gives you more detail about them
Thanks
October 25, 2018 at 7:24 am
Have you tested doing a straight restore rather than attach? Also why are you using such an old version that is out of support (or very soon out of support...
October 22, 2018 at 7:58 am
You could try and restore it and see if it fails.
Why don't you want to run DBCC CHECKDB? it is the best way of checking for corruption.
Thanks
October 11, 2018 at 6:43 am
Viewing 15 posts - 46 through 60 (of 266 total)