Viewing 15 posts - 31 through 45 (of 47 total)
First you need to install sp1 followed by sp2 in order to full upgrade of binary files.
July 25, 2007 at 8:06 pm
Burhan,
The order is not matter as long as you backup them up. Make sure you do system dbs with all the service packs upgrades.
Hope it help you
June 16, 2006 at 9:37 pm
It is transactional replicaton, I did reinitialize the scrbscription, still Iam getting this error
March 11, 2005 at 1:47 pm
yes I have timestamp column in the tbl
January 31, 2005 at 7:33 pm
steve I'm connecting through EM
January 27, 2005 at 9:50 am
Hi Farell! Please advise how to fix above script with sample code to delete only partially rows in the table
Thanks
January 5, 2005 at 10:35 am
Thanks for your note! In below script @tablename i need to delete partially rows instead of whole row in the table. please advise me how to fix this?
DECLARE table_cursor CURSOR...
January 5, 2005 at 10:33 am
I need to delete partially rows here
- Delete the rows of this table.
SET @sql = 'DELETE FROM ' + @tablename
...
January 5, 2005 at 9:55 am
logical read23456
October 26, 2004 at 3:41 pm
Try using DTS Excute SQL Task in order to dump data to excel file or DTS Importor export wizard to dump the tables route.
August 25, 2004 at 12:32 pm
check joins between the tables
August 23, 2004 at 9:29 am
steve.
Thanks you for your info. How to clear data of Serial no in Equip_info tbl. I want to clear data in this tbl and set status_code column in this tbl...
July 20, 2004 at 2:01 pm
You can use Import/Export Wizard of SQL server in order to import oracle data into Sql database
May 26, 2004 at 8:59 am
Viewing 15 posts - 31 through 45 (of 47 total)