Viewing 15 posts - 36,886 through 36,900 (of 39,535 total)
Yes there are one way hashes. MD5 is well known and here are some implementaitons. No SQL yet
http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html
Steve Jones
September 17, 2002 at 2:20 pm
Haven't seen this.
Have had some issues with BMC Patrol and it reporting sysadmin problems when the account is a system admin. No resolution as of yet.
Steve Jones
September 17, 2002 at 2:18 pm
Also check the Event Viewer for the server.
Steve Jones
September 17, 2002 at 2:16 pm
What type of information do you need? Usually diagrams are better for showing relationships.
With Visio you can reverse engineer and then add labels. Helps to have a plotter to use.
Steve...
September 17, 2002 at 2:13 pm
don't have a solution here. You could implement it using any algorithm, but the key management will be the weak link. You'd have to store it somewhere.
Check Google, or...
September 17, 2002 at 8:42 am
When you hit the button above, you should get "". In here you need the URL to the image. If it's not on another web server, then email...
September 17, 2002 at 8:38 am
Crazy. Got a couple bad bugs here myself. Not sure what to tell you. IS the issue an insert/update/delete or a select?
Steve Jones
September 16, 2002 at 1:32 pm
use SUBSTRING and CHARINDEX
http://www.sqlservercentral.com/columnists/sjones/tamestrings2.asp
Steve Jones
September 16, 2002 at 11:19 am
Is VB redialing the modem? Sounds like more of a network than a SQL issue or am I missing something?
Steve Jones
September 16, 2002 at 11:15 am
Load into a dummy table and then move it for rows that have enough non-NULL values?
Steve Jones
September 16, 2002 at 11:11 am
You could using VB or C++, but sure it's more efficient.
2 thoughts. Parse the file first and "fix" the data, or load it and fix it using SQL.
Steve Jones
September 16, 2002 at 11:08 am
Not a cluster person, but I know there are issues with SQLMail on clusters. If no one responds here, I suspect you will need to call MS.
Steve Jones
September 16, 2002 at 11:05 am
These are the connection "types" that SQL Server uses. They are DLLs and are "loaded" by SQL Server if you have enabled them. So if your client software is set...
September 16, 2002 at 11:02 am
Not sure that will help. Is the database in 2k mode or 65 mode?
I suspect that the application is doing something funny. Can you trace it and replay the trace...
September 16, 2002 at 10:59 am
Viewing 15 posts - 36,886 through 36,900 (of 39,535 total)