Viewing 15 posts - 301 through 315 (of 455 total)
SQL* (11/16/2010)
If i have a job that rebuild all the indexes, and it was in mirroring session.
Before doing the rebuild if "suspend" the mirroring, how the changes will be applied...
November 16, 2010 at 4:57 pm
i would not install Sharepoint into a shared instance for one reason. the account that is used to install Sharepoint must be given elevated priveldges the the instance. You will...
November 15, 2010 at 1:20 pm
john.arnott (11/15/2010)
ORDER BY CAST(DATENAME(mm,SomeDateTime) + ' 1900' AS DATETIME)
than adding a numerical representation of the month, whether by using MONTH() or DATEPART(),... November 15, 2010 at 12:53 pm
N.North (11/15/2010)
November 15, 2010 at 7:04 am
Kristian Ask (11/15/2010)
hugo-939487 (11/15/2010)
SELECT [Month] = DATENAME(mm,SomeDateTime),
Amount = SUM(SomeAmount)
FROM #MyHead
WHERE...
November 15, 2010 at 6:55 am
and under what account are you attempting to connect the mirrors with?
that is why i talked earlier about domain accounts that run the SQL server services being the same on...
November 15, 2010 at 5:21 am
mlabara (11/11/2010)
November 11, 2010 at 12:07 pm
oh my.... with "0" dba experience, telling you how to initiate a DB mirror may be a tall order.....
also, are we talking about replication OR database mirroring OR both?
November 11, 2010 at 12:00 pm
maybe not the best for security but here is how I always set up my database mirrors;
I use a single domain user account to run all the SQL server services...
November 11, 2010 at 6:37 am
Mighty (11/11/2010)
Looking at the percentage of incorrect results, and the percentages per answer, I wonder if people missed the "in" in "incorrect" in the question.
lmao.. +1 here 😛
November 11, 2010 at 5:41 am
great article. will make a future project i know i have coming up much easier...
thanks
November 11, 2010 at 5:20 am
you could also copy the whole thing to a USB disk, use unc pathing if available, copy it to a laptop, ftp, etc....
November 10, 2010 at 12:10 pm
sejal p gudhka (10/8/2010)
My questions is why do you require select into another table in same database ?
lol. a question that every DBA has asked a DEV at least once...
November 10, 2010 at 11:00 am
this is a bit confusing to me??
if you plan on using the existing VMware image, why would you do anything with the DB? are the database disks not a part...
November 10, 2010 at 10:44 am
Jeff Moden (11/10/2010)
Yowch! So that's what a feeding frenzy on a newbie looks like from the outside. Lesson learned for me. 😉
so you can teach an old dog...
November 10, 2010 at 10:36 am
Viewing 15 posts - 301 through 315 (of 455 total)