Viewing 15 posts - 991 through 1,005 (of 1,193 total)
RP_DBA (5/10/2012)
May 10, 2012 at 10:43 am
Divine Flame (5/9/2012)
ramrajan (5/8/2012)
asaI think he wanted to write asap, but before writing "p" he got something even more important to do 😀
That really is a fast-paced development environment!
May 10, 2012 at 5:21 am
There might be some .NET frameworks you need, the installer will run a prerequisite check before the install anyway.
Any patched up to date Windows install should be fine 🙂
May 10, 2012 at 5:18 am
Eugene Elutin (5/10/2012)
WayneS (5/9/2012)
Tim Walker. (5/9/2012)
May 10, 2012 at 5:13 am
First one, no, not a memory issue (although more CPU/RAM might get around it briefly, that'd just be papering over a large crack!)
It means SQL can't produce a valid execution...
May 10, 2012 at 4:51 am
pdanes (5/9/2012)
May 9, 2012 at 10:36 am
Stops working, or just doesn't return an execution plan in a reasonable time?
Some plans can take a while to generate!
May 9, 2012 at 10:20 am
Self joins of one type or another are generally the way I've done this. It's easy to write a 'triangular join' though.
There are a few ways to do it -...
May 9, 2012 at 9:52 am
I think @@ROWCOUNT is what you're after.
http://technet.microsoft.com/en-us/library/ms187316(v=sql.105).aspx
As in, SET v_count = @@ROWCOUNT.
Cheers
May 8, 2012 at 10:28 am
Far as I know, the only way to do it is using the OUTPUT clause as per your link.
You'll need to aggregate the data yourself to screen or a holding...
May 8, 2012 at 10:24 am
michael vessey (5/8/2012)
I'm not sure if reading good suggestions from this forum would prevent many of newbies from being "promptly escorted off the premises" after interview with some of us...
May 8, 2012 at 9:30 am
Cadavre (5/8/2012)
May 8, 2012 at 8:26 am
Cadavre (5/8/2012)
You can change the "zero" date at a server level
Can you?
May 8, 2012 at 7:31 am
Viewing 15 posts - 991 through 1,005 (of 1,193 total)