Okay, this is gonna be a long one, but whoever can solve this will be my hero forever. I have two domains called DomA and DomB. DomA is on subnet 192.168.2.x (SubA) and DomB is on subnet 10.0.0.x (SubB). I'm trying to set it up so that computers in DomB can see DomA in My Network Places; the...
I have Audix doing my attendant message for a 1-800 number. When the caller chooses option 1, Audix _transfers_ the call to the extension specified (Bob, 4121), and then Bob's phone rings. But when Bob is using line 1 on his phone, instead of going to line 2, Audix says the line is busy and...
Right now my Exchange 2000 server is using a Smart Host to send mail out to the Internet. If the Smart Host is down for some reason, will the Exchange server automatically try direct delivery?
Sorry if this is the wrong place for this, but I didn't see a better forum for it. I'm wondering if there is a way to block emails in which the Return-Path does not match the From. It seems like that would be a sure-fire way to block spam, unless I'm missing something. I know it wouldn't...
I imported a Filemaker Pro database into SQL Server, and there is a strange symbol in the data within the two fields that were textboxes. I think they might be carriage returns, but I'm not sure, they look like the male symbol (a circle with an arrow). Can anybody verify that that's what they...
This is probably something people learn right away when they learn about NT 4.0, but I can't figure it out. When I'm on a member server and in User Manager, if I do Select Domain and type in the name of the server I'm on, I can work with Local accounts. But if I'm on a domain controller, it...
I have a Windows 98 computer in my office that boots up to the Windows Logon screen almost every time, even though it's supposed to boot to the Microsoft Networking screen. Sometimes it just goes right into Windows without stopping at any login screen. Once in a blue moon it will let you log...
I've determined that the quality of the direct thermal label stock that my company buys is not very good. I'm wondering if somebody can tell me what to look for when I'm trying to find better label stock. Are there specific elements, like shine or temperature response or paper versus some...
This is sort of a newbie question I suppose. Would a simple ASP page ever need a scope of Public on any of its subs? What about ASP.NET?
If I have a page called Page1.asp, and one called Page2.asp, and Page1.asp has a Public function, can Page2.asp call that function as long as they're part...
I have a web page that uses NT authentication. I have a user who can authenticate to that page using her NT username and password, but only in Windows, not in Macintosh. Any other user who should be able to authenticate to the page in Macintosh is able to do so. I know plenty about NT and...
I'm using Team Services Discussions Boards, and when someone makes a posting, the time of the posting goes into the SQL Server database. But the time going in the DB is in GMT instead of Central time, even though all my servers and all my workstations are set to the correct Central time. What...
The following works only when I change the "AND" to "OR".
declare @ows_table varchar(50)
declare @more varchar(10)
declare @less varchar(10)
set @ows_table = 'ows_project2_u_trainingauthorization'
set @more = '12/20/2002'
set @less = '12/15/2002'
--this should find any...
Does the Indexing Service used for searches in Team Services crawl the SQL Server tables in which discussions are held? If so, does it take a long time to crawl the first time the Indexing Service is started? If not, is there an easy way to set up a search for the discussion entries?
I have a DTS package that copies a table from one server to several other databases on other servers. I want to add an "Execute SQL Task" to it that does this:
SELECT COUNT(*)
FROM table
AS @count
IF (@count) > 0
<return success so that the package continues>
The idea is that if...
Are some variables automatically released from memory when using vbscript? For example, is a procedure-level string variable released automatically when the procedure ends? What if it's a page-wide variable? Are all variables that are not global application variables automatically released...
I have a Depts table with two columns, and ID and a name. Here's a sample:
DeptID DeptName
12333 Office
12500 Warehouse
12501 Warehouse
I also have an Employees table, and each employee row has a DeptID column.
What I want to do is create a rule/constraint that will, for...
I have several tables with people's first names and last names in them, one row for each person, no duplicates. I need to match the names in one table to the names in the other tables, but sometimes the names are misspelled, etc.
Here is an example:
Table1,Row1,FirstName = "AnnMarie"...
I've got Windows XP Pro computers in my NT4 LAN. Some of them need to be used by more than one person, and each person has their own login. How do I make the printers and programs available to all users who log in?
This is probably obvious to most people, but I can't figure out how to specify an instance when using servpriv.exe from the command line (part of the SQL Server 2000 patches). Will somebody please help?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.