Viewing 15 posts - 37,381 through 37,395 (of 39,720 total)
Windows will not detect the processor until you upgrade the kernel to do so. This is not a trivial task and you need to be sure you have a good...
July 12, 2002 at 10:24 am
My vote is for crappy programming!
Must have been a developer, not a DBA![]()
Steve Jones
July 12, 2002 at 10:17 am
Check the triggers.
Not sure you can mark a table read only. I think you can a filegroup. Or a database
Steve Jones
July 11, 2002 at 8:30 pm
Can you manually type in the name\instance?
Steve Jones
July 11, 2002 at 8:27 pm
not in v6.5. Need to bcp out, recreate, bcp in.
Steve Jones
July 11, 2002 at 8:26 pm
It will depend on you, where you are, and the company.
My experience is that companies ask for the ideal, but rarely get it. Probably changing in this economy with lots...
July 11, 2002 at 2:12 pm
SQL Server will be windows license + $5k per processor to run on the Internet. Unless you have all authenticated users, then you can use CALs, but that probably won't...
July 11, 2002 at 2:08 pm
Sounds like a few scripts:
For phones,
select phone, count(*)
from vendor
group by phone
having count(*) > 1
Steve Jones
July 11, 2002 at 11:10 am
If you can connect with NT, you can snag the passwords and get them. See the "cracking thread" in this forum.
Steve Jones
July 11, 2002 at 11:08 am
Just a note here. If you don't encrypt at the client, then the DBA can snag it with Profiler anyway. Sort of defeats the purpose.
Steve Jones
July 11, 2002 at 11:06 am
No way I know of. I wrote a script that would check the last batch time and use exec() to kill the spid.
Steve Jones
July 11, 2002 at 10:49 am
The FileSystemObject has a "fileexists" property you can check.
Steve Jones
July 11, 2002 at 10:44 am
And typical. People laugh at me, but I never leave a consultant alone. Some junior admins have gotten annoyed because I've had them babysit someone while I had to do...
July 10, 2002 at 10:55 am
That's possible. Apologies, but I'm not an Access person. Hopefully Andy or someone else will chime in.
Steve Jones
July 10, 2002 at 10:43 am
Viewing 15 posts - 37,381 through 37,395 (of 39,720 total)