Viewing 15 posts - 46 through 60 (of 84 total)
That is not true. You can name the mirrorring endpoint differently. I did it without any issue.
August 13, 2010 at 7:20 am
not sure why you used dbo.sysfiles i/o sys.database_files.
August 3, 2010 at 8:03 am
David Levy mentioned in previous post "Yes, freeing the proccache will bring back the free space in tempdb temporarily. It will not shrink the file for you, but constantly growing...
July 2, 2010 at 8:06 am
You roughly need additional 1.2 time space of the biggest index. the .2 can go tempdb if you use SORT_IN_TEMPDB.
May 17, 2010 at 7:21 am
Yes, I am interested too.
April 22, 2010 at 7:20 am
how can you tell which process you want to kill from task manager?
---
My bad. I found pid. But I donot think you should kill this pid unless you have no...
March 12, 2010 at 9:50 am
Could you provide more details, such as partition key? Not sure what the staging table for. What data you were loading to that staging table?
Thanks.
February 11, 2010 at 6:23 am
put it simple. there is reason why it exists just like sqlclr. use it wisely it could be very useful component. do not limit youself.
February 2, 2010 at 6:27 pm
It is just a story "close one door/open another door". If you use sproc to wrap xp_cmdshell, you control what the sproc can do. Keep in mind the sqlclr is...
February 2, 2010 at 10:29 am
I think that is your job to grant the permissions to the "remote user" on sql server side with what the user needs i/o "whatever".
February 2, 2010 at 9:23 am
Not sure what kind of security problem it could be if you use it properly, say use proxy account.
February 2, 2010 at 6:54 am
have you tried to add -QueryTimeout
when using invoke-sqlcmd?
December 24, 2009 at 11:28 am
I think you can try to
create clustered index with DROP_EXISTING clause.
Therefore you can proceed w/o drop FK.
December 7, 2009 at 7:21 am
I had installed 3 instances on 3+1 windows 2008 Clauster. License key is integrated. I do not know how to remove the license key. But I had no problem to...
October 22, 2009 at 8:27 am
Looking forward to seeing the scripts.
September 3, 2009 at 8:14 am
Viewing 15 posts - 46 through 60 (of 84 total)