Viewing 15 posts - 616 through 630 (of 816 total)
have you run the above query to check table size to verify the space is being released from those tables?
September 10, 2010 at 2:40 am
if your resource are depending on node 2 when node1 faile then yes, they will switchover to node2 and will try to find reources there and after number of retry...
September 10, 2010 at 2:29 am
did you deleted your data and table or just flagged them as 'to be deleted'?
You can use below query to check space consuming by tables:-
/*
Obtains...
September 10, 2010 at 2:26 am
if your tables are fixed then just add those tables in model. And everytime you create new database, these tables will be there. As well you can configure the users...
September 9, 2010 at 1:03 pm
it will fired whenever there is any syntax like create database either by query analyzer or EM
September 9, 2010 at 9:45 am
you need to create trigger for this event and place the trigger in master. It will keep track of any new databases addedd and will execute accordingly.
September 9, 2010 at 9:22 am
if your problem not yet resolved then can you just corss check that you getting only the required record in your temp table
September 9, 2010 at 9:05 am
i think you can give permission as view definition for a specific SP/s
September 9, 2010 at 8:56 am
A related question, if we have confirmed that a given database is in full recovery, where do we look to see how often transaction logs are backed up?Steve
if you got...
September 9, 2010 at 8:54 am
create a role/s and define required permission to that role.
Then you can add users in that role.
It will be easy for you to manage.
September 9, 2010 at 8:48 am
ok, but thats what I mean to ask in my original question.
September 9, 2010 at 4:35 am
ok, so you mean if the isolation level is not the read commited then he will not have any performance issue
September 9, 2010 at 4:30 am
check the update statement, are they 'with lock' hint which making the table not be available for other use.
Also what is the isolation level of the database/server?
September 9, 2010 at 3:59 am
is your snapshot agent running everytime? Check in the history of job for snapshot agent for that perticualr publisher.
Are you getting any error detail in replication monitor or msrepl_errors...
September 8, 2010 at 8:40 am
Viewing 15 posts - 616 through 630 (of 816 total)