Viewing 12 posts - 76 through 87 (of 87 total)
Adding N only matters if you are going to have a unicode character in the string, such as a Chinese character. For the example you posted, you can safely...
July 8, 2010 at 4:34 pm
Not specifically related to upgrading from 2000 to 2008, but great information about upgrading to 2008: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=138230
July 8, 2010 at 4:23 pm
Can't you instead setup a job on DB1 that searches for job failures on DB2 and then sends an email when it finds one?
July 8, 2010 at 3:38 pm
Mirroring only handles DML changes to the data. If the external application that was called from xp_cmdshell modifies any data, then that data is mirrored. All data changes...
July 8, 2010 at 12:38 pm
bsegermeister, the process hasn't changed in Windows 2008 except we now use Failover Cluster Management instead of Cluster Administrator. Locate your cluster group in there after adding the cluster...
July 8, 2010 at 12:36 pm
You should import your data into a staging table, and then move your data from the staging table to your actual table via T-SQL. With T-SQL, we can easily...
July 8, 2010 at 12:31 pm
Here's what I've used in the past to move the logins between 2000 and 2005 (should work fine for 2008 too): http://www.windowsitpro.com/article/query-analyser/sql-server-login-transfer.aspx
And in case this helps someone else...
July 8, 2010 at 12:28 pm
Your question is not clear.
Yes you can install the database engine as a non-clustered component. But it means it can't failover to the other node. I don't understand...
July 8, 2010 at 12:06 pm
Yes that is true, but the OP is mentioning transaction log backups every 15 minutes so that's why we are focusing on that strategy.
April 9, 2009 at 3:14 pm
Krishna Potlakayala (4/7/2009)
Michael Valentine Jones (4/7/2009)
Since I have a full backup every day, I usually do not do a differential backup.
Incorporating differential backups into the plan...
April 9, 2009 at 12:13 pm
Grinja (4/8/2009)
Backups, Early backups, Frequent backups and verified backups
Out of interest sake, how do you go about verifying your backups?
I typically restore a backup and do a DBCC CHECKDB. My...
April 9, 2009 at 12:10 pm
Viewing 12 posts - 76 through 87 (of 87 total)