Viewing 15 posts - 166 through 180 (of 194 total)
Hey!!!!!!!!! script the table using Database publishing wizard which gives you both the schema & objects (values). Drop the exisiting table. Re-design the index and do the rest of the...
October 23, 2007 at 3:28 am
It depends on the functionality/business process on how we do the data restoration. Better, u create jobs by invoking connections, pointing to the particular databases, set the time and...
October 23, 2007 at 3:23 am
In this case, better create a temp table so as to update the records as when the correction / modification is done to the source file. Then, dump the source...
October 23, 2007 at 3:12 am
try to implement DTS package for pulling the records / editing or modifiying the records of the existing table in the databases. Or try to use SSIS for this kind...
October 23, 2007 at 1:42 am
try to implement by adopting some the keys mentioned overhere.....
http://www.sqlservercentral.com/articles/Monitoring/basicsofc2auditing/1547/
October 23, 2007 at 1:38 am
try this link with the samples.
http://www.vbmysql.com/articles/vb6-mysql/using-mysql-visual-basic-6-and-crystal-reports-9/
October 23, 2007 at 1:34 am
better try this link example.
October 23, 2007 at 12:41 am
better try this link samples : I think this will solve your issues.
October 23, 2007 at 12:39 am
try out this link with following samples.
October 23, 2007 at 12:07 am
this can happen due to already installed files get corrupted or some supporting files running the sql can be tampered/destoryed. Better, un-install all the sqlserver 2005 files from your computer/server....
October 22, 2007 at 11:30 pm
Instead of DTS, better try to pull the data using Import/Export Data methodoly. But the only hindrance here is you need to change the data types of access so as...
October 22, 2007 at 11:17 pm
please use identity insert off/on and try to update the respective types accordingly.
October 22, 2007 at 11:01 pm
it will work when u migrate from 2000 to 2005 as the similiar funtionality being carried by sqlserver
October 19, 2007 at 6:26 am
Try using DBPublishing wizard which will create a script alongwith (schema & data) of the existing server -2000. Keep a back up of this script.
Run the script into 2005 server....
October 19, 2007 at 6:19 am
Where is your destination server that is pulling the data thrugh transformations / jobs. My suggestion will be initially through ssbistudio, create a dummy table, run the package and check...
October 19, 2007 at 6:12 am
Viewing 15 posts - 166 through 180 (of 194 total)