Viewing 15 posts - 31 through 45 (of 84 total)
Can you supply more code for the column select and from clause, etc? The community can probably give you better suggestions with that. That being said, here is...
October 22, 2007 at 9:36 am
I'm not sure about the performance you will get out of this, but try using the following syntax:
Select ID1.*, BT.Name From IMPORTFILE_DeDuped1 as ID1
left outer join BIG250MMTABLE as BT
on ID1.Name...
October 17, 2007 at 2:33 pm
Kinda weird, but I'm glad it's working for you. If you're running Mgmt Studio from your workstation, maybe try patching the client. If you are already patched, then...
October 16, 2007 at 2:11 pm
first off, you would want to create a linked server (like between the 2 nodes). Then from the source machine, do code like the following:
[font="System"]begin distributed transaction
select * from...
October 16, 2007 at 1:28 pm
It looks like all instances should show DTC as running, based on an x64 SQL 2005 SP2 4 node cluster in an A/A/A/P configuration. Have you tried doing a...
October 16, 2007 at 11:40 am
Hi Eva,
To answer your questions,
1) Backups are online operations, whether or not you are using Standard vs. Enterprise. As for restoring a database, when you do page...
October 16, 2007 at 9:50 am
Can you clarify what version of SQL you are running? I know you only mentioned the client was 2k5, but I want to verify that you are looking at...
October 16, 2007 at 9:26 am
One way to proactively do this is using SQL profiler. You can put a lot of filters on it, such as application (EM) or user, etc... The only...
October 15, 2007 at 12:23 pm
Not only is the question poorly worded, the "correct" answer is wrong. If you look at what filegroups can be set to read-only, it says all but the primary...
October 11, 2007 at 4:14 pm
Not a problem, Lanny.
Thanks,
Eric
October 11, 2007 at 2:36 pm
I don't think it's necessary to schedule downtime and have user acceptance testing for reindexing. If you have a 24 x 7 application database, you may need explicit downtime,...
October 11, 2007 at 12:34 pm
Hi Larry,
I would say the biggest problem with reindexing a database is the CPU, IO and time cost. It is a pretty low risk command, but it definitely needs...
October 10, 2007 at 10:03 am
I must say I am jealous. Mr. Kelly's solution is far easier and elegant. The only down-side is having to teach Enterprise Manager addicts how to use QA,...
October 3, 2007 at 10:11 am
As for adding users to the security admin role, revoke exec on sp_addsrvrolemember. I'm stumped on the grant/revoke/deny create database. I don't think that's possible. Anyone else...
October 3, 2007 at 9:51 am
For reading the error log, deny exec on master..sp_readerrorlog. Looking into the others...
Thanks,
Eric
October 3, 2007 at 9:31 am
Viewing 15 posts - 31 through 45 (of 84 total)