Viewing 15 posts - 4,531 through 4,545 (of 4,745 total)
A DENY permission on an object outranks every other permission they may have been granted else where. Look in all the roles\groups these people are in and see if permissions...
March 13, 2008 at 8:31 am
ah, thats a shame, I don't think there is any other way. Unfortunately I guess your log chain is broken so you have no choice but to re-initialise...............
March 10, 2008 at 4:38 pm
this option should work -
for the smaller db re-initialise log shipping by restoring full backup from the primary, when you restore with standby or norecovery also specify with move option...
March 10, 2008 at 4:12 pm
Mr. Oracle, thanks for the input, it was as you said.
March 10, 2008 at 11:11 am
Sharon, CAL licensing is based on the number of concurrent connections to the SQL server, what id theese users use to connect is not relevant, all that matters is the...
March 9, 2008 at 2:31 pm
For SQL agent you can define a 'master' server which will run jobs on 'slave' servers. sounds like you have that situation here, as you cannot delete the job on...
March 8, 2008 at 3:54 am
the rebuild index task will update stats, reorganise index will not
March 6, 2008 at 6:30 am
possibly a log backup is occurring on the primary outside of your logshipping process, this log backup would not be copied over to the secondary to be loaded in...
March 3, 2008 at 1:42 pm
I log ship about 20 databases on a sql 2000 4gB 4 processor server with no probs.
It does make i/o spikey on the backup drive and log drive so important...
March 3, 2008 at 1:19 pm
guys, thanks for your help. turns out there was another unique index defined on the table I missed because I was so concentrated on the primary key (to be...
March 3, 2008 at 3:18 am
congrats on being my 300th post.:D
if you are just restoring a .bak file the syntax is identical in 2000 and 2005 and so the process is identical. (TSQL wise, the...
February 29, 2008 at 4:35 pm
don't think so matt, how can I be 100% sure there are no insert triggers on this table?
February 29, 2008 at 1:11 pm
good point steve and I wish it were so, but select on 'where user_attr_id =303' returns only 1 row.
I am thinking I need some sort of outer join on...
February 29, 2008 at 12:50 pm
you can do log shipping for this number of databases in theory, theres nothing to prevent you. there will be an i/o hit on the backup disk(so keep seperate from...
February 28, 2008 at 7:09 am
two ways - use a windows authenticated id or use sp_helprevlogin script to transfer the logins to the standby, then the sids will still match.
note - the load tran log...
February 26, 2008 at 10:02 am
Viewing 15 posts - 4,531 through 4,545 (of 4,745 total)