Viewing 15 posts - 6,496 through 6,510 (of 7,505 total)
Warning : this query does direct access to system-objects ! They may change without warning with hotfix, sp, ... ![]()
This is what I use...
October 20, 2005 at 2:08 am
start with :
ALTER DATABASE yourdb Set RESTRICTED_USER , read_only WITH ROLLBACK IMMEDIATE
Restore database yourdb from .....
![]()
October 20, 2005 at 2:02 am
check your backup with
RESTORE LABELONLY
FROM disk=yourbackup-file
RESTORE HEADERONLY
FROM disk=yourbackup-file
and check the creation dates !
I guess you have restored an older version of master !
October 19, 2005 at 7:51 am
long shot ... but ...
did someone try to run the "copy database" wizard
![]()
It does a detach...
October 18, 2005 at 3:13 am
since you dev-server is less strict than your prod server, there might be problems at dev-side.
on the other hand, if there were to occur problems, the developers would have to...
October 18, 2005 at 1:30 am
I don't know, but I can tell you this is not a one to one operation.
You'll need to think about your join predicates to determine which part(s) to use in...
October 18, 2005 at 12:46 am
check msmdsrv.exe in taskmanager.![]()
IF pss says so, accept it. For the moment I cannot check because I nolonger have msAs available on a big...
October 17, 2005 at 2:06 am
AFAIK Analysis Service (32 bit) takes maximum 3Gb. Even if more is available.
October 14, 2005 at 12:00 am
did you disable AWE when you enabled the /3Gb switch ?
October 13, 2005 at 5:57 am
When you have 8Gb ram you should alter your boot.ini to use /3Gb _and_ /pae and _not_enable AWE !
This is what we have in the boot.ini :
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Advanced Server...
October 12, 2005 at 7:11 am
John,
when you only have 4 Gb ram on your server AWE would be overhead because you should only use /3gb switch in the boot.ini
Have a look at http://www.sql-server-performance.com/awe_memory.asp
October 12, 2005 at 6:42 am
Sorry for the late followup : I've been attending SQLPASS2005 ![]()
btw Natalia I got it working now ![]()
Thanks
October 6, 2005 at 12:34 am
just a thinking :
imgFname varchar(30),
that 30 may be to small, then you'll get an error stating truncation would take place if you want to store a imgFname that is...
October 6, 2005 at 12:00 am
Viewing 15 posts - 6,496 through 6,510 (of 7,505 total)