Viewing 15 posts - 38,416 through 38,430 (of 39,466 total)
January 7, 2002 at 4:06 pm
January 7, 2002 at 2:50 pm
You're welcome. It should have been an SP2 thing and I should have mentioned it.
Steve Jones
January 7, 2002 at 2:49 pm
What are you working on? any chance of your company moving to .NET. Is there an investment in COM / VB6 technologies?
Personally I'd just go to .NET, but there isn't...
January 7, 2002 at 2:44 pm
It specifies the specific columns. follow the format listed exactly. On the verson line it is the first column.
Steve Jones
January 7, 2002 at 1:48 pm
January 7, 2002 at 1:42 pm
no script I know of. Should be able to build a serise of commands using system views.
select 'alter table ' + table_name + ' add column xxx'
from information_schema.tables
Steve Jones
January 7, 2002 at 1:40 pm
January 7, 2002 at 11:19 am
January 7, 2002 at 11:17 am
January 7, 2002 at 11:10 am
I had issues with installing this without shutting down the sevices. Once I shut down the services, it worked.
Steve Jones
January 7, 2002 at 11:05 am
Lonnie, try highlingting and using CTRL-Shift-C to comment a series of lines. Works great to prevent that accidental delete!
Steve Jones
January 7, 2002 at 10:47 am
January 7, 2002 at 10:44 am
This isn't really encryption. More obfuscation which is a really low level security item.
As Andy said, it's just for casual snooping.
Steve Jones
January 7, 2002 at 10:43 am
January 7, 2002 at 10:42 am
Viewing 15 posts - 38,416 through 38,430 (of 39,466 total)