Viewing 15 posts - 1 through 15 (of 22 total)
mccork,
Thanks for the help. I tried telnet dos command.
ran telnet servername 1433
could not open connection to the host, on port 1433: connection failed
ran telnet servername
cound not open connection to the...
June 13, 2003 at 11:32 am
right click on the database and go to all tasks, then backup db
June 12, 2003 at 2:18 pm
I found some sort of Virtual Server Administration page (Microsoft SharePoint Administrator).
Don't know what it is though!
June 12, 2003 at 2:02 pm
below are two items copied from MSDN, maybe attach mdf, ldf files first then after that is complete use single file attach to attach the log file.
sp_attach_single_file_db
Attaches a database having...
June 12, 2003 at 2:00 pm
I am using mixed, I have created a dsn, I have created the IUSR in SQL and given it permissions. I have not set any folder permissions to IUSR. I...
June 12, 2003 at 10:59 am
you could also copy the files in a vbscript using FileSystemObject
June 11, 2003 at 12:40 pm
If you want it to keep mirroring you will have to write a complex stored proc or dts package. I tried it. My advice is create a job in the...
June 11, 2003 at 12:38 pm
as long as you detach the mdf/ldf files then copy them to the new location, then reattach the files to machine a, then attach files to machine b. you should...
June 11, 2003 at 12:33 pm
if you want to see this database on your second machine. you will have to create first create the database, then attach the files to the database using sp_attach_db.
Did you...
June 11, 2003 at 12:25 pm
Is the new location of the file on the same box(dif. drive)?
June 11, 2003 at 12:19 pm
I ran the stored proc, set db permissions in SQL.
Still got the same error. Do I have to set permissions to some folders, etc...
thanks
ps.We do not have an admin, just...
June 9, 2003 at 3:01 pm
When using SQL Query Analyzer:
What DB would I run that proc under...master
Thanks
June 9, 2003 at 2:27 pm
Viewing 15 posts - 1 through 15 (of 22 total)