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...
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...
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
September 23, 2005 at 3:07 pm
Can you make t_MemberAccount.SSIN CLUSTERED ?
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")...
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...
September 23, 2005 at 2:51 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...
September 23, 2005 at 2:27 pm
I am going! I just thought not, for a moment
It is getting weaker by the hour ![]()
September 23, 2005 at 1:59 pm
Just wait till you get married. You'll know what I mean ![]()
September 23, 2005 at 1:56 pm
I was afraid of "Rita" but apparently it is turning east and weakening ![]()
... did you...
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,
September 23, 2005 at 1:40 pm
Viewing 15 posts - 2,641 through 2,655 (of 5,103 total)