Viewing 15 posts - 166 through 180 (of 457 total)
32767 databases per instance - found in BOL
Re memory I think it is limited to the amount the OS can use, this information is available on the microsoft technet site....
January 7, 2010 at 9:43 am
RDP to you machine, Then RDp to the server, when signed into the server click the pin on first machine title bar at the top of the screen, so the...
January 7, 2010 at 5:20 am
I have done the before, and i was able to minimise the third RDP hop, so to speak, to minimise the server session to get back to the RDP session...
January 7, 2010 at 4:39 am
Have a read of Tony Robinson's blog post here, it may help you answer your question:
http://sqlblogcasts.com/blogs/tonyrogerson/archive/2006/08/17/948.aspx
January 6, 2010 at 2:11 pm
pankaj.baluni (1/6/2010)
Furthermore, if you can seperately mention the steps for all three, would be much...
January 6, 2010 at 11:02 am
krayknot (1/5/2010)
sanketahir1985 (1/5/2010)
1. check for free space on drive where tempdb is stored
&
2. Try to truncate log of tempdb only if no users are using tempdb...
January 6, 2010 at 2:38 am
You have a few options including SSIS and also OPENROWSET in TSQL.
Checkout this URL for some further info:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926
Edit: An after thought, You will have to be on the 2007 version...
January 5, 2010 at 6:33 am
You could try excuting in smaller transactions/batches allowing the log to be recycled and not use all the space.
January 5, 2010 at 6:22 am
I guess the first question would be why do you want to give a user role such high access rights?
January 4, 2010 at 3:55 pm
Firstly there is no need to to enable AWE on 64bit systems...Thats a setting to allow 32bit systems to access more than 4GB
When you set the Min and Max memory...
January 4, 2010 at 3:32 pm
I'm not entirely sure what you need or what you are after...In terms of table space used you can try, amongst others, the tip provided in this link:
http://www.mssqltips.com/tip.asp?tip=1177
In terms of...
January 3, 2010 at 3:46 am
I don't think you can take a log backup in simple mode...Cooler might be right about Full recovery though.
I'm no expert on peer to peer replication but I would suggest...
January 1, 2010 at 5:57 pm
Its possibly its exactly what it says on the tin, so to speak...Have a look at this post see if it helps
January 1, 2010 at 2:22 pm
So when the backup is taken the DB is in multi-user mode but when restored onto another box the DB is in Single User mode.
Have you tried this on...
December 30, 2009 at 6:43 am
Viewing 15 posts - 166 through 180 (of 457 total)