Showing posts with label dear. Show all posts
Showing posts with label dear. Show all posts

Monday, March 12, 2012

MSSQLServer Express and Delphi application

Dear friends I have a problem with the use of DELPHI and MSSQLServer!

I have installed in a PC a MSSQLServer Express. The PC is connected

with a other via a small network. I have developed an application in DELPHI

which runs also in the two computers. I have regulated SQLServer so as

to is accessible via TCP/IP, make that I tryed after in the other PC I

installed SQL Server Management Studio Express and had access in the

database via the network. While in the beginning both applications

worked normaly and were connected regularly in the base suddenly

one day they couldn't be connected giving as message the following

"DataBase Server Error: SQL State: 08001, SQL Error Code: 17 ", as there was no server. That is to say without I have teased the

properties the access to DataBase was impossible via the application but possible via the SQL

Server Management Studio Express and the environment of Borland Delphi

2005 from both PC's. That is to say

suddenly only the application simply could not be connected. I tryed

a lot of solutions but no one it did not work. When I installed the

MSSQLServer Express in the other PC the application could be connected

from this but no from the other via network always giving the same

message. Has anyone any idea why I am in impasse from solutions!!!!

Thak you in advance!

It is hard to diagnose based on what you describe here. But it could be related to the connection protocols. The following article may help you :

http://blogs.msdn.com/sql_protocols/archive/2005/12/19/505372.aspx

|||Thank you my friend, I will use your advises as soon as possible and I wish they will help me!

Friday, March 9, 2012

MSSQL7 and Windows 2000

Dear All,
could you please tell me if MSSQL7 is compliant with Windows 2000 ?
Which Service Pack is needed from both MSSQL and W2000 ?
many thanks in advance for your help ;)it's fine... you should be using the latest service packs for each of them|||Ok, thanks for your reply :)

Monday, February 20, 2012

MS-SQL one .NDF file missing How to Recover/Rebuild DB?

Dear All,
SOS Please Help.
I have a MS-SQL DB with 4 .ndf files. One (first) .ndf file is missing.
somehow got deleted??. Is there any way can rebuild my DB.

The .MDF and .LDF files are in tact.
Please help asap.

Dhumbak

*** Sent via Developersdex http://www.developersdex.com ***It depends what this NDF was created for in the first place. If it was
storing indexes then you can rebuild these indexes. If it was data and
you have no backup on the filegroup then you probably lost your data in
loosing the NDF.

Dhungu Dhumbak wrote:

Quote:

Originally Posted by

Dear All,
SOS Please Help.
I have a MS-SQL DB with 4 .ndf files. One (first) .ndf file is missing.
somehow got deleted??. Is there any way can rebuild my DB.
>
The .MDF and .LDF files are in tact.
Please help asap.
>
Dhumbak
>
*** Sent via Developersdex http://www.developersdex.com ***