Viewing 15 posts - 37,756 through 37,770 (of 39,818 total)
A great idea. I like it and would be interested to see what others have learned. I have a couple MS contacts, but usually get no answers because of NDA.
Steve...
June 13, 2002 at 12:29 pm
You could write an Active X task to do this. Using the FileSystemObject, you can read a line and write a line. If one is blank, then don't write it.
Steve...
June 12, 2002 at 9:07 am
June 12, 2002 at 8:17 am
What do you mean by architecture? The way the server is built and coded itself? Why it makes decisions?
Steve Jones
June 12, 2002 at 8:12 am
June 10, 2002 at 5:19 pm
If all your users have SQL accounts (based on NT accounts), then you should be able to auth them in IIS (be sure this is set) and then their user...
June 10, 2002 at 5:18 pm
June 10, 2002 at 5:04 pm
There is a resource page on this site that points to some licensing issues, but I'm not sure that pricing is covered. I'd suggest calling MS and working directly with...
June 10, 2002 at 10:58 am
When you use NT Auth, you do not specify a user for pwd. The user account of the logged in user, in this case the IIS Service user, is used....
June 10, 2002 at 10:56 am
osql .... > filename
is a new file.
osql ... >> filename
appends to the file. See my series on version control, part 3 for more info.
Steve Jones
June 7, 2002 at 10:01 am
I agree with Antrares and Andy. As a DBA who's been doing this for 9 years, I'd never give a develop access to the production box (except read only). It...
June 7, 2002 at 7:59 am
June 7, 2002 at 7:54 am
The passwords are in master, so unless you move that db, it won't help.
I think there is a kb article somewhere on this. You may be able to export the...
June 6, 2002 at 12:18 pm
If you can duplicate this, run profiler. If it happens regularly, then let profiler run and dig through it later.
As mentioned, these are hard to trace.
Steve Jones
June 3, 2002 at 5:58 pm
Had a similar issue. Had to rebuild packages. Never determined why, but could not get the password to change in the package.
Steve Jones
June 3, 2002 at 5:55 pm
Viewing 15 posts - 37,756 through 37,770 (of 39,818 total)