Viewing 15 posts - 751 through 765 (of 1,069 total)
k.solai 53753 (1/20/2010)
HI All,Is there any stored procedure to find parameters and detials that has been used in the user defined stored procedures.
sp_help <ProcedureName>
gives the list of parameters...
January 20, 2010 at 3:24 am
klineandking (1/19/2010)
January 20, 2010 at 3:19 am
The size of master database is less than 15 MB.
So, taking full backup should not be an issue.
January 12, 2010 at 11:13 pm
Krasavita (1/5/2010)
The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space..
How can I fix...
January 6, 2010 at 2:44 am
Have you tried "ALTER DATABASE database_name SET PARTNER FAILOVER"?
December 31, 2009 at 6:48 am
Use CREATE TYPE instead of SP_ADDTYPE
What is the purpose using a transaction here?
December 24, 2009 at 6:57 am
Apollo74x (12/21/2009)
Suresh B. (12/17/2009)
--------------------------------------------------------------------------------
This is expected behaviour if you have a merge or snapshot publication....
December 21, 2009 at 5:50 am
Why is a complete snapshot being generated when a new article is added (SQL 2005)?
--------------------------------------------------------------------------------
This is expected behaviour if you have a merge or snapshot publication. If you have...
December 17, 2009 at 10:23 pm
Also, databases in restoring state (log shipping/mirroring?) are displayed...
December 16, 2009 at 11:36 pm
Are you trying to create maintenance plan to backup transaction log and are these databases in simple recovery model?
December 16, 2009 at 10:48 pm
Grant permission to the SQL Server service account to access the folder.
November 30, 2009 at 3:07 am
Roy Ernest (11/26/2009)
The only thing that could keep it big then is that there are some commands that are that has not been replicated yet. What is your retention period?
Hi...
November 27, 2009 at 2:58 am
Roy Ernest (11/25/2009)
Try running the the clean up job from the SSMS under your Account and see if it is giving any...
November 26, 2009 at 3:40 am
glugingboulder (11/24/2009)
Therefore isn’t cleaning up...
November 25, 2009 at 6:35 am
Viewing 15 posts - 751 through 765 (of 1,069 total)