Viewing 15 posts - 23,146 through 23,160 (of 26,490 total)
Jeff Moden (12/27/2008)
Thanks, guys. :blush: It's amazing to me how often a problem can be resolved by the "running total" method.
I told you it has value outside of...
December 27, 2008 at 6:50 pm
Steve Jones - Editor (12/26/2008)
Not sure if this applies, but check pathing in your setup files. We had an issue with Sp3 and multiple instances in SQL 2000 where we'd...
December 26, 2008 at 11:17 am
Jack Corbett (12/26/2008)
I did see your post about the registry issue, but I knew I had seen the command line install instructions somewhere so when I saw it, I figured...
December 26, 2008 at 11:15 am
Jack,
Actually, no I haven't. A friend of mine did some research and it seems that there have been a few others that have had similiar issues with a multi-instance...
December 26, 2008 at 10:43 am
How about a logical explanation? REPLACE is changing an unknown number of characters in the target string(s) whereas STUFF is adding a known number of characters at a specified...
December 25, 2008 at 1:37 pm
[font="Arial Black"]
Merry Christmas! Happy New Year!
Our thoughts and prayers with all those who are serving our country in foreign lands and our away from family and friends this season!
My...
December 24, 2008 at 10:58 pm
And you seem to be missing the point as well. When using REPLACE to create a table using SELECT INTO, how does the function know how long the longest...
December 24, 2008 at 6:30 pm
Robert Frasca (12/21/2008)
On the topic of the Queen's English, my complaint is with the way those items are categorized in BOL.
On this note, it should be known that Books Online...
December 22, 2008 at 9:17 am
A select statement won't start a distributed transaction unless you are explicitly starting one.
We had that issue with linked server queries as well. You need to search this site...
December 20, 2008 at 10:52 am
Any updates over a linked server requires a distributed transaction, using MSDTC. There is quite a bit of overhead involved using a distributed transaction, and that is what contributes...
December 19, 2008 at 9:51 pm
Time depends on your hardware. Once applied, the only way to back out is to uninstall and reinstall RTM.
December 19, 2008 at 6:58 pm
Okay, I think I'm onto something, just not sure what or where it is heading.
This is from the Hotfix.log file on DWDEV02 where the install worked:
12/18/2008 19:44:39.656 Copy Engine: Creating...
December 19, 2008 at 4:44 pm
Jeff Moden (12/19/2008)
Lynn Pettis (12/19/2008)
create table #MyTest (
CompanyName varchar(50),
CompanyID varchar(10),
RegionID char(2)
);
insert into #MyTest
select 'ANDERSON DAIRY PRODUCTS...
December 19, 2008 at 4:26 pm
Not a problem. I appreciate any help that I am getting.
I may be onto something myself right now finally!
Stay Tuned.........
December 19, 2008 at 4:04 pm
There isn't a C:\Tools directory on either server.
December 19, 2008 at 3:08 pm
Viewing 15 posts - 23,146 through 23,160 (of 26,490 total)