Viewing 15 posts - 2,641 through 2,655 (of 5,103 total)
if there's an faster way to convert the xml into a list of 'parameters' and values (which is what the Parameterfilter table is)
Yes there is but you need to be...
* Noel
October 4, 2005 at 8:00 am
If you changed to clustered the Bookmark lookup should be gone!
the fastest operation you can get is a clustered index seek. And you are there! Now you may be running...
* Noel
September 23, 2005 at 3:32 pm
That still does not means that you can't change the primary key to non-clustered and this one to clustered
* Noel
September 23, 2005 at 3:07 pm
Can you make t_MemberAccount.SSIN CLUSTERED ?
* Noel
September 23, 2005 at 3:01 pm
Like explained above "with encryption" is the easiest and more portable but it can be decripted. If you really need protection only extended stored procedures will help you ("a bit")...
* Noel
September 23, 2005 at 2:56 pm
Most parsers get rid of the spaces internally and tokens are the ones that define the "limits" on the language. Depending on the way the parsing is done it may...
* Noel
September 23, 2005 at 2:51 pm
Believe me it is going to happen! ![]()
* Noel
September 23, 2005 at 2:45 pm
You can use WITH ENCRIPTION on the procedure declaration, you can create an exteded stored procedure using C++, you can create COM Component and use sp_OA* calls but the real...
* Noel
September 23, 2005 at 2:27 pm
Excellent definition catch-22 ![]()
![]()
* Noel
September 23, 2005 at 2:03 pm
That's exactly what we all said ![]()
![]()
![]()
* Noel
September 23, 2005 at 2:01 pm
I am going! I just thought not, for a moment
It is getting weaker by the hour ![]()
* Noel
September 23, 2005 at 1:59 pm
Just wait till you get married. You'll know what I mean ![]()
* Noel
September 23, 2005 at 1:56 pm
September 23, 2005 at 1:50 pm
That script uses sysindexes!!
if you are planing to use it just run the following first!
DBCC UPDATEUSAGE (0) WITH COUNT_ROWS
and you shoud be OK
Cheers,
* Noel
September 23, 2005 at 1:40 pm
Viewing 15 posts - 2,641 through 2,655 (of 5,103 total)