Click here to Skip to main content
15,903,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to suppress javascript error while using WebClient Pin
MAP Tiger27-Aug-08 22:37
MAP Tiger27-Aug-08 22:37 
AnswerRe: How to suppress javascript error while using WebClient Pin
MAP Tiger28-Aug-08 0:02
MAP Tiger28-Aug-08 0:02 
GeneralRe: How to suppress javascript error while using WebClient Pin
dennisa29-Sep-09 13:32
dennisa29-Sep-09 13:32 
Questionvb.net and SQL server 2005 Pin
Rafone27-Aug-08 11:59
Rafone27-Aug-08 11:59 
AnswerRe: vb.net and SQL server 2005 Pin
Polymorpher27-Aug-08 14:16
Polymorpher27-Aug-08 14:16 
AnswerRe: vb.net and SQL server 2005 Pin
Ashfield27-Aug-08 21:24
Ashfield27-Aug-08 21:24 
GeneralRe: vb.net and SQL server 2005 Pin
Rafone28-Aug-08 3:11
Rafone28-Aug-08 3:11 
GeneralRe: vb.net and SQL server 2005 Pin
Jon_Boy28-Aug-08 4:23
Jon_Boy28-Aug-08 4:23 
I've done something similar to what it sounds like what you want to do. I have a logging shipping setup that is running (backups occur every 15 mins, restore 2x a day) to copy changes from the production DB to a secondary DB (meaning the secondary DB matches within a 12 hour window). The production DB is very, very large.

I created an app that allows other developers to create their own test databases to work and test off of. The app dynamically creates a new DB, copies the DB schema over, sets security rights, and then copies the data. Small tables (those under 500 meg) are copied in full. The large tables I have specific queries that limit the amount of data defined by the dev (IE: by default the past 90 days of orders vs all orders in the orders table (but they could do that if they really wanted to)). There are only like 12 tables that are extremely large. The finished test DB is small, but has enough valid data to dev/test with. You could do something similar that limits the data to the past month for the FDA.

Other ideas:
1. You might want to check the Red Gate products. Not sure, but they might have something that could help in this area and save you some headache.

2. Look into logshipping/mirroring and create your own method for extracting the data (copies, bulks, dts, etc).

Any suggestions, ideas, or 'constructive criticism' are always welcome.

GeneralRe: vb.net and SQL server 2005 Pin
Rafone28-Aug-08 5:10
Rafone28-Aug-08 5:10 
QuestionCrystal Reports and Images Pin
Cory Kimble27-Aug-08 8:54
Cory Kimble27-Aug-08 8:54 
AnswerRe: Crystal Reports and Images Pin
codemunch27-Aug-08 9:25
codemunch27-Aug-08 9:25 
AnswerRe: Crystal Reports and Images Pin
ScottBrady27-Aug-08 10:51
ScottBrady27-Aug-08 10:51 
Answercopy/past column from excel file to an other one Pin
zdoucha27-Aug-08 7:43
zdoucha27-Aug-08 7:43 
GeneralRe: copy/past column from excel file to an other one Pin
rprateek27-Aug-08 17:17
rprateek27-Aug-08 17:17 
QuestionUsing Updatepanel inside a compositecontrol that implements iscripcontrol Pin
Member 202259227-Aug-08 6:33
Member 202259227-Aug-08 6:33 
AnswerRe: Using Updatepanel inside a compositecontrol that implements iscripcontrol Pin
jzonthemtn28-Aug-08 4:54
jzonthemtn28-Aug-08 4:54 
QuestionWhat is := in VB.net Pin
xx77abs27-Aug-08 5:36
xx77abs27-Aug-08 5:36 
Answer[Message Deleted] Pin
lisan_al_ghaib27-Aug-08 5:54
lisan_al_ghaib27-Aug-08 5:54 
GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 6:25
xx77abs27-Aug-08 6:25 
AnswerRe: What is := in VB.net Pin
Thomas Stockwell27-Aug-08 6:14
professionalThomas Stockwell27-Aug-08 6:14 
GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 6:26
xx77abs27-Aug-08 6:26 
AnswerRe: What is := in VB.net Pin
Nick Rioux27-Aug-08 6:48
Nick Rioux27-Aug-08 6:48 
GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 7:12
xx77abs27-Aug-08 7:12 
AnswerRe: What is := in VB.net Pin
Jon_Boy27-Aug-08 6:54
Jon_Boy27-Aug-08 6:54 
GeneralRe: What is := in VB.net Pin
xx77abs27-Aug-08 7:14
xx77abs27-Aug-08 7:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.