Viewing 15 posts - 691 through 705 (of 816 total)
This is really confusing.
What I mean was if there are any indexes on your table or not. If its then how much fremented they are?
Update stats I mean how much...
August 19, 2010 at 10:29 am
what i can assume is, you restored the backup after replication configuration(if this is not the case then dont read further).
Can you try to restore some old backup of...
August 19, 2010 at 6:55 am
depends on latency you configured and the way confliction will handled.
August 19, 2010 at 6:32 am
where DELIVERY_date=( GETDATE()-1)
*
DOES NOT return any data...I'd appreciate your help very much. Thanks in advance.[/quote]
because your delivery_date is not the datetime type. Can you confirm this?
August 19, 2010 at 5:50 am
ashish.kuriyal (8/18/2010)
have you googled about shrinkfile/shrinkdatabase and not able to find your answer there?
and here I found one of the good article...
August 19, 2010 at 4:42 am
you will be getting this error as long your agents are running.
Go in activity monitor and kill those connection.
then right click on replication on SSMS and select disable...
August 19, 2010 at 4:14 am
have you checked by putting proper counter in perfmon(performance monitor).
You can get these details there as well.
If you interested in tool, then I use quest PA/Spotlight and they...
August 19, 2010 at 4:10 am
instead of shrinking your database regularly, you must redefine your full and log backup schedule.
You will definately see the difference.
if it still growing, then you need to find which...
August 19, 2010 at 4:08 am
if the values in tables stored in similar way in both the server then its definately some setting which is changing he view.
Which sql version you using??
August 19, 2010 at 4:02 am
to convert datetime into text, use
convert(char(8),getdate(),112)
this is just a hint which you can further explore and use it in your code.
August 19, 2010 at 3:50 am
and can you please check in both server, query output option is selected to same format.
Either to grid or to text
August 19, 2010 at 3:36 am
what are your select query and output format
August 19, 2010 at 3:31 am
if you doing the logfile shrink then you can get additional information by :-
dbbc loginfo(dbname).
Status 2 means in use and 0 means free to reuse or available for shrink.
August 19, 2010 at 2:23 am
Agree with Steve, you should let the backup on specific server. But in addition, you can schedule another job which will copy the backup from all server to that single...
August 18, 2010 at 8:24 am
have you googled about shrinkfile/shrinkdatabase and not able to find your answer there?
I think in forum we genrally post the live example error not the information or knowledge upgrade...
August 18, 2010 at 7:41 am
Viewing 15 posts - 691 through 705 (of 816 total)