Viewing 15 posts - 1 through 15 (of 23 total)
I know that I need to do Integrity Checks, Index Rebuild/Reorganize, Backups, Statistic Updates...
That's all that comes to mind. What I'm wondering is, what needs to be maintained and how...
May 27, 2011 at 1:15 pm
Microsoft states how much storage different data types use. http://msdn.microsoft.com/en-us/library/ms187745.aspx for instance shows int, bigint, smallint, and tinyint. And they tell how to get most of...
January 4, 2011 at 2:33 pm
So I think the number of concurrent jobs would be limited by the 'max worker thread' setting. And from what I can find with 24 cores that would be...
December 31, 2010 at 9:39 am
I don't know why SETUSER is being invoked but it looks like it is being invoked from an account that does not have sysadmin role. Did you try putting the...
October 7, 2010 at 1:15 pm
The reason I need to be doing this is because of a failover solution we have. It was originally built when we were running everything on SQL server 2000....
March 27, 2010 at 11:04 am
You can in fact log ship to a higher version of SQL using the no recovery option. You just are unable to read any data from the database untill...
March 26, 2010 at 4:30 pm
I have Replication from sql 2000 to sql2008 setup, it has worked with out issue for me. Just added the subscriptions like normal and everything worked.
November 12, 2009 at 2:00 pm
take a look at method b in this article
http://www.replicationanswers.com/AddColumn.asp
and at sp_repladdcolumn - http://msdn.microsoft.com/en-us/library/aa239331(SQL.80).aspx
November 6, 2009 at 10:11 am
http://www.sqlservercentral.com/scripts/Miscellaneous/31893/
was written for sql 2005 but probably a decent place to start.
October 1, 2009 at 11:42 am
even more interesting is that the sp_repldropcolumn command seems to update the stored procedures for replication. Which leads me to think that after I have issued the sp_repldropcolumn command...
August 26, 2009 at 3:14 pm
If you go to enterprise manager and right click the database name and go all tasks, shrink database then click on the Files button. You can specify a size...
August 20, 2009 at 9:02 am
you might also want to check into the settings you have for automatic file growth, and look at what caused the database to grow to that size in the first...
August 20, 2009 at 8:43 am
Do you know which files have grown? if its just the log files then you will need to take a transaction log backup and right after that finishes you...
August 20, 2009 at 8:41 am
so even using everything i have found for the amount of space different data types use still was not getting very accurate results. Was some where around 80% of...
July 20, 2009 at 3:08 pm
Viewing 15 posts - 1 through 15 (of 23 total)