Viewing 15 posts - 6,451 through 6,465 (of 7,467 total)
Is it me misinterpreting things, or is this going way back in time
October 25, 2005 at 8:17 am
PASS was a thrill !
5 days of dumping new features ,...
October 25, 2005 at 8:13 am
my first screenshot costed $400 for the screen and 25ct for the bullet
October 25, 2005 at 7:38 am
I allready ordered an "extra wide screen" to put all the little yellow workaround reminders
October 25, 2005 at 7:28 am
Aaarch .... It works ...
Now I hope I get used to work with this workaround
Thanks
October 25, 2005 at 7:22 am
well ..... a search for "ssc alzdba" did not return any results at all
a search for "msdtc alzdba" also did return zip
October 25, 2005 at 7:10 am
for what I tested that only worked where the name was stated in the text-zone of a reply
October 25, 2005 at 5:59 am
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
Viewing 15 posts - 6,451 through 6,465 (of 7,467 total)