Viewing 15 posts - 1 through 15 (of 15 total)
Hello,
Did You make any test which would measure the whole operation performance (CPU and memopry usage, IO reads and execution time):
I. preparing XML in an external application
II. executing a procedure...
January 2, 2013 at 3:51 am
I am surprised that anyone is still reading it since it was published in february 2008 🙂
And about the Itzik Ben-Gan article (http://www.sqlmag.com/article/sql-server/virtual-auxiliary-table-of-numbers)
I also published script which uses similar...
October 4, 2011 at 3:12 am
You're right - this procedure would be much more simple if I used cursors as You did.
March 1, 2011 at 7:37 am
I am afraid that there may be a lot of bugs in the procedure to fix up due to the script complication and I was already told that the way...
October 27, 2008 at 8:03 am
IMHO not.
Your way seems to me to be more "clean" and I think that it is better than mine (which is perhaps unnecessarily to sofisticated than it should).
It is just...
April 24, 2008 at 12:28 am
There has been added a version of this procedure for SQL Server 2000.
It is waiting for approval now.
April 21, 2008 at 1:42 am
I have just submitted a new version of the procedure:
- without cursors
- with reseeding identities
- with changing (and restoring) recovery mode
Now it is waiting for approval.
April 16, 2008 at 1:27 am
And good point about transaction logs. Mayby the script should check the recovery mode and set it to simple before cleaning the db and restore settings after the work is...
April 14, 2008 at 3:08 pm
I have already tried to use 'truncate table' but it raises an error if there are any foreign key constraints. I would have to drop them before truncating table unless...
April 14, 2008 at 3:05 pm
By the way, all bit fields are kept in one byte.
BOL:
"Microsoft® SQL Server™ optimizes the storage used for bit columns. If there are 8 or fewer bit columns in a...
April 9, 2008 at 12:57 am
Hmm ...
Right.
My oversight.
Sorry for that.
April 4, 2008 at 2:46 am
3.
Moreover, if You had an application using such feature which was changed and You have an option to change a code of it and than prepare an update of binary...
February 22, 2008 at 2:24 am
1.
There are a lot of artricles on the SQL Server Central website about undocumented features of the SQL Server and which were found by readers quite useful.
If there is...
February 22, 2008 at 2:15 am
The problem is not with the number of rows, but with the sort order. If You try to submit a query select top 100 percent .... from ... order by...
February 22, 2008 at 12:50 am
Viewing 15 posts - 1 through 15 (of 15 total)