Viewing 15 posts - 16 through 30 (of 30 total)
If you set up a FULL backup of original database you could use it for the simple method of replication from previous reply. Also if you don't do Transaction Log...
January 15, 2010 at 7:31 am
If I understand correctly you are replicating database once nightly?
There is a fairly straightforward method which involves using a simple script to copy latest full backup file to second server...
January 15, 2010 at 5:47 am
I would create copies of the tables to be altered using SELECT INTO and name the new tables with "NEW_" in front of old name. Inside a Transaction Truncate ...
January 13, 2010 at 3:19 am
How are you copying the data? SSIS sometimes will generate huge log files and take ages to copy large amounts of data where a simple SQL statement will often run...
January 7, 2010 at 8:15 am
There is a solution outside of SQLServer if the normal database backup method fails. Is there a backup performed of the actual files on the server - e.g C:\ drive...
January 7, 2010 at 8:03 am
cheers - I'll do that. I thought it might have been relevant to the "is there a best HA solution" but I suppose this thread is more about "best" than...
December 3, 2009 at 7:03 am
I am interested in knowing what others think of using virtualization as an HA solution. In particular what your opinions are of VMware and MS Hyper-V as alternatives to traditional...
December 3, 2009 at 4:24 am
the two languages are being merged together soon so hopefully we can have the best of both worlds (or the worst of both - possibly)
November 13, 2009 at 8:37 am
I was surprised at the holidays in USA, but then your wages are higher than in UK. I get 33 holidays plus public holidays, plus pension.
But those were won by...
March 6, 2009 at 7:48 am
I don't want to concatenate 2 different fields I want to concatenate all of a particular Field.
So if Column is Total and Rows are days of week. Mon=1,Tue=2,Wed=3,Thur=4,Fri=5. In a...
January 20, 2009 at 12:42 pm
Did anyone find a solution to this?
I would also like to concatenate like:
=Join(Fields!Total.value,",").
I also have did similar for parameter selections.
January 19, 2009 at 4:18 am
I also want to show averages.
If this isn't possible can some-one explain how to make a table next to Matrix which has averages of the matrix?
December 22, 2008 at 3:23 am
I also have had to deal with bad design from 3rd party vendor. I made changes to supplied stored procedures to improve performanace / remove bugs.
But there was one...
November 11, 2008 at 6:12 am
microsoft site has a procedure called sp_help_revlogin which can copy usernames and encrypted passwords from one server to another. In the procedure it has :
"IF (@login_name IS NULL)
DECLARE...
May 14, 2008 at 8:31 am
The "application would need to reconnect to the mirror database" is not necessarily true because the new version of MDAC in Visual Studio 2005 contains a mirror-related feature with-in the...
June 27, 2007 at 7:09 am
Viewing 15 posts - 16 through 30 (of 30 total)