Viewing 15 posts - 1,126 through 1,140 (of 26,490 total)
If you reread everyone's opinion you will find the answer you are looking for.
August 20, 2018 at 3:31 pm
And what is the error?
August 20, 2018 at 3:21 pm
August 20, 2018 at 3:20 pm
This looks like an add-on, perhaps SQL Prompt or something similar.
From your picture it is hard to know what is going on, but it looks like you could disable...
August 20, 2018 at 2:01 pm
Wow, did you know that Raid 0 + 1 is done across at least 3 disks and has a parity bit?
August 20, 2018 at 1:41 pm
Check this link: https://www.diffen.com/difference/RAID_0_vs_RAID_1
August 20, 2018 at 1:37 pm
August 20, 2018 at 1:34 pm
Changing the collation isn't needed. What you need to change are your VARCHAR declared columns and parameters to NVARCHAR
August 20, 2018 at 1:31 pm
You really don't need a table variable. Try the following (sorry, but you didn't provide any DDL or sample data so I couldn't test the code before posting):
[code...
August 20, 2018 at 1:28 pm
Also, if all you are doing is full and differential backups, you should not be using bulk logged or full recover model for the databases.
August 20, 2018 at 1:02 pm
I am trying to write the code. I only have a spreadsheet. I haven't...
August 20, 2018 at 11:51 am
How are you mapping between tables and columns in database A and database B? Are the table names the same? Are the columns that need to be updated named the...
August 20, 2018 at 9:23 am
August 19, 2018 at 1:46 pm
The real decision needs to be made by the business. They are the ones that make the decision regarding how much data they are willing to lose in the event...
August 17, 2018 at 3:16 pm
Viewing 15 posts - 1,126 through 1,140 (of 26,490 total)