Viewing 15 posts - 37,576 through 37,590 (of 39,456 total)
That CD is the media for the license you got when you purchased your computer. If you still have XP on the computer, then you cannot install it elsewhere. If...
April 17, 2002 at 8:59 am
April 16, 2002 at 1:21 pm
Not sure about this one, but there were lots of changed to OLAP in SQL 2000 and I suspect the DTS task changed. Not sure if you can automate a...
April 16, 2002 at 9:58 am
In Oracle there is always a cursor created and referred to for operations. Something I did not know until recently and it seems lots of people coming to SQL Server...
April 16, 2002 at 9:55 am
April 15, 2002 at 4:00 pm
backup restore or detach/attach are both easy. I'd do the detach/attach if this is a one time thing.
Steve Jones
April 15, 2002 at 3:58 pm
I would say that a DBA is responsible for the integrity and performance of the database. Therefore the DBA should do all object and query development OR review all queries...
April 15, 2002 at 3:56 pm
April 15, 2002 at 11:02 am
April 15, 2002 at 10:58 am
You can also use differentials to minimize your risk. If you made a 12:30 differentials, then the corrupt 12:25 would not matter. You'd do the 12:00 full, the 12:30 diff,...
April 15, 2002 at 10:57 am
You would need to write a script that can move the database defaults for the users. There is not a way for SQL to know this (unless you copy the...
April 15, 2002 at 10:53 am
AFAIK, you will need some script to do this. There might be one on this site. In EM you can see the user permissions, but need to check the...
April 15, 2002 at 10:51 am
Try a couple things:
Log in as UserX in QA, note the default db. Check EM and the properties for this login and note this.
Restart SQL and repeat.
Now change the default...
April 15, 2002 at 10:03 am
Good suggestion. I will add it to the list of things we have for enhancements.
Steve Jones
April 12, 2002 at 3:20 pm
you can run in simple more, which will truncate the log and essentially work without one, but some things will still be logged.
Steve Jones
April 12, 2002 at 11:10 am
Viewing 15 posts - 37,576 through 37,590 (of 39,456 total)