Viewing 15 posts - 421 through 435 (of 1,221 total)
Matt Miller (#4) (11/19/2014)
Gary Varga (11/19/2014)
Wayne West (11/19/2014)
The Fault (11/19/2014)
I thought the arguement was going to end up conforming to Godwin's law for a moment there...
"I hate Illinois Nazis."
How's that?...
November 19, 2014 at 8:14 am
The Fault (11/19/2014)
I thought the arguement was going to end up conforming to Godwin's law for a moment there...
"I hate Illinois Nazis."
How's that? I can't resist a Blues Brothers...
November 19, 2014 at 7:59 am
JAG-360157 (11/15/2007)
this is the same query for SQL 2005:
select SO.name as 'table', SC.name as field,
ST.name as datatype, SC.max_length as 'size',
sp.value as 'description'
from sys.columns SC inner join
sys.objects SO on SC.object_id...
November 18, 2014 at 4:15 pm
Miles Neale (11/18/2014)
November 18, 2014 at 11:43 am
This month I started a new job doing database development for a school for the blind and visually impaired: Required: fingerprinting for an FBI criminal record check, TB test,...
November 18, 2014 at 9:56 am
Charles Kincaid (11/10/2014)
At one company we had a policy that no more then three employees could ride in the same car.
In 1985 one of the key people behind the original...
November 11, 2014 at 1:01 pm
There is an EdX course introducing R, but using biology statistics as its background. Still, could be useful/interesting.
https://www.edx.org/course/kix/kix-kiexplorx-explore-statistics-r-1524
November 4, 2014 at 10:50 am
Thank you, Henrico. I don't know why, but I've had a lousy time searching the MS site of late.
April 19, 2012 at 2:04 pm
I've also seen this error on one of my two production SQL 2008 instances, the other is really just beginning to get in to production so maybe that's why I...
April 15, 2012 at 2:48 pm
Thanks for all your replies. Sorry I haven't been actively interacting, it's been a busy couple of weeks.
--The real time requirement, or near-real time, is pretty important as most...
April 13, 2012 at 2:11 pm
Backup/restore wouldn't work, I need real-time info and the DB is 100 gig. Failover isn't really an issue because of the application server. I don't need the data...
April 4, 2012 at 2:03 pm
I've been getting this error on SQL 2008 Enterprise after several errors re: connection pooling sPID re-use errors. I'm sorry to see that no one responded to your original...
February 28, 2012 at 4:07 pm
I wish someone had replied to your message! I'm getting the same error and thought maybe it was because the collation is different on the server that I am...
November 27, 2011 at 1:34 am
Yeah, I think that's it. Maybe I shouldn't try to download service packs late at night. 😀
October 17, 2011 at 3:52 pm
@Lynn: thanks, I'll look in to that. I don't know HIPPA rules, and this is definitely HIPPA-sensitive data.
@Elliot: I don't think we use tape anymore per se. We're...
October 6, 2011 at 10:57 am
Viewing 15 posts - 421 through 435 (of 1,221 total)