Viewing 15 posts - 1,021 through 1,035 (of 6,105 total)
Dugi,
I look at it this way. The MVP is a community service award. However, in order to win it you're supposed to be extremely knowledgable in the area for which...
July 9, 2008 at 12:58 pm
I wouldn't use a linked server connection with a DDL trigger. If there is an issue with the connection, the whole transaction will roll back. Probably better to do this...
July 8, 2008 at 2:03 pm
liya.b (6/24/2008)
I have a VB application connecting to SQL Server database using SQL Server Authentication. I'd like to use Windows security instead. If I replace 'Uid=myUsername;Pwd=myPassword;' in connection string...
July 8, 2008 at 1:56 pm
With SQL Server 2005 on a Windows Server 2003 cluster, you're going to want shared disk resources for:
Quorum
MS DTC
Data
Logs
TempDB
The following will require IP and Network Names:
Quorum (the cluster name)
MS DTC
The...
July 8, 2008 at 1:51 pm
Cdyer (7/7/2008)
July 8, 2008 at 9:27 am
To get access to the performance counters, if you're not a member of the local administrators group, you'll have to be a member of the Performance Monitor Users local group...
June 19, 2008 at 7:11 am
And it's flat-out not smart. When I used to be active on the Microsoft certification newsgroups ages ago, we would often see braindump questions posted where the answer that was...
June 19, 2008 at 6:24 am
Are you logging on with the account that is locked or with a different account?
June 18, 2008 at 1:11 am
mohammed moinudheen (6/18/2008)
net group SomeGlobalGroup SomeUser /domain /add
But I am getting error message as below
The request will be processed at a domain controller for...
June 18, 2008 at 1:09 am
Doh! I just realized RMSummary had been moved over to 2005, but the data store is still on a 2000 server. So we are not running the data store on...
June 17, 2008 at 1:19 pm
kozloski (6/17/2008)
We are using transactional replication with immediate updating...
June 17, 2008 at 11:27 am
To be honest, I've not found a lot of DBAs on here that are aware of what version of Citrix is being run... they may support a Citrix data store,...
June 17, 2008 at 9:13 am
Truth be told, you shouldn't be doing this through xp_cmdshell. What you're doing in that case is having SQL Server start a command shell and run the command at the...
June 17, 2008 at 7:00 am
BigJohn (6/17/2008)
Thank you for your comments.
I am not sure if we would need to create a new Virtual Name and IP. I was under the impression that we could...
June 17, 2008 at 6:54 am
Viewing 15 posts - 1,021 through 1,035 (of 6,105 total)