Viewing 15 posts - 226 through 240 (of 302 total)
You said "Note that for the same servername, it works fine from a command prompt." Do you mean that you can run a dir command on a Windows box to...
June 22, 2005 at 11:18 am
I don't remember where I got this, but perhaps it's the example you were referring to. Works fine.
use pubs
if object_id('workaround')>0
drop view Workaround
go
create view Workaround as
select
au_id
, au_lname
, au_fname
, convert(char, contract) 'contract'
,...
June 22, 2005 at 10:47 am
Execute sp_who2 and you'll see the active node listed under Hostname somewhere. Under Program Name you would see "Microsoft® Windows® Operating System" if you have Windows 2003.
Linda
June 14, 2005 at 11:04 am
It may also depend on where the Access database actually sits. Is it on a shared resource of the cluster where all nodes would be able to use it, or...
May 31, 2005 at 12:28 pm
What are your jobs trying to do? BCP or FTP files to another server? Do they run DTS packages or procedures? Can you run the jobs manually, or their pieces? Are there...
May 25, 2005 at 11:02 am
I recently got a book entitled "Microsoft SQL Server 2000 High Availability" and in Chapter 6 for failover clustering it says to make the changes in Enterprise Manager. It's a...
May 25, 2005 at 10:53 am
Thanks for the suggestion, but I've tested different log shipping intervals and got the same error. I've also tested backing up the database, copying, and restoring to the other server...
May 5, 2005 at 10:47 am
I usually don't allow users in msdb at all, but when it's absolutely necessary I use the TargetServerRole and it works just fine. You can control the exact permissions that...
May 3, 2005 at 10:47 am
I found Article 836873 that fixed the issue--not necessarily related to Reporting Services--of getting an error creating a database. It says that the problem occurs because the DefaultData and DefaultLog...
April 6, 2005 at 6:40 am
Thanks, but I stated earlier that the production box is installed on F, and I cannot change that. I can't find any documentation that it has to be on C but...
April 5, 2005 at 9:27 am
Maybe I didn't explain clearly... I don't change the ownership back and forth. I just stated that the ownership could be changed if needed. The vendor applications will not use...
March 24, 2005 at 2:51 pm
Just for an opposing point of view, let me say "It depends". We have a number of databases that are owned by a standard login account. The reason? Third party applications. ...
March 24, 2005 at 8:03 am
When you said "it could not write to this drive" meaning the quorum, what was the exact error message? (Permission issue, Resource issue, etc.) Why don't you try manually failing...
March 18, 2005 at 8:27 am
In case anyone is interested, I found a workaround for reporting from a log shipped database. First, I had to find a solution to the orphaned logins on the read-only stand-by server. ...
March 10, 2005 at 8:44 am
When you're going through the Export steps you will get to a window that says "Select Source Tables and Views". When you select a table you will see in the Destination...
February 24, 2005 at 11:11 am
Viewing 15 posts - 226 through 240 (of 302 total)