I have a slow 2k server with exchange 5.5 running, and fast 2k server with nothing else running.
What is the fastest and easiest way to move everything to the faster server?
Thanks in advance
I have changed the delivery to deliver to the mailbox rather than the pst file, and that has worked for the emails, but the PST calendar is still being used as the default.
i hope this is understandable...
My exchange 5.5 server sends emails out with a company1.com as the reply address. i recently bought the domain called company2.com and have run a script to add new smtp entries for with the company2.com addresses so they can now receive mail being sent to both...
I have a user that has a PST file set up on his local machine. He has a calendar within that PST file that he uses instead of his server-based calendar.
If somebody sends him a meeting request and he accepts it, the calendar entry goes into his PST.
How do I change the default calendar to...
i hope this is understandable...
My exchange server sends emails out with a company1.com as the reply address. i recently bought the domain called company2.com and have run a script to add new smtp entries for with the company2.com addresses so they can now receive mail being sent to both...
Yep, Sorry!!
Here it is again.
boxno is an input box.
this loop is supposed to search all the arrays for a match.
on(release){
for(j=0;j<50;j++){
for(i=0;i<15;i++){
trace("box"+j+"["+i+"]")
if(_root.boxno.text==box+j[i]){
trace("FOUND")...
This is the script i have added to a button:
on(release){
for(j=0;j<50;j++){
for(i=0;i<15;i++){
if(_root.boxno.text==box+j[i]){
trace("FOUND")
}
}
}
}
i have loads of arrays set up named box1, box2, box3 etc etc
please can somebody tell me the correct syntax for this...
I have a website within IIS on a 2000 server machine.
Is it possible for me use any type of code within a particular page to find out what the person accessing the site is logged on to the local domain as?
Hello,
I am having a nightmare of a time getting a caertain sql query to work
this is the statement...
SELECT USERINFO.USERNAME, OPPORTUNITY.DESCRIPTION, OPPORTUNITY.SALESPOTENTIAL, OPPORTUNITY.CLOSEPROBABILITY, OPPORTUNITY.ESTIMATEDCLOSE, PY3_OPPORTUNITY.EST_ORDER...
I've worked it out
Just incase anyone is interested how its like this...
SELECT USERINFO.USERNAME, OPPORTUNITY.DESCRIPTION, OPPORTUNITY.SALESPOTENTIAL, OPPORTUNITY.CLOSEPROBABILITY, OPPORTUNITY.ESTIMATEDCLOSE, PY3_OPPORTUNITY.EST_ORDER, PY3_OPPORTUNITY.MARGIN, ACCOUNT.ACCOUNT...
If I do that then I will only see the records that are exactly that date. I need to see all records on AND after that date.
I've tried looking on the web. Do you know anything about a CONVERT command?
I have tried taking that section out so that the date selection part is the only part of the where statement but it behaves in the same way.
is there a command that can be put directly into the query to tell it to convert the variable into a date format?
I have tried taking that section out so that the date selection part is the only part of the where statement but it begaves in the same way.
is there a command that can be put directly into the query to tell it to convert the variable into a date format?
Its coming back with this error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E07)
[Microsoft][ODBC SQL Server Driver][SQL Server]The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
Hiya,
I have used the following query to extract certain sales data from an sql database.
The problem is that my WHERE statement must be incorrect because the records that are returned have an estimated close date of before and after the date I have specified.
If anybody can tell me where i'm...
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.