Viewing 12 posts - 16 through 27 (of 27 total)
I still have problems to copy DB to SQL2K.
The view package log error description is as follows:
Step Error Source: Microsoft Data Transformation Services [DTS] Package
Step Error Description: Unspecified error
Step...
April 5, 2003 at 1:12 pm
I am administrator of local and domain on both the source and destination server.
I didn't shut down SQL7 When I copied the DB.
So maybe some users entered data while I...
April 4, 2003 at 10:31 am
Yes, changing from SQL7 standard to SQL2K Enterprise.
March 4, 2003 at 1:04 pm
It is enough to display a resord set ( A number of rows).
Based on the discussions before, I wrote a SP, which uses a cursor loop, pass table name as...
February 10, 2003 at 9:15 am
Hi,
According to your instructions, I wrote a script to count the rows added within a given time period. The script works successfully. But I can't see the result.
Would you tell...
February 6, 2003 at 2:53 pm
Great idea. I am going to try it.
Thanks
February 4, 2003 at 4:42 pm
Thanks for your reply. The script works very well.
But I have 250 tables, and the script just tells me the number of rows added within some day(s).
Do you...
February 4, 2003 at 12:28 pm
Both ways work well.
Thank you very much!
December 27, 2002 at 9:36 am
I tried to update sysdatabases for model.The following is my script:
USE master
GO
RESTORE DATABASE master
FROM DISK = 'C:\backup\master\master.bak'
WITH REPLACE
EXEC sp_configure 'allow updates', '1'
RECONFIGURE WITH OVERRIDE
UPDATE sysdatabases
SET filename = 'C:\MSSQL7\DATA\model.mdf'
WHERE ...
December 19, 2002 at 9:07 am
I asked a stupid question, because Edwin Blackwood almost answered my question.
I did restore master successfully. Then I restart the server. But I can't restart SQL Server. The log file...
December 17, 2002 at 3:36 pm
I appreciate everybody.
Your instructions are right. I did restore master from our backup. However, I come cross new problems.
After restored master, I can't make connection to SQL Server...
December 17, 2002 at 12:32 pm
Our production site hosts SQL Server and web-based applications. My boss asked me to setup
another server by restoring SQL Server and applications from our backups.
I have no experience at all....
December 16, 2002 at 4:56 pm
Viewing 12 posts - 16 through 27 (of 27 total)