Viewing 15 posts - 38,416 through 38,430 (of 39,456 total)
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
January 7, 2002 at 10:39 am
Can you install the client tools on a workstation and see if this works?
Also, please don't use sa and blank for anything other than this test.
Steve Jones
January 7, 2002 at 10:33 am
Can you install the client tools on a workstation and see if this works?
Also, please don't use sa and blank for anything other than this test.
Steve Jones
January 7, 2002 at 10:32 am
January 7, 2002 at 10:22 am
I took the 7 test last year because there are tons of 7 sites. More than 2000 sites. It was the first very widely adopted SQL version. It will be...
January 7, 2002 at 10:17 am
I'd assume this is it:
Windows locale LCID
(locale ID)
Collation designator Code page
Hindi 0x439 Hindi Unicode only
If it isn't there, you will probably have to check with...
January 7, 2002 at 10:14 am
Is this in the SQL log or on the client? Also, what OS, Service Pack, MDAC versions?
Haven't seen it.
Steve Jones
January 7, 2002 at 10:10 am
We'll let you know if you miss post. No harm though.
One other thing, I'm not sure the performance will matter either way as the control is pretty good with either...
January 7, 2002 at 10:08 am
This:
WHERE disc_cnum, disc_num IN
IS not valid. You have to do
where disc_cnum in ( select...)
OR disc_num in (select ...)
The OR could be AND depending on your logic.
Steve Jones
January 7, 2002 at 10:00 am
Is this on all clients? Are they sure nothing was changed on the client or server? My guess is something changed, but they do not remember or do not think...
January 7, 2002 at 9:58 am
Viewing 15 posts - 38,416 through 38,430 (of 39,456 total)