Viewing 15 posts - 136 through 150 (of 1,247 total)
Wheather or not data is NULL does not matter to the space in data pages. Only does DATATYPE affect it.
October 15, 2008 at 12:00 pm
Did you try
ALTER DATABASE ... -- for database level
ALTER TABLE ... -- for table levle
October 15, 2008 at 11:25 am
DId you try
RESTORE HEADERONLY FROM backupDevice
October 15, 2008 at 11:22 am
Unused space cannot automatically released.
Did you try DBCC SHRINKDB command?
October 15, 2008 at 11:18 am
After changing the password for the SQL Agent, you need to restart it.
Or you may go to the Properties of SQL Server Agent, click Reset Proxy Account under the tab,...
October 10, 2008 at 12:25 am
October 10, 2008 at 12:21 am
Do you use Local System account? If so, try to use other account as sysadmin.
October 10, 2008 at 12:10 am
Network jam does affect your request.
October 10, 2008 at 12:08 am
I believe your server experienced an unexpected termination. It roll-forward for uncommitted transactions after restarted.
October 10, 2008 at 12:07 am
Check free space on your database server. If it has enough, check your tape server.
October 10, 2008 at 12:03 am
It is possible.
Create a database device, then backup your database to this device.
October 9, 2008 at 11:59 pm
Check ALTER DATABASE clause if you would like to change it on a database level.
Check ALTER TABLE clause if you would like to change it on either table level or...
October 9, 2008 at 11:41 pm
As far as I know, your primary and secondary servers should be enterprise editions unless you develop your own scripts.
Also, you need to make sure that you have a stable...
September 11, 2008 at 2:06 pm
Viewing 15 posts - 136 through 150 (of 1,247 total)