Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
khanewal
Starting Member
33 Posts |
Posted - 2011-06-21 : 09:18:48
|
Hello Team,first of all thank you because whenever I'm in trouble you all always help me, hopefully this time again you will help me for clearing my concepts. 1 - I need to assign Execute only permission to the user on current Store proc and future new procedures. can you please answer me from the following four options, I selected B, but not sure if it is correct.A - Assign Fixed Database RoleB - Assign Object Level PermissionC - Grant Specif DB Level PermissionD - Assign Server Level Role2 - A Customer table has update for every one hour with Redundant data and need to compress, what compression we will apply, I selected BA - Row CompressionB - Page Compression (if there is Redundant data what we can use)3 - Db using bulk mode recovery model, Log shipping done by WAN Link , and log are using a lot of space, how to reduce the size of log filesA - Compress LogsB - change Full recovery modelC - Change simple recovery model 4 - I'm upgrading SSRS, and need to make sure it records the version control, how to achieve thisA - Install in Native modeB - Use Sharepoint Integrated ModeI will be very thankful if you clear my concepts for the above question. Regards,Your Friend |
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2011-06-21 : 10:06:18
|
1. B is correct for the current procedure but won't give permission on future SPs2. Depends on what the redundant data is (is it across rows, within columns, across columns in a row) but page compression includes row compression and is probably what is being looked for.3. Looks like A - B won't help, C won't workw. Depends on what you mean by version control.==========================================Cursors are useful if you don't know sql.SSIS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
khanewal
Starting Member
33 Posts |
Posted - 2011-06-21 : 10:18:52
|
Thanks Friend for your quick reply, |
 |
|
|
|
|
|
|