Viewing 15 posts - 526 through 540 (of 653 total)
will look for a solution. but can you not just use a stored proc for this, coz it might be easier.
i would probably have an initial screen for putting the...
February 17, 2006 at 8:59 am
having the sum in your expression will not make much of a difference to what you want to achieve.
what problems is it causing?
February 17, 2006 at 8:53 am
yes, you should be able to. as long as you can do the reports properly, because thet are based on xml.
open the reports in notepad or any text editor...
February 17, 2006 at 8:40 am
we all wish m$ products could work seamlessly
February 17, 2006 at 3:03 am
Tools ->Email Accounts ->View or Change Existing -> [Select your Account] ->Click Change -> and wala you should see it. its a checkbox.
this is on outlook 2003
February 17, 2006 at 2:50 am
I have cached mode turned on, and I could not duplicate the error. Have you installed the service packs as yet?
February 17, 2006 at 2:08 am
Joseph's point is correct.
I just tested on my server.before i had security set to both, and then I set it to windows authentication only and had to restart it.when i...
February 16, 2006 at 5:44 am
I have win xp with latest update, outlook 2003 and sql 2000 with service pack 4.
i tried to setup with similar stuff like yours and it works fine.
this removes the...
February 16, 2006 at 2:52 am
in that case i would advise the solution suggested by Steve
February 16, 2006 at 2:25 am
i am using both types of authentication.
the problem you are having could be because you are on a different subnet mask.ask your sys admin or network guys.
February 15, 2006 at 11:58 am
i agree with jen.
but if you must you can put your table names old and new in an array and then probably use a cursor with your sp_rename
February 15, 2006 at 11:50 am
can't exactly understand what it is you want to do.
what is the current scenario, you can post you beaten down script to help me understand more
February 15, 2006 at 11:41 am
if you don't mind my saying, looking at your code i don't think you will achieve what you want because you have put wild character string [%] at the end.
what...
February 15, 2006 at 11:34 am
the database is in the folder where the rest are kept.when sql 2005 is being installed as is now the practise by ms, they put some of the sample files...
February 15, 2006 at 11:31 am
DECLARE @To VARCHAR(500)
DECLARE @MessageString VARCHAR(500)
DECLARE @User1Email VARCHAR(500)
DECLARE @Topic VARCHAR(200)
SET @MessageString ='This script will send an email'
SET @User1Email = 'someone@mars.com' -- use semi colon to seperate many email addresses
SET @To...
February 15, 2006 at 11:28 am
Viewing 15 posts - 526 through 540 (of 653 total)