Viewing 15 posts - 226 through 240 (of 536 total)
You should be fine to drop the columns, however you will probably find that the triggers associated with merge replication are still on the table as well so you will...
August 27, 2009 at 4:29 am
seems to work fine for me, although there is a possibility its cached.
Your not on IE8 by any chance are you? loads of sites dont work with IE8, they...
August 27, 2009 at 4:25 am
check you table sizes. it could be that the history tables are not being cleared down by the clean up jobs
August 26, 2009 at 8:04 am
you need to check object ownership and change them all that are currently under his/her login to new ownership.
August 26, 2009 at 7:38 am
Books online is a really good place to start. i know thats the answer for loads of questions but seriously for DMV's BOL is very useful and also splits...
August 25, 2009 at 3:34 am
The way i read this was that you wanted to delete transaction log backups (typically .trn) from your backup directory? is this correct? If so you can use...
August 25, 2009 at 3:25 am
GilaMonster (8/21/2009)
The error's not saying that the database is in single user mode, it's saying that the server is in single user mode.
Well spotted 🙂 My apologies - ignore...
August 21, 2009 at 6:57 am
if the database is in single user mode thats probably for a reason. you need to find out who put it in single user mode as they probably have...
August 21, 2009 at 12:57 am
do you get the same performance issues if you use between instead of the >< operators?
August 18, 2009 at 1:06 pm
yes, if you use SSMS and go to the table, right click and produce a create script to a new window. then copy and paste that in to a...
August 14, 2009 at 5:04 am
can you post the table definitions for SGTALIQDATA and LIQUIDACAO from both the sql 2000 and the sql 2005 databases
August 14, 2009 at 4:34 am
It doesnt matter what physical machine your on. connect to server A through EM/SSMS right click on the database, tasks -> detach.
move the mdf and ldf file(s) over...
August 13, 2009 at 3:48 am
if you want to move the database completely (ie to remove it from server A and add it to server B) i personally would use the detatch/attach method.
August 13, 2009 at 2:58 am
im not really sure where SQL comes into the equation in this problem?? Possibly best looking for a FogLight forum?
August 12, 2009 at 12:33 pm
recovery bring the database online and allows full database activity.
norecovery leaves the database in a restoring state ready for the next backup file to be applied (nobody can connect in...
August 12, 2009 at 9:55 am
Viewing 15 posts - 226 through 240 (of 536 total)