Viewing 15 posts - 166 through 180 (of 251 total)
Lesson learned : always read the fine print. Misunderstood the very end of his first post. K, you said access to a registry key was denied? Take a look...
January 31, 2003 at 10:02 am
From the SP3 readme :
quote:
5.1.11 Cross-Database Ownership ChainingIntroduced in SP3
This service pack provides new options for turning cross-database ownership chaining...
January 31, 2003 at 9:35 am
By default public is not granted rights to execute sp_OACreate, and if
cross database ownership chaining is turned off, you may get access denied when
executing database procs not in...
January 31, 2003 at 9:29 am
1) Did you recently install SP3?
2) Did you disable "Cross Database Ownership Chaining" during the SP3 install?
3) Is your proc created with the owner as dbo?
4) Is...
January 31, 2003 at 8:43 am
Karen, I took what you did one step further, and automated the check in to VSS with scripting, and a DLL that I wrote that automates VSS. Also there is...
January 30, 2003 at 11:24 am
One suggestion / comment : When checking the error, you chould inspect the ADODB.Connection.Errors collection (if it is not Nothing) as it can contain multiple errors and SQL will frequently...
January 30, 2003 at 10:34 am
Looks like a nice product, with a nice price as well. SMS would be overkill if all you wanted was to use it to update your software. Have you written...
January 29, 2003 at 8:52 am
Missed that one Brian, good point, then maybe sticking with SMS or another third party solution is still the answer.
SUS vs SMS (with SUS update)
http://www.microsoft.com/windows2000/windowsupdate/sus/suschoosing.asp
Enterprise Software Update Management...
January 29, 2003 at 8:21 am
Microsoft has a service called "Software Update Services (SUS)" at http://www.microsoft.com/windows2000/windowsupdate/sus/default.asp that can greatly ease the burden of rolling hotfixes and pathhes to a large lan or wan. This can...
January 29, 2003 at 7:56 am
Greg I found this in MSDN :
quote:
The osql utility passes everything between the parentheses ( ) to the server exactly as entered....
January 28, 2003 at 3:17 pm
Brian, are you suggesting dropping into the SMTP server's "DROP" folder?, or
something custom? Mailing has always been such a pain when developing
applications for distribution for clients at their...
January 28, 2003 at 12:45 pm
What about using MSMQ with the Exchange connector? That would give you guaranteed delivery. I have never done it, but would be curious to see it work with SQL Server,...
January 28, 2003 at 12:37 pm
I found another alternative from the Windows 2000 Resource Kit. Read below excerpt from the RK chm. This has some interesting possibilites.
quote:
January 28, 2003 at 10:22 am
You can find it at :
http://www.microsoft.com/data/download.htm#CCinfo
Tim C.
//Will write code for food
One Windows to rule them all, One Windows to find them,
One Windows to bring them all and in the...
January 27, 2003 at 10:41 am
Take a look at :
You May Not Be Able to Copy Large Files on Computers That Are Running Windows NT 4.0 or Windows 2000http://support.microsoft.com/default.aspx?scid=KB;EN-US;q259837&
Also for zip, I have written...
January 24, 2003 at 1:58 pm
Viewing 15 posts - 166 through 180 (of 251 total)