Viewing 15 posts - 481 through 495 (of 2,900 total)
LutzM (1/28/2015)
What happens if you run that query directly at the...
January 28, 2015 at 6:18 pm
Someone on a MySQL forun feels confident it's not MySQl causing the problem, but rather a bottle neck in the ODBC DSN configuration ...
Thoughts on that ??
January 28, 2015 at 2:09 pm
Thanks for the replies. I log on to the servers under my own account, so there is a "Reboot Now" button, but I would be the only one to see...
December 30, 2014 at 10:15 am
Is there a way to use this method, while also getting data from a MSSQL table, and inserting or updating MySQL ?? I'm guessing not.
I have another situation...
December 4, 2014 at 9:53 am
Worked perfectly. Run time from a minute down to 1 second. Thanks for explanation & solution
December 3, 2014 at 7:35 am
Great ! I think that's what I need. I will tweak it & test it .
December 2, 2014 at 1:16 pm
haichells (11/10/2014)
I have a 2008 database where I take Full backup on Saturday and Log backup (once in a day) for rest of the days. Here my log backup files...
November 10, 2014 at 9:43 am
Server, Instance & database settings will will depend on the environment, and once set don't change.
So, I'm not clear on what you are looking for.
November 7, 2014 at 11:05 am
I do it this way. I run a script to generate the commands so I can verify I get the right ones. I script "Results to text", then copy-paste the...
October 18, 2014 at 10:15 pm
Learning the script is good, but if they are all grouped together alphabetically, you can view them on Object Explorer, then highlight them all at once and click delete.
If you...
October 18, 2014 at 7:36 pm
Eirikur Eiriksson (10/17/2014)
Quick suggestion, try two separate queries, one for each email table and combine the results using union all.😎
I did something like that at the time, putting the result...
October 18, 2014 at 11:07 am
Is this a production database ? If so, is "simple" recovery acceptable from a disaster recovery perspective ?
October 10, 2014 at 1:11 pm
My boss is pretty sure that the pages they were hitting do not touch the database.
I'm going to pull the trace files for that time period and take a look...
August 22, 2014 at 6:37 am
SQLRNNR (7/31/2014)
In both cases, you can upgrade from 2000. I might even restore the database onto the 2008R2 box and leave it in compat 80 for a few weeks...
August 4, 2014 at 2:44 pm
You could export to a file with BCP, or create a SSIS package.
July 21, 2014 at 8:50 am
Viewing 15 posts - 481 through 495 (of 2,900 total)