Viewing 6 posts - 61 through 66 (of 66 total)
Could you not load a backup of the database and generate the scripts from there?
February 27, 2007 at 10:28 am
Hi,
The connections are made through ODBC. The applications that connect from the web servers are perl cgi. The entire system has been operational since 1999 and handles several thousand hits...
February 23, 2007 at 9:33 am
select lg.field1, sm.field1
from largetable lg, smalltable sm
where lg.printkey *= sm.printkey
February 20, 2007 at 3:39 pm
Assuming that the database is offline, you could try sp_attach_single_file_db
February 20, 2007 at 1:32 pm
Thanks for your reply. In my case, dropping and recreating the clustered indexes fixed the problem.
February 15, 2007 at 1:06 pm
I assume that you have the hand sign that indicates that a database is setup for replication. If so, and you don't want that database to be replicated, you can execute...
February 8, 2007 at 4:22 pm
Viewing 6 posts - 61 through 66 (of 66 total)