Viewing 15 posts - 5,146 through 5,160 (of 7,164 total)
Well there you have it, from the man himself!
I have been looking at swapping out my backup process to start using your database backup process Ola, but as with anything...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 12, 2011 at 4:17 pm
While tightening up a client's instance I wanted the backup task to have this ability as well...and wondered why the option was omitted. I looked into it for a little...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 12, 2011 at 12:09 pm
sqlbuddy123 (9/11/2011)
Were the Windows Server & SQL Server built without any issues ?
Yes, they installed without issue. Note that 64-bit connectivity worked fine.
Did you find any errors in the error...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 12, 2011 at 11:51 am
GilaMonster (9/11/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 12, 2011 at 9:53 am
Track-back therad may be helpful:
http://www.sqlservercentral.com/Forums/Topic1173055-1526-1.aspx
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 12, 2011 at 9:48 am
This article from MVP Dan Guzman may be helpful. I refer people to it often for questions like this. It is a generic approach to using schemas for object organization...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 12, 2011 at 9:47 am
Thanks Gail.
CHECKDB ran clean on the 7th. I may run it again tonight just to see.
These databases are on their way to a 2008R2 instance in the coming weeks so...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 11, 2011 at 11:02 am
Hassle2 (9/9/2011)
I am experiencing a strange problem. We have a database that had been migrated from 2000 or 2005 to 2008 about a year ago.
User A is a member...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 9, 2011 at 11:14 am
stevehindle12345 (9/9/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 9, 2011 at 10:15 am
stevehindle12345 (9/9/2011)
I agree, my understanding is the SID is brought down from AD upon creation within SQL so if it's in the same domain and the account...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 9, 2011 at 10:00 am
Thank you for all your responses. We tried the backward cmopat tools, and check the client protocol order. We also tried forcing the protocol to test tcp, named pipes and...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 9, 2011 at 9:34 am
YSLGuru (9/8/2011)
opc.three (9/8/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 8, 2011 at 4:28 pm
dbo is a database-level principal. To my knowledge it will not track "upwards" to the Server Login to gain the caller bulk insert permission.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 8, 2011 at 3:24 pm
In my opinion you have the best case scenario in terms of being able to associate every DB session with a specific person. In my experience most applications do not...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 8, 2011 at 1:42 pm
Another option is to have a DDL trigger fire on the CREATE_LOGIN event to alter the login immediately after it is created.
This has some valuable insight into what event data...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
September 8, 2011 at 11:07 am
Viewing 15 posts - 5,146 through 5,160 (of 7,164 total)