Viewing 15 posts - 2,296 through 2,310 (of 2,897 total)
Did you ever figure it out ?? I have a similar problem.
December 6, 2007 at 12:40 pm
Did you install Service Pack 2 ?? I think that has the DTS legacy Components in it, along with all the other fixes & updates.
November 28, 2007 at 9:13 am
SQL 2005 has synonyms that are for situations like this.
November 22, 2007 at 8:34 am
So, you want to change the default collation of the server ?? It's not easy. I've looked into it, and for now, I'm going to live with it...
November 20, 2007 at 2:49 pm
I've had a couple of service pack installation problems recently, and I think the problem was that the account used to log onto the server did not have enough permissions....
November 20, 2007 at 12:17 pm
I'm not clear on what's moving where, but you're right about having to specify the server name with linked servers.
You might want to ask this in a new thread...
November 20, 2007 at 12:12 pm
webrunner (11/18/2007)
Thanks for everyone's advice.About how much does Idera's Diagnostic Manager cost?
webrunner
I don't remember. They have prices listed on their website, and they will usually discount those prices somewhat if...
November 18, 2007 at 4:27 pm
I suppose there must be some, but they claim it's very minimal. It seems worth the benefit, and we haven't noticed any problems. It has lots of setting so...
November 18, 2007 at 2:53 pm
We use Idera's Compliance Manager for this
Funny story. Lead Developer came storming down because 3 of his stored procedures were missing. We had recently refreshed the testing area from production,...
November 18, 2007 at 2:20 pm
We've got Idera's Diagnostic Manager and found it helpful, especially the "Worst Performing SQL & SP" function and the "Most Frequent SQL & SP" function. They helped us track down...
November 18, 2007 at 12:20 pm
Ed Wyant (11/14/2007)
November 18, 2007 at 11:00 am
Kenneth Fisher (11/12/2007)
Personally I would think you are better off keeping them in seperate databases unless there is some logical relationship between them.
I agree. Sounds like a lot...
November 12, 2007 at 1:34 pm
DECLARE @BackupFile char(91), -- 91 is length of BACKUP script
@strSQL VARCHAR(8000), @DateSuffix char(16)
set @DateSuffix = CONVERT( char(16), getdate(), 121 )
set @DateSuffix = replace(@DateSuffix, '-', '')
set @DateSuffix = replace(@DateSuffix,...
November 12, 2007 at 11:58 am
I came across this in my notes, but haven't tried it lately ... (too tired & busy right now)
+++++++++
--This selects every 500 th record, using an identity field
SELECT fielda, fieldb,...
November 12, 2007 at 11:53 am
Yelena Varshal (11/12/2007)
Hi kid,why don't you get your own login?
+1 The price is right
November 12, 2007 at 11:43 am
Viewing 15 posts - 2,296 through 2,310 (of 2,897 total)