May 9, 2012 at 4:42 pm
please forgive me for my ignorance and rudeness BUT this prob really really annoying me and i need an urgent solution ...
1. I DONT KNOW ANYTHING ABOUT SQL ...ANYTHING
2. i installed a software for my pharmacy and i supose its using some kind of data stored as SQL server .. it was workin fine ...i just uninstaled it then re installed it in 5 MIN .... and here whats happening ..
then
then
then
although i made everything i even re installed my win xp .. same
P.S:
PLEASE help me
May 10, 2012 at 8:36 am
Your best bet is probably to hire a local consultant to come help you. There are so many things that COULD be the problem. This is likely way beyond the scope of an internet forum.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
May 14, 2012 at 5:50 am
I agree, you should bring in an expert.
If you want to try to continue to poke at it though, take that server name in the final picture and apply it to the earlier window that is looking for a DNS. Your app is not connecting to your server correctly.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
May 15, 2012 at 7:44 am
Bummer that you had to uninstall it when it "was working fine"! Like others said this could be about a bajillion things, including just a bad reinstall or an application that isn't smart enough to know how to be un/re-installed.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
May 15, 2012 at 7:53 am
you need to create an ODBC connection to your local sql instance.
Start --> Run
in the Run box, type odbccp32.cpl
click Add
Choose SQL Server
Name it Shared Memory
leave description blank
in the Server box, enter the word CASPER-2C34C092\PHARMAWORX
on the next window, Choose the With SQL Server authentication
on the Login ID box, type in easphr9 and enter your password.
choose next and then Finsh.
try again.
May 16, 2012 at 6:40 am
Call the vendor. Don't you have support from the vendor of the RX App?
I agree with the other posters, the ODBC config it is looking for isn't there.
May 17, 2012 at 1:54 am
I'm not sure about your problem. Maybe, reasons can cause it.
- You removed the app but it was not clean up all . Some files or info in registry still exist in your system.
- Your app is trying to connect SQL Server through a DNS serivce. Let check it in ODBC component. If it's necessary, you should configure it.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply