Viewing 15 posts - 196 through 210 (of 457 total)
sql_lock (7/24/2009)
gregory.hill (7/24/2009)
July 24, 2009 at 11:33 am
your description is a little vague...but this post maybe of use:
http://www.sqlservercentral.com/Forums/Topic575769-148-1.aspx
July 24, 2009 at 11:03 am
a colleague of mine has reviewed a few monitoring tools back last year and wrote an article on it...
His article can be found here:
http://www.gre-sqlserver-solutions.com/MonitoringTools.html
Hope it helps
July 23, 2009 at 8:30 am
parthi (7/20/2009)
What is the Use of On-Line,Off-Line in ms sql.
Whether it can be used to reduce the TempDb Size by bringing TempDb to Offline and then Online(Is...
July 20, 2009 at 9:43 am
If you have created a database user in the primary database, it will be included in the log shipped version when that log is restored. basically the creation of a...
July 6, 2009 at 5:06 am
you try a reverse of the process:
1 create the login on the secondary box...
2. Get the sid of this login.
3. Recreate the login on the priamry with the exact same...
July 6, 2009 at 4:34 am
Not sure if there is another method but i think the only way around this would be to create the login and database user on the primary...The DB user will...
July 6, 2009 at 3:52 am
Is the secondary database a logged shipped database?
edited: punctuation added
July 6, 2009 at 3:44 am
Mathew, not entirely sure if this will help but make the package part of a project solution when editing...If its not you might not be able to change things like...
July 3, 2009 at 4:41 am
i beleieve Tempdb this article may be of use to you:
http://www.sqlservercentral.com/articles/Temporary+Tables/66720/
June 18, 2009 at 9:43 am
noeld (6/18/2009)
Ermm... Isn't this just a description of LogShipping ?
Yes it is, using a manual log shipping process to keep a large db up to date prior to the migration...
June 18, 2009 at 8:00 am
Noel McKinney (6/18/2009)
June 18, 2009 at 7:41 am
RTFM!
Sorry i couldn't see that for looking, must be Mondayitus.
Thanks
June 8, 2009 at 6:04 am
As Allen mentioned, check the logs and event viewer. What account is the SQL Service set to run under, domain or local? It Maybe worth checking that nothing silly, like...
June 6, 2009 at 2:52 am
Not sure that it is offered out the box so to speak...
http://www.mssqltips.com/tip.asp?tip=1174
but this other link from the same site explains how you can work around the problem
June 1, 2009 at 9:50 am
Viewing 15 posts - 196 through 210 (of 457 total)