Viewing 15 posts - 6,166 through 6,180 (of 13,877 total)
frederico_fonseca (12/21/2016)
change that foreach to a parallel.foreach is probably an option.https://msdn.microsoft.com/en-us/library/dd460720(v=vs.110).aspx has a simple example.
and if required look for other examples on the net.
And here's that link again, in clickable...
December 21, 2016 at 8:51 am
What am I missing?
A detailed explanation of the problem you are having and details of the error you are receiving.
December 20, 2016 at 12:04 pm
sarwar.ali490 (12/20/2016)
December 20, 2016 at 11:03 am
Sean Lange (12/20/2016)
December 20, 2016 at 10:15 am
Is there a question in there somewhere?
December 20, 2016 at 9:57 am
Sreejith! (12/20/2016)
Thanks for the reply.Unfortunately there is no log(date attribute) which tells us when registry key was created or edited
OK, fair point. I think that you will find this information...
December 20, 2016 at 9:55 am
It's completely possible, but you'll need to write some sort of framework (or buy one) to do it. It's tough to describe in just a few sentences, as it required...
December 20, 2016 at 8:38 am
Welsh Corgi (12/20/2016)
If it exist I want to Delete...
December 20, 2016 at 8:10 am
Here is the code, formatted so that others have at least a chance of parsing it. Please use IFCode tags in future.
SELECT
[Batch Number] ...
December 20, 2016 at 8:02 am
Sreejith! (12/20/2016)
Found Powershell script in below blog to list the last install date and time for windows updates on servers.
https://gallery.technet.microsoft.com/scriptcenter/4d70947e-21b1-4a45-9d78-a7198ed55cca
Is there any way we can get SQL server service pack,hotfix...
December 20, 2016 at 7:46 am
frederico_fonseca (12/20/2016)
Phil Parkin (12/20/2016)
frederico_fonseca (12/19/2016)
if excel file format is 2010 or higher then https://msdn.microsoft.com/en-us/library/office/gg575571(v=office.15).aspx may be an option.Have you tried using this? How did it go?
I did use it on...
December 20, 2016 at 7:39 am
frederico_fonseca (12/19/2016)
if excel file format is 2010 or higher then https://msdn.microsoft.com/en-us/library/office/gg575571(v=office.15).aspx may be an option.
Have you tried using this? How did it go?
December 20, 2016 at 6:01 am
When looking through a long, complex stored proc that was written by someone else, I find it soooo helpful to see approximately one third of all the code commented out,...
December 19, 2016 at 1:44 pm
Agnii (12/19/2016)
December 19, 2016 at 1:01 pm
jasona.work (12/19/2016)
Rouge 1 (have now saw it twice)
So you should certainly know how to spell it by now! :hehe:
December 19, 2016 at 11:13 am
Viewing 15 posts - 6,166 through 6,180 (of 13,877 total)