Click here to Skip to main content
15,884,353 members

Comments by CS2011 (Top 170 by date)

CS2011 28-Nov-18 4:15am View    
believe me he has not clue about what you are taking about in your solution. See his code in the comment.
CS2011 17-Jul-18 7:20am View    
I am not sure about the folders but if you want to encrypt the complete drive you can use WMI (Win32_EncryptableVolume) which uses bit locker drive encryption.
CS2011 11-May-18 4:18am View    
You can execute the query on SSMS and see the result matches the one you are getting. Basically this query will sort the data on IntervalTime and highest value will be returned. So if IntervalTime column has a value 700 already and you insert a value 500 after that it will still return 700.
CS2011 11-May-18 1:23am View    
You should avoid timers. This will give you a performance hit. if your requirement is to check if some data has been updated in table and perform some work based on that i would recommend to use the sql server broker service.
CS2011 11-May-18 1:18am View    
No one will be able to help you with the data you have provided. Please put the source code you have written with the error/exception you are getting if you really want us to help.