Viewing 15 posts - 151 through 165 (of 223 total)
You can do that which Jeff suggested, as well. However,it is under the "Query" menu option, not "Tools". Thanks.
Chris
May 9, 2007 at 8:03 am
I know in SQL 2K you can go to the Query menu item in Query Analyzer and specify that the query be outputted in text. The column headers will be...
May 9, 2007 at 7:13 am
Could it be that the duplicate data is coming from your insert? Not the data that already exists in the table, but that which you are trying to insert. Look...
May 2, 2007 at 8:01 am
Thanks for the feedback, everyone.
Chris
May 1, 2007 at 7:08 am
Good morning. How do you most of you decide to use openrowset versus bcp versus DTS? Thanks.
April 30, 2007 at 7:15 am
I found this via a Google search:
SELECT Column1, column2
from table1
where column1 in (SELECT min(column1) from table1 group BY Column1)
It seems to work for my purpose. Any thoughts. Thanks.
Chris
March 28, 2007 at 7:44 am
Andrew, just be sure -- double check the schedule -- that your restore job runs after your backup job. Other than that, I don't know what else to tell you. ...
March 21, 2007 at 9:05 am
Andrew, was the first part successful -- the full backup and restore?
If so, the worst case scenario is to just re-create the log-shipping job.
Thanks...Chris
March 21, 2007 at 7:35 am
Andrew, was the first part successful -- the full backup and restore?
If so, the worst case scenario is to just re-create the log-shipping job.
Thanks...Chris
March 21, 2007 at 7:35 am
You can also use the DTS ftp task to transfer the file. In DTS, you can check to see if that step was successful. I hope that this helps. Thanks.
Chris
March 21, 2007 at 7:18 am
Good morning, Andrew. As for getting your log-shipping back on track. Stop (disable) all log-shipping jobs (transaction log backups and transaction log restores). Next, take a full backup of the primary...
March 20, 2007 at 6:31 am
I'm also encountering a problem with blocking. The problem is that when I run DBCC Inputbuffer with the id of the process that is blocking, there are no results (I...
March 16, 2007 at 7:15 am
Excellent advise, everyone! Thank you VERY much!
Chris
December 28, 2006 at 3:22 pm
I really appreciate everyone's responses, thus far.
The log-shipping is purely for maintaining a warm standby server. So, using the SAN can eliminate the need for this, right?
Colin, I understand your...
December 23, 2006 at 12:18 pm
OK, here's my understanding of using SAN backups to recover from a disaster.
- SAN takes backup of database files (.mdf, .ldf, .trn)
- the SAN array can be attached to the...
December 22, 2006 at 10:52 am
Viewing 15 posts - 151 through 165 (of 223 total)