Viewing 15 posts - 181 through 195 (of 832 total)
I have to wonder what this mystery person thinks a woman who is attending a technical event would choose to talk about--knitting, perhaps? The right shade of red for the...
August 28, 2013 at 1:43 am
Hmmm. That sounds like a reasonable sort of setting provided you aren't running anything else but SQL on the machine--I was thinking SQL server might be trying to take too...
August 27, 2013 at 6:22 am
First question--what's your maximum server memory set to for SQL server?
August 27, 2013 at 3:45 am
Interested to know the answer, because this happens for me as well. (I think it being faster on the second run is just because Windows still has a bunch of...
August 14, 2013 at 3:17 am
Ed Wagner (8/12/2013)
If it hasn't ended yet, maybe someone ought to rename it.
Well, it's a bad name anyway considering the war actually lasted 116 years in our universe. 🙂
August 12, 2013 at 6:26 am
Of course, if the server has less than 4Gb of RAM, then actually *using* the full 4Gb of virtual address space requires you to swap memory to disk, and that...
August 12, 2013 at 3:56 am
Surely the amnesty cutoff date should be whenever this was posted? 🙂
August 12, 2013 at 3:08 am
wolfkillj (8/9/2013)
Or is this documented somewhere (if so, I must admit that my Google-fu is weak today)?
It's definitely documented (which I wish I'd read before answering the question incorrectly):
http://technet.microsoft.com/en-us/library/ms177562.aspx
See the...
August 9, 2013 at 9:44 am
ok181ko (8/8/2013)
How aboutnewid() = '00000000-0000-0000-0000-000000000000'
The question is not correct. Answer is 0 (zero).
The question asked which of the answers were possible outputs of the statement. It never stated that *all*...
August 8, 2013 at 2:26 am
Stefan Krzywicki (8/7/2013)
Yep, owned by Oracle, but there's nothing I can do about that. This is going to be a small database for a small non-profit.
If it's such a small...
August 7, 2013 at 7:35 am
There is no Express edition of SQL server that comes with a working SQL Agent, no--if you actually try to start the Agent service you'll find it stops almost immediately....
August 7, 2013 at 2:28 am
Steve Jones - SSC Editor (8/6/2013)
Yes and no. We can allow test to flow, but then layout looks funny at times. If we control it more, we can't easily make...
August 7, 2013 at 2:20 am
Shawn Richards (8/1/2013)
If the script button it is going to generate what it is going to run then how can the system generate buggy scripts?
The same way a compiler can...
August 2, 2013 at 7:04 am
That's all true, but I come from a programming background, and I know that you will pretty much never, ever anticipate every daft or incorrect input a user is capable...
August 1, 2013 at 7:52 am
I have to agree with Hugo. Relying on a script is all very well, but a human being was involved at some point in the script's creation (even if it...
August 1, 2013 at 4:44 am
Viewing 15 posts - 181 through 195 (of 832 total)