Question : SBS2008 Folder redirections feature stability ?

We are in the process of implementing an SBS2008 in our network.

SBS2008 has a feature of folder redirection, which will allow the local users "Mydocuments"
to be redirected to a folder on the SBS2008 server.

Its like a Synchronizing mechanism

So once users log off from there computer it will synchronize there folders with the server folders.


We wanted to fully use this feature, but just wanted to get an opinion from gurus or existing SBS2008 network admins.


1.  How stable is this folder redirection feature of SBS2008 ?

2.  Does it have any bugs, which we should be aware of ?

3.  Do we need to do tweaks to make it working well without any issues ?

4.  Will there be any performance bottle necks, while the Synchronizing is happening ?

5.  If I create a 500MB file on my "Mydocuments" folder, does it immediately create a copy
    on the SBS2008 server, or will it create the copy when I log off from my PC ?


Let me know if there any other things which I should be aware of w.r.t  "Folder Redirection" features of SBS2008

Answer : SBS2008 Folder redirections feature stability ?

if [QCI_SpecialCalcInd] is Number, use this

strSQl = "UPDATE tblQuoteCostingItem SET [QCI_meterage] = " & strMeters & " WHERE [QCI_SpecialCalcInd]=" & strSpecialCalcInd


if [QCI_SpecialCalcInd] is Text, use this

strSQl = "UPDATE tblQuoteCostingItem SET [QCI_meterage] = " & strMeters & " WHERE [QCI_SpecialCalcInd]='" & strSpecialCalcInd & "'"

Random Solutions  
 
programming4us programming4us