Viewing 15 posts - 1,771 through 1,785 (of 5,393 total)
Weird.
Have you tried dropping and recreating the profile?
-- Gianluca Sartori
March 7, 2012 at 8:32 am
Any difference in connection SET options?
-- Gianluca Sartori
March 7, 2012 at 8:03 am
You could use the Database Publishing Wizard:
SQLPUBWIZ SCRIPT -d yourDBName -S yourServerName -U userName -P userPassword scriptFilewithPath
You can download it from here: http://go.microsoft.com/fwlink/?LinkId=119368
-- Gianluca Sartori
March 7, 2012 at 6:16 am
In fact it should not go 100%.
You can set a max limit for SQL Server memory using SSMS or sp_configure.
However, SQL Server can (and will) release memory to the operating...
-- Gianluca Sartori
March 7, 2012 at 6:02 am
memymasta (3/7/2012)
This decreases perfermance, the ram is staying above 90% used, is there any tweak or way to free the ram faster?
This increases performance! Next time you will query that...
-- Gianluca Sartori
March 7, 2012 at 5:14 am
Two options:
1) set up domain trust
2) download the file locally with FTP or SMB and then restore from local disk
-- Gianluca Sartori
March 7, 2012 at 3:50 am
george sibbald (3/7/2012)
Unless you see messages in your SQL error...
-- Gianluca Sartori
March 7, 2012 at 3:29 am
RESTORE DATABASE yourDatabaseName FROM DISK = '\\UNCPATH\yourackupFile.bak' WITH RECOVERY;
-- Gianluca Sartori
March 7, 2012 at 3:12 am
Don't use a mapped drive, use the UNC path instead.
Give the sql server user the appropriate permissions on that path and run the restore command.
-- Gianluca Sartori
March 7, 2012 at 2:54 am
mupparaju78 (3/7/2012)
As per my end... i don't have any chance for create index.. doing R & D how to come out from this problem with out create index..
Sorry, no way....
-- Gianluca Sartori
March 7, 2012 at 2:50 am
The database mail setup wizard has an annoying bug that prevents saving changes correctly when multiple instances are open at the same time: http://spaghettidba.com/2011/07/15/an-annoying-bug-in-database-mail-configuration-wizard/
You may have run into this bug.
-- Gianluca Sartori
March 7, 2012 at 2:39 am
PHXHoward (3/6/2012)
Thanks George, would this server benefit from "Lock pages in memory" or enabling AWE? Will enabling AWE have an affect on 32 bit servers with only 4GB ram?
Sure it...
-- Gianluca Sartori
March 7, 2012 at 2:33 am
HowardW (3/7/2012)
PaulB-TheOneAndOnly (3/6/2012)
-- Gianluca Sartori
March 7, 2012 at 2:21 am
bipan (3/7/2012)
Thanks for you reply.
It further means TSM has its special mechanism of taking SQl backups and its not using any SQL native tsql backup commands for sql db...
-- Gianluca Sartori
March 7, 2012 at 1:55 am
Eugene Elutin (3/6/2012)
If so, may be legacy DB2 database has some unique idexes?
In my experience, DB2 on z/OS is often used without indexes and has "logical views" to implement the...
-- Gianluca Sartori
March 6, 2012 at 6:22 am
Viewing 15 posts - 1,771 through 1,785 (of 5,393 total)