Viewing 15 posts - 616 through 630 (of 832 total)
I don't actually have a problem with using VB to create applications--VB.NET removed the most annoyingly retarded elements of VB6 and is a much more robust development environment. The issue...
December 14, 2010 at 1:23 am
And I would agree that the Windows Firewall is the place to be putting rules like this anyway, rather than hacking SQL to do the job...
December 9, 2010 at 2:13 am
I suppose the real question here is: do you intend to return more than one value from this, in which case you can't use a scalar function, or is the...
December 9, 2010 at 2:11 am
MSDN description of LocalSystem account is here:
http://msdn.microsoft.com/en-us/library/ms684190%28VS.85%29.aspx
It has links to the other two service account descriptions.
December 8, 2010 at 9:24 am
The only differences in network access between LOCAL SYSTEM, LOCAL SERVICE and NETWORK SERVICE relate to what credentials they supply when they access the network, AFAIK. LOCAL SYSTEM and NETWORK...
December 8, 2010 at 9:05 am
Is that Experience Index measured in Vista or 7? 5.9 was the highest possible value in Vista, but it got boosted in W7...
December 8, 2010 at 8:51 am
I can see a potential issue here. You say users have lost data--but what if other users have updated the same database after that data loss? If you roll it...
December 8, 2010 at 8:05 am
I would suggest firewall as well--the one in 2008 R2 is quite a bit more complex than the one from 2003 (and I think the one in 2003 was turned...
December 8, 2010 at 7:33 am
Just to also point out, LOCAL SYSTEM has the same network access privileges that NETWORK SERVICE does--both identify themselves via the computer account when connecting to network resources. It's in...
December 8, 2010 at 7:27 am
Steve Jones - SSC Editor (12/7/2010)
nice! I love my quad core, 8GB desktop. Be interested to see where you Windows Experience Index comes in. Mine is 4.6
Bear in mind that...
December 8, 2010 at 1:50 am
Why does the question specify SQL 2008 when the limit for this, AFAIK, was the same in earlier versions? Thought it might be a tricksy question about filtered indexes till...
December 7, 2010 at 2:29 am
I disagree. I think it's being a bit nitpicky to say that "Oh, you can run T-SQL code in SSMS so you can therefore create database snapshots using it". Besides,...
December 3, 2010 at 2:43 am
If I'm "in the zone" and really concentrating on something I prefer absolute silence. Music just becomes a distraction, and I really don't like the phone ringing or people talking...
December 3, 2010 at 2:27 am
The Copy Database option requires SSIS, which is one of the features Express doesn't have (AFAIK). That's why you don't get that option.
November 22, 2010 at 2:31 am
I got the right answer but for the wrong reason--I thought temporary items wouldn't show up in sysobjects, so I learned something today! 🙂
November 22, 2010 at 2:14 am
Viewing 15 posts - 616 through 630 (of 832 total)