Viewing 15 posts - 31 through 45 (of 67 total)
[font="Verdana"]Do the below steps and see:
1.Goto Enterprise Manager.
2.Right click on the servername
3.Goto properties
4.Click on 'memory' tab and see if 'Dynamically configure SQL Server memory' radio button is selected.
If 'yes' then,...
December 10, 2008 at 7:21 am
[font="Verdana"]You should be able to see it, from SQL Server itself. When adding a new login, click on browse and search in the whole directory. you should be able to...
December 10, 2008 at 7:12 am
madhu.arda (12/10/2008)
and do we need to run DBCC UPDATEUSAGE for all the remaining databases?
[font="Verdana"]Run it. Schedule it as a weekly job if you are monitoring space to make adjustments...
December 10, 2008 at 1:04 am
[font="Verdana"]Don't want to sound like an idiot but, why can't we install ODBC drivers on a cluster? I thought, as long as the drivers were available...then the DTS will work....
December 9, 2008 at 7:12 am
[font="Verdana"]How to increase size of database (Enterprise Manager)
http://msdn.microsoft.com/en-us/library/aa197143(SQL.80).aspx
HTH :)[/font]
December 8, 2008 at 3:46 am
[font="Verdana"]Hmmm...interesting. Did not think about the scenario you detailed. But, it is always good to know these sorta things. Thank you :)[/font]
December 7, 2008 at 10:37 am
[font="Verdana"]I don't think so. See the following extract.
----------------------------------------------
http://doc.ddart.net/mssql/sql70/sp_ae-az.htm
----------------------------------------------
The effect of sp_altermessage with the WITH_LOG option is that it changes the logging behavior of an existing message.
If a...
December 7, 2008 at 6:14 am
[font="Verdana"]
--CODE PROVIDED AS IS.
SELECT BS.SERVER_NAME,
BS.DATABASE_NAME,
CASE BACKUPTYPE =
WHEN BS.TYPE = 'D' THEN 'DATABASE'
WHEN BS.TYPE = 'L' THEN 'TRANSACTION LOG'
WHEN...
December 7, 2008 at 12:08 am
For Transferring maintenance plans between servers:
December 6, 2008 at 4:58 am
[font="Verdana"]I found this while browsing couple of days ago. Did not test it but, I hope it helps.
Original Location:
http://www.dbforums.com/archive/index.php/t-883004.html
Request you to, not remove the Author comments on...
December 6, 2008 at 4:56 am
[font="Verdana"]You have two locks. One is an eXclusive(X) lock for the insert and the second an Intent eXclusive(IX) for the update. These lock types are incompatible( Search BOL: LOCK COMPATIBILITY)...
December 6, 2008 at 1:09 am
[font="Verdana"]I could be wrong but, this looks like a permissions issue. Maybe, you don't have rights to access the registry key. Just check and see.[/font]
December 4, 2008 at 11:30 pm
Mr J (12/4/2008)
Thats great, will that keep all the orginal instances too ??Cheers
[font="Verdana"]
If you run the SQL2K5 setup on a box that has SQL2000 instance(s) on it, and choose to...
December 4, 2008 at 10:29 pm
[font="Verdana"]What kind of upgrade are you trying to do? In-place or Side-by-Side? If you are doing a Side-by-Side upgrade, the easiest way would be using the copy database wizard and...
December 4, 2008 at 9:40 pm
Sanaullah (12/3/2008)
its located on the remote computer and i am accessing this using linked server
[font="Verdana"]
I think we all missed this 🙂 He is using a linked server to access...
December 4, 2008 at 4:53 am
Viewing 15 posts - 31 through 45 (of 67 total)