Viewing 15 posts - 46 through 60 (of 91 total)
thanks so much Michael!!!! , i put these code but i keep getting an error message that says Duplicate column name "Account Manager.Phone", any ideas why I am getting this...
June 5, 2006 at 7:40 am
thank you sooooo much, i did what your link said to saved it as txt file and it works like a charm. thank you!!!!
May 31, 2006 at 8:55 am
got it to work!!!! thank you so much !
May 24, 2006 at 3:24 pm
how can i check is there sufficient memory in my OS? and no in my sql server box i only have sql server enterprise , query analyzer and another software...
May 22, 2006 at 9:31 am
I did everything you told me to do but when i try to run the query it says odbcc call failed, error converting data type nvarchar to smalldate time. even...
May 18, 2006 at 1:45 pm
thanks, i think i am in the right track.. so i created the form, i added two text boxes one for @begindate and another one for @enddate. now in the...
May 18, 2006 at 12:20 pm
i also tried this:
EXEC myReport [Enter Beginning Date:],[Enter Ending Date:]
@begindate = "#" & format(me.StartDate,"mm/dd/yyyy") & "#"
@enddate = "#" & format(me.EndDate,"mm/dd/yyyy") & "#"
but did not work either
May 18, 2006 at 10:27 am
hello i tried modifying the pass through query to be:
EXEC myReport [Enter Beginning Date:],[Enter Ending Date:]
but like you say the validation does not work
it says odbcc call failed
error converting...
May 18, 2006 at 10:24 am
hi thanks but i tried and i get the error message:
Unable to connect to server win2k3-02
Server: Msg17, Level 6, State1
[Microsoft][odbc sq server driver][namepipes]sql server does not exist or access...
May 17, 2006 at 8:45 am
I did .... same error
May 16, 2006 at 10:13 am
thanks so much for helping me, I tried using another workstation and login in with my windows user id and password and yes i am able to log in to QA...
May 16, 2006 at 8:20 am
I am accessing all the drives of my workstation good and i have access to the network drives fine too. the problem is when i try to access a database...
May 15, 2006 at 1:37 pm
anything else i could try?
May 15, 2006 at 12:09 pm
i try changing it to nt network account but i get the same error and also, i have some jobs that have to work with the local/administrator account so i...
May 15, 2006 at 7:55 am
also i have kerberos authentication...
May 12, 2006 at 2:50 pm
Viewing 15 posts - 46 through 60 (of 91 total)