Viewing 15 posts - 901 through 915 (of 1,065 total)
Are you able to login to the SQL Server on the other machine?
Have you tried to restore the database from the backup? What error message did you get?
Is the .BAK...
October 30, 2008 at 6:46 am
Generate script to create these tables. It would take care of the indexes, constraints, etc.
Then use the export wizard to export only the data.
October 30, 2008 at 2:13 am
Both versions report success in the messages tab when run. Nonetheless, the table survives.
Both versions reported report success does not mean they executed the DROP TABLE part. IF condition returned...
October 30, 2008 at 2:06 am
Database compitability of SQL Server 2000 model database is 80. In SQL Server 2005 it is 90. Because the database structure is different. So you should not have copied the...
October 29, 2008 at 6:50 am
I have not added a processor to a server running a SQL Server instance. However I would like to share this information:
MSDE supports 2 processors. In SQL Server 2005 it...
October 29, 2008 at 6:33 am
1) Check the data and log file size.
2) Check whether the AutoGrowth is ON for database and log files?
3) Check the free disk space.
4) Check whether there is any open...
October 29, 2008 at 6:22 am
Distributor's service account and password.
October 29, 2008 at 5:46 am
DBCC SQLPERF() provides transaction log space usage statistics for all databases (BOL).
The "unallocated space" returned by SP_SPACEUSED is "space in the database that has not been reserved for database objects...
October 29, 2008 at 5:24 am
I think sp_tempdbspace is a user created stored procedure. I could not find it.
October 29, 2008 at 12:06 am
It is possible to ignore that row with parameter -SkipErrors 20598
October 28, 2008 at 11:58 pm
There might be a database maintenance job such as index rebuild.
October 28, 2008 at 1:17 am
1) select * from master..sysprocesses where blocked > 1 and waittime > xxx
2) Scheduling a job is required.
3) Ignore self blocking (blocking by same SPID)
October 28, 2008 at 1:01 am
sp_publication_validation
October 26, 2008 at 3:09 am
Yes, I was just refering to the ability to bookmark a page/topic and nothing else.
October 21, 2008 at 11:20 pm
Viewing 15 posts - 901 through 915 (of 1,065 total)