Viewing 15 posts - 346 through 360 (of 381 total)
I do not believe the is an optimum. It really matters is how quickly your database is growing. As an example, if you database is growing at 10MB...
September 3, 2008 at 10:18 am
Do you always have to do all 4 updates, or are you only doing 1 and the other 3 get ignored?
September 3, 2008 at 10:07 am
There isn't that I am aware of because in good modeling, you are not suppose to have a many-to-many relationship. You should put an associate table between them.
Hope that...
September 3, 2008 at 10:03 am
Is it possible to view the code you are using?
September 3, 2008 at 9:56 am
If the specific date that you are restoring the DB2 is constant (say the last day of the month), you can setup a Job that will automatically retore the DB1.bak...
September 3, 2008 at 9:51 am
Well someone else may have a solid yes/no answer for you. I don't honest know.
However, If I were in your shoes, I would be testing both out...
September 3, 2008 at 9:47 am
The page you are requesting should be between those two pages. I do not know why it isn't. However, with that not working, my next best suggestion would...
September 3, 2008 at 9:41 am
1) Yes, the #temp table should be unique to every stored procedure that opens it. Of course you want to make sure you drop the table at the end...
September 3, 2008 at 9:36 am
That is how you open the export wizard. I was wondering what you saw when you opened the wizard? If you have never opened it before, you will...
September 3, 2008 at 9:04 am
What do you see when you click on export tasks?
September 3, 2008 at 7:52 am
I just assumed that the database held the location of all the food stores, medical supplies, porn, etc.
September 3, 2008 at 6:57 am
The 2nd menu item that comes up is called "Choose a Destination". The very first drop down menu is for destination. Select Microsoft Excel.
September 3, 2008 at 6:54 am
At what step during the setup of the database mirroring do you recieve the issue?
September 2, 2008 at 10:26 pm
Do you get anything when you run the following command or do you get another error?
restore headeronly from disk='c:\demo.bak'
September 2, 2008 at 10:09 pm
Try putting the statement in the WHERE part.
where CustID not like '%-%'
September 2, 2008 at 10:01 pm
Viewing 15 posts - 346 through 360 (of 381 total)