Viewing 15 posts - 37,396 through 37,410 (of 39,456 total)
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
I tend to agree with Antares. Having VB.NET support inheritence, real classes, etc. there is not a substantial difference from c#. Personally I prefer C#, but that's personal. No real...
June 3, 2002 at 5:55 pm
You could enforce them making an update to the field, though I think Andy has the best solution. Check in the trigger to see if they changed anything. If not,...
June 3, 2002 at 5:50 pm
Viewing 15 posts - 37,396 through 37,410 (of 39,456 total)