Viewing 15 posts - 3,016 through 3,030 (of 4,745 total)
there's no pre-configured option in sql to do it.
Why do you want to do it? You would need these log backups to recover to a point in time previous to...
January 26, 2010 at 6:48 am
..oops, posts crossed 🙂
January 26, 2010 at 6:08 am
they put that disclaimer in all CU releases.
It is in that link you gave me, do a search on some part of that phrase I posted
January 26, 2010 at 6:07 am
If you logon to SQL using windows authentication SQL knows your individual windows account at that point. so SQL must be able to use windows based code to connect to...
January 25, 2010 at 2:49 pm
Agree with Roy, don't apply CUs unless you are experiencing the problem it fixes.
As Microsoft themselves say on all CU readme's:
'Apply it only to systems that are experiencing these specific...
January 25, 2010 at 2:32 pm
I must ask the wrong questions or the right questions badly 🙂
Anyway the answer is you cannot just move the bin and config directories, it would require a reinstall.
This is...
January 24, 2010 at 1:46 pm
This account is only to run the SQL services.
You then add your personal ID as a login in SQL and grant it the permissions you wish it to have. If...
January 24, 2010 at 1:31 pm
Its not a good idea to run SQL services under an account used for other purposes, such as a personal account. A domain admin account is also a security risk....
January 24, 2010 at 11:56 am
the restore job will still show as successful when it has no logs to restore, if the copy is not happening there will be none to restore, so the restore...
January 23, 2010 at 4:07 pm
the trace flag. I certainly cannot see it would ever have more impact than profiler. to minimise profiler impact you should run it as a server side trace.
the trace flag...
January 20, 2010 at 11:45 am
thanks.
that quote refers to SQL2000, in 2005 SQL can use AWe memory dynamically.
so yes slide the bar over, but I would not go above 30GB, you risk starving the OS...
January 19, 2010 at 7:08 am
If you mean perfmon is showing SQL is using just 15GB then yes SQL won't use more memory unless it needs it.
check the settings you have for min and max...
January 19, 2010 at 6:03 am
presuming production dba role?
You want -
documentation, documentation and documentation, in particular info on server setups, installation and upgrade procedures, backup\restore strategies, and DR procedures. What he does not...
January 18, 2010 at 1:25 pm
we use DNS alias's.
If there is any other procedures from the sharepoint end to handle the different server name I am not sure, my responsibility is for the databases only.
January 18, 2010 at 9:11 am
mirroring is at the database level, does not matter where the connections to the database come from, you just mirror the database, so NLB does not come into it.
Our other...
January 18, 2010 at 8:52 am
Viewing 15 posts - 3,016 through 3,030 (of 4,745 total)