Viewing 15 posts - 76 through 90 (of 151 total)
SQL Kiwi (5/22/2012)
Usman Butt (5/22/2012)
Sadly, it is one of the shops where CLR is not permissible 🙁 Otherwise, for sure, I would have chosen your CLR without any reluctance 🙂
That...
May 22, 2012 at 7:34 am
Jeff Moden (5/22/2012)
Usman Butt (5/22/2012)
May 22, 2012 at 7:08 am
SQL Kiwi (5/22/2012)
Usman Butt (5/22/2012)
May 22, 2012 at 6:59 am
Gatekeeper (8/8/2011)
mark hutchinson (5/25/2011)
Here's an idea to kick around for varchar(max) data...use a tally table (or cte equivalent) to split the very large string into strings less than 8000 characters...
May 22, 2012 at 5:59 am
peter-757102 (3/15/2012)
Jeff Moden (3/15/2012)
peter-757102 (3/15/2012)
And on the extra bright side, in a...
May 22, 2012 at 5:28 am
peter-757102 (5/22/2012)
As for bad...
May 22, 2012 at 4:43 am
EDIT:
Testing for VARCHAR(MAX) version was being done on SQL 2005 only.
/EDIT
Since, in the future, we may need the VARCHAR(MAX) version as well, I did some testing on the other solutions...
May 22, 2012 at 3:30 am
Hi,
I have used and referred the same splitter many times but need this to be implemented in a real time environment recently. So, I had to do some more research...
May 22, 2012 at 12:46 am
GilaMonster (3/28/2012)
March 28, 2012 at 8:32 am
Yuri55 (3/28/2012)
Gail- always pleasure to have you as answerer. Yuri
Congratulations for being one of the ever increasing admirers. No doubt, one of my favorite mentors.
March 28, 2012 at 8:25 am
Sorry have to edit it, as I did not tested it.
March 28, 2012 at 8:09 am
GilaMonster (3/28/2012)
Usman Butt (3/28/2012)
Yuri55 (3/28/2012)
March 28, 2012 at 7:57 am
Yuri55 (3/28/2012)
March 28, 2012 at 7:39 am
The sure way to know the effect of MAXDOP setting is to test against your workload that involves parallel queries/operations. But for general guidelines, I would recommend this KB. This...
March 28, 2012 at 4:23 am
In that case SQL Server will suffer as the OS will move some SQL Server memory pages out of memory and into the (memory) page file on the disk, unless...
March 28, 2012 at 4:02 am
Viewing 15 posts - 76 through 90 (of 151 total)