Viewing 15 posts - 1,186 through 1,200 (of 2,044 total)
I have a small issue digesting the post
Situation before:
1 Production server A (reel or virtual)
Situation in between
Cloned A to create developserver B (vm)
Current situation
Prod A reel
Dev B virtual
Do A &...
September 28, 2007 at 9:13 am
1) Check the sql server logs/windows log on a more detailed info.
2) Is the windows 2003 patched (service pack 2 seems to be current)
3) Are there any issues on the...
September 27, 2007 at 11:27 am
What is the foreign key FK_tb_vessellic_vsl_fsh_tb_lkpports_prt_fsh2?
How does @ID get filled in, I only see @IDINT
September 27, 2007 at 4:09 am
find out why they failed at the job logs? Anything curious in the server log?
September 26, 2007 at 3:23 am
in addition I would also export it to some text file(s) in case future sql versions won't support the old database format
September 26, 2007 at 3:18 am
The reindexing isn't a bulk operation.
I would try to make extra transactionlog backups during the indexing to keep the size small
September 26, 2007 at 3:10 am
You can find those with
update ...
set myfield=left(myfield,1)+'xyz'+right(myfield,len(myfield)-4)
where myfield like '_abc%'
% | Any string of zero or more characters. | WHERE title LIKE '%computer%' finds all book... |
September 25, 2007 at 2:47 am
Are you working with sql authentication or integrated security (windows authentication)?
Are the servers up & running?
September 24, 2007 at 12:09 pm
Could it be the new security settings for MSDTC in Windows 2003?
http://www.sqlservercentral.com/articles/Administering/debuggingmsdtcissues/1257/
September 24, 2007 at 7:55 am
There certainly must be a script around for this.
Job history is maintained in the msdb database. sysjobhistory system table
September 21, 2007 at 12:48 pm
Is the other side also windows 2003?
Is there a firewall in between?
This post mentions also another utility dtcping
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=455113&SiteID=1
just for future reference
dtstester: http://support.microsoft.com/kb/293799
September 21, 2007 at 12:43 pm
Any chance that the other connecting machine isn't a windows 2003 machine?
In that case you need to set some security options for MSDTC.
Might find the kb back on monday.
September 21, 2007 at 12:38 pm
Viewing 15 posts - 1,186 through 1,200 (of 2,044 total)