Viewing 15 posts - 9,106 through 9,120 (of 9,248 total)
to specify locations for user databases go into SSMS and right click the registered\connected SQL instance and select properties.
Under database settings you specify the default folder for data files and...
July 23, 2008 at 3:37 pm
this is the MS description
this explains it too
http://technet.microsoft.com/en-us/library/ms190730.aspx
basically without it set memory can be paged to disk which will cause huge problems for the running SQL instance. Its important to...
July 23, 2008 at 3:31 pm
clustering is a windows server feature and not windows xp. However, using Microsoft VirtualServer you can on a laptop that is powerful enough set up a virtual 2 node MSCS...
July 23, 2008 at 3:13 pm
using terminal services in application mode would ideal for remote users, the processing is all done on the terminal server which would be on the same LAN as the database....
July 23, 2008 at 3:09 pm
Jason Shadonix (7/23/2008)
Msg 3101, Level 16, State 1, Line 2
Exclusive access could not be obtained because the database is in...
July 23, 2008 at 10:56 am
sorry my bad!!
restore database DBNAME with recovery
July 23, 2008 at 10:31 am
re run the SQL installer it should pick up any instances already on the pc, then run repair
July 23, 2008 at 9:18 am
when the database is in the restoring state try the following command and see if the database comes back online
alter database mydata with recovery
July 23, 2008 at 9:13 am
no need to shutdown sql instance,
just set the database offline. Once this is done you can then move the disk file.
After you copied the file to its new...
July 23, 2008 at 9:00 am
Max Databases per instance of SQL Server = 32,767
July 23, 2008 at 8:55 am
what are the preceding errors?
open up the plan and double check it
July 23, 2008 at 5:27 am
you do need to assign the user account sql runs as to the local policy "lock pages in memory"
July 23, 2008 at 5:23 am
did you format using the 64k switch?
was it successful?
July 23, 2008 at 1:50 am
Viewing 15 posts - 9,106 through 9,120 (of 9,248 total)