Viewing 15 posts - 871 through 885 (of 1,248 total)
Did you try something like below?
EXEC master..sp_helptext sprocName
August 23, 2007 at 1:12 pm
You may use the SQL Server Profiler, or check the EventViewer or other tools to trace.
August 23, 2007 at 12:41 pm
Here is a link. Maybe you know it already. My understanding is the backup on native mode is for Windows 2K or above.
http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=7156
August 22, 2007 at 12:59 pm
Look at the three tables in the msdb, sysjobs, sysdbmaintplan_jobs, and sysdbmaintplans. We can join these tables with necessary criteria and export to our...
August 22, 2007 at 12:19 pm
I think that you can. Look at the three tables in the msdb.
sysjobs, sysdbmaintplan_jobs, and sysdbmaintplans.
Join these tables with necessary criteria and export to your target server.
An example of...
August 22, 2007 at 12:07 pm
I had this kind of experience. I had to restart the SQLAgent.
August 22, 2007 at 11:37 am
Expand replication folder;
Expand publications folder;
Delete all items under it.
Then, run Disabling replication ...
Hopefully, it will work.
August 21, 2007 at 2:12 pm
Could you use Transfer Jobs Task in the DTS Package?
August 21, 2007 at 9:58 am
Normally, a compressed backup takes less time than a regular backup if we rule out difference in backup devices. It is always true in my experience (I cannot say there...
August 20, 2007 at 9:40 am
Normally, the sizes of log files do not affect stopping SQL services. But if there are some other jobs running against the server, the jobs may need to rollback. Rolling...
August 17, 2007 at 8:58 am
How about this one?
http://www.motobit.com/tips/detpg_read-write-sql-image-file/
August 16, 2007 at 7:52 pm
You need to drop subscribers before cleaning up the publishser and distributor.
August 16, 2007 at 8:53 am
It may be a connection issue. When threads exceed its maximum setting (or capability), you may have this error. Here is a link. Hopefully, it is useful.
http://knowledgebase.datadirect.com/kbase.nsf/SupportLink+Online/2475396BD?OpenDocument
August 16, 2007 at 8:48 am
Viewing 15 posts - 871 through 885 (of 1,248 total)