Viewing 15 posts - 331 through 345 (of 486 total)
mario17 (9/11/2013)
Tx,Sorry but I need format on report like on my sample:
2011 | 2012
______________
prod01 | prod03
prod03 | prod02
My apologies, I hadnt copied the last...
September 12, 2013 at 3:29 am
The SQLIO utilities and PAL are a good way to evaluate the performance.
You can also look at capturing a trace from your production system and then replaying this on your...
September 11, 2013 at 9:32 am
If I understand you correctly your main concern with restoring the production database onto your development enviornment is that you will overwrite changes made whilst in the development stages.
You have...
September 11, 2013 at 9:22 am
You can remove the use of the derived table:
;with t4 as (
select '2011-01-02' as dd, 123 as prodID union
select '2011-01-03' as dd, 345 as prodID union
select '2011-01-04' as dd, 345...
September 11, 2013 at 9:02 am
That was pretty much my thinking. Ill see what the recruiter comes back with. To be honest I was not looking for a change but there is no harm...
September 10, 2013 at 3:13 pm
I must admit I have never used that application. But if it is just tables \ data you are importing using SSIS or Import Export wizard is as...
September 10, 2013 at 9:38 am
Also I was taking about the SQL Server Import Export Wizard in SSMS not any tools within MS Access.
September 10, 2013 at 7:46 am
What do you mean by SSMA? Are you referring to SQL Server Management Studio (SSMS)?
September 10, 2013 at 7:45 am
Having just re-read your question and realising you are using a maintenance plan.
You can edit your maintenance plan and if you click on the button that looks like 2...
September 10, 2013 at 7:31 am
Ryan1 (9/9/2013)
September 10, 2013 at 7:27 am
There are a few articles out there but I find the wizard straight forward enough. However here is few examples:
http://support.microsoft.com/kb/237980
http://www.fmsinc.com/MicrosoftAccess/SQLServerUpsizing/importing/Import_Access_DB.asp
September 10, 2013 at 7:23 am
The error does not show enough detail to debug the problem. Have you tried running the the package using the dtexec command line and redirecting the output to a...
September 10, 2013 at 7:16 am
We had a problem with our transaction log restores taking quite an increase due to the custom log shipping setup we had.
The DBA that set it up...
September 10, 2013 at 7:14 am
I used to work for a company which followed a similar approach. In my experience its usually been down to the overall attitude towards how the product is developed....
September 9, 2013 at 8:20 am
That's a very sweeping statement. Without any details on the environment they have you cannot definitively say that a restore will be quicker than one of the afore mentioned...
September 6, 2013 at 4:59 pm
Viewing 15 posts - 331 through 345 (of 486 total)