Viewing 15 posts - 316 through 330 (of 2,268 total)
You can setup one-way transactional replication.
Also I don't see how running an SSIS packages is any more secure..
July 26, 2011 at 3:01 am
To me this seems like a perfect job for the service broker ( or possible trans replication as mentioned), I agree with everyone else that I would...
July 25, 2011 at 10:02 am
the way I would do this would be to use a script task prior to the dataflow in the loop , in this script tasks use the ...
July 21, 2011 at 10:43 am
what errors do you get for the backup failure?
in regards to blocking, this should not be an issue it is an important feature of a RDMS, however if you...
July 21, 2011 at 3:37 am
create an agent job to run the stored proc every 20 seconds.
July 21, 2011 at 3:33 am
I would go for the backup/restore method outlined above over the dettach/attach as this way you can have minimal downtime.
July 20, 2011 at 10:11 am
what are the problems that you are having?
may be more useful to tell us more information before we answer your questions so we are not heading down the wrong track
July 13, 2011 at 6:48 am
re-install, or myabe look in the registry.
have a look at these answers to the same question
http://www.sqlservercentral.com/Forums/Topic1056590-146-1.aspx
July 13, 2011 at 6:46 am
you should then do this in classic asp, SQL Server is a server application and is not meant to pass error messages to the end user.
code your asp app...
July 11, 2011 at 9:17 am
you should change your plan to remove the Shrink DB and log tasks all together, it is not good practice to regularly Shrink either.
set up t-log backups to manage...
July 11, 2011 at 6:16 am
duplicate attribute members should not be a problem, I would check the attribute relations to see if the column is being used in a relationship and would need...
July 11, 2011 at 6:04 am
are you adding it as an attribute or a key?
July 11, 2011 at 5:48 am
also in SQL sometimes scenarios that work on a scaled down query do not follow through to work in the same way in a more complex query, as...
July 11, 2011 at 5:45 am
BinaryDigit (7/11/2011)
I...
July 11, 2011 at 5:36 am
dhearne 25776 (7/9/2011)
These two things make the logging of the operations unnecessary overhead.
deletes are still logged in simple mode, as are all the transactions.
July 9, 2011 at 3:26 pm
Viewing 15 posts - 316 through 330 (of 2,268 total)