Viewing 15 posts - 5,956 through 5,970 (of 6,486 total)
Figure out why it got to be that big?
Is there a scheduled BACKUP LOG operation? Is it actually firing?
Are your backup operations not truncating the logs?
Are you...
October 24, 2007 at 3:45 pm
Agree with Steve. Having written one of these kinds of programs, most FTP clients (even automated ones) I ran into were very patchy at reporting an error when the...
October 24, 2007 at 12:40 pm
Not that I know of.
I have a CLR function which will do just that if you need.
October 24, 2007 at 12:17 pm
Greg Snidow (10/24/2007)
October 24, 2007 at 11:24 am
For what it's worth Tomm - Greg's requirements seemed to be a little different (at least the ones at first), which is why several of the functions "fail" your...
October 24, 2007 at 11:10 am
Kenneth Fisher (10/24/2007)
October 24, 2007 at 10:28 am
Jamie Thomson (10/24/2007)
October 24, 2007 at 9:56 am
...especially when you factor in that although Null is never equal to NULL, NULLs get aggregated as one data point (as that recent featured article pointed out). Kind of...
October 24, 2007 at 9:29 am
You do seem to be using UNION incorrectly (it's not going to do what you want it to) .
That being said - you're getting the error because you have a...
October 24, 2007 at 8:19 am
I must be in need of more caffeine...
My first reaction was "have a cattle prod installed at the door - when they scan in two entries or exits - ZAP...
October 24, 2007 at 7:43 am
I particularly like the "malicious attack" theory by unknown people using unknown methods that the Paciolan mgr floated by foxnews. oh - and no logs to back that up...
October 24, 2007 at 7:41 am
Jeff Moden (10/24/2007)
I gotta agree with the excellent testing, there. Nicely done.
Just to be sure my eyes haven't gotten too bad, though... test results say 10M... but I'm pretty...
October 24, 2007 at 7:31 am
Without a "useful" clustered index (i.e. using rowID as the clustered primary key), here are the results:
05 case method38563no index
08 pivot method41030no index
06 case method39186prodidcoid+amt
10 pivot...
October 23, 2007 at 6:06 pm
Jeff Moden (10/23/2007)
Sandy (10/23/2007)
Hey Jason Tontz,In SQL 2005, you can use this Query.
Hmmm... I wonder how Pivot in 2k5 would do against these simple 3 value pivots on a million...
October 23, 2007 at 5:47 pm
Generically - you cannot use EXECUTE or sp_executeSQL within a function. You can only call functions or extended stored procs from within a function, and those ain't it.
Good news...
October 23, 2007 at 1:07 pm
Viewing 15 posts - 5,956 through 5,970 (of 6,486 total)