Viewing 15 posts - 736 through 750 (of 6,486 total)
The SQL service logs when it is being shut down to the Windows event log. Short of it crashing down, you can use WMI instrumentation to have Windows notify...
March 25, 2014 at 10:10 am
Steve Jones - SSC Editor (3/17/2014)
Greg Edwards-268690 (3/17/2014)
Steve Jones - SSC Editor (3/17/2014)
March 17, 2014 at 10:32 pm
Pretty sure Tom got the high level description. The problem is - it's so generic, we have no way to provide you with advice on how to implement. ...
March 17, 2014 at 5:23 pm
Agree with what Sean is getting at.
Jamming everthing into a single table makes it VERY difficult. Without those ID in place you are leaving a lot of opportunities...
March 7, 2014 at 10:41 am
Grant Fritchey (3/5/2014)
It's a non-standard use though. I don't know that I'd actively rewrite everything I found that way, but I'd certainly discourage any new code being written like that.
+1
I...
March 5, 2014 at 10:58 am
I'd agree with Sean - the denormalization is making life complicated. From what I can ascertain from the data, you have 3 separate entities, all being tracked in the...
March 5, 2014 at 10:49 am
Trying to go at it using code that actually reference the Java assembly within .NET is going to force you into making your assembly "unsafe". You may not want...
February 26, 2014 at 4:49 pm
seandakid (2/26/2014)
I am wondering if anyone has any documentation confirming this...
February 26, 2014 at 4:45 pm
It will help, but is by no means sufficient. Since TDE protects at rest data, it does provide help with compliance when talking about database files, logs and the...
February 26, 2014 at 3:58 pm
Koen Verbeeck (2/26/2014)
February 26, 2014 at 10:15 am
Keep in mind that the XML standard prevents certain characters to appears without being "escaped". One of those is the & character.
If the issue is that the & doesn't...
February 24, 2014 at 2:19 pm
For one thing - it would be REALLY useful to see what kind f data structure you're starting from and what the XML output ought to be. That would...
February 23, 2014 at 8:11 pm
Luis Cazares (2/17/2014)
Or I can marry and move out 😀
Or marry, move out and transfer all support calls to the spouse 😀
February 18, 2014 at 2:50 pm
venoym (2/13/2014)
February 13, 2014 at 3:28 pm
While I certainly applaud the desire to expand your horizons, I would tend to agree with a previous poster that making the move purely for money is likely a bad...
February 5, 2014 at 10:06 am
Viewing 15 posts - 736 through 750 (of 6,486 total)