Viewing 15 posts - 991 through 1,005 (of 1,166 total)
Is this sql 2000? or 2005?
Use sp:completed with EventCalss, spid ,textdata , Duration, cpu, reads and writes columns only.... YOu don't need duration, cpu, reads and writes columns but you...
December 12, 2006 at 1:38 pm
4.4 mil rows in 4-8 seconds is very fast ... how many total does this table contains...
December 11, 2006 at 5:40 pm
Yes, it possible...
You can scheduled the job to run every 1/5/30 minutes or so...
1. Create a table with file name and path ...
2. Write a proc to check the table...
December 11, 2006 at 5:21 pm
I see most of the documented dbcc writes the info to sql error log but most of un-documented dbcc not...
If you can spend money for this check for third party tools..
December 11, 2006 at 5:12 pm
Post exact error details... mean time try the following...
If it is not network issue try the following...
Change the agent profile: increase your commitbatch size to 100 or 150 and try...
December 11, 2006 at 5:07 pm
I don't think there is way other than hacking and modifying system procs...
SQL code will check the uses athentication with job ownership or sysadmin...so that you don't get the status..
December 11, 2006 at 4:52 pm
You may get better info from the following...
select * from sys.foreign_keys
December 11, 2006 at 4:32 pm
Another method will be add a dummy column and update... drop orignal column and add new columm...
http://www.sqlservercentral.com/columnists/pibison/alteringacolumnonareplicatedtable.asp
December 11, 2006 at 4:08 pm
I don't see any problem...
1. backup database...
2. Script replication...
3. Remove all subscriptions...
4. Remove all publications...
5. Disable replication on the...or remove replication...
6. Restore all user databases on to new server.
7.Enable for...
December 11, 2006 at 3:56 pm
First try to figure it out what is causing this failure...
1. Run tlog backup in a Query Analyser window and see that error do you get..
Backup log <database name> to...
December 11, 2006 at 3:16 pm
can you post sp installation error you got...
Try reinstalling sp3 again...
December 11, 2006 at 12:36 pm
December 11, 2006 at 12:29 pm
Yes, that is correct...
Log file will not be truncated when you run the full backup...
December 11, 2006 at 12:09 pm
Viewing 15 posts - 991 through 1,005 (of 1,166 total)