Viewing 15 posts - 181 through 195 (of 611 total)
sqlfriends (12/19/2016)
Thank you, let me check it
I forgot, both should ideally have the same value (in seconds) otherwise one could timeout before the second has finished.
December 20, 2016 at 7:00 am
If the update touches columns with a unique constraint and you try to insert a duplicate value into that column then it will be rejected.
That said, if you have merge...
December 20, 2016 at 6:54 am
ODBC or OLE-DB?
Have you also created a linked Server from Oracle to SQL Server?
Where do you write the query that you execute?
A good practice here is to create...
December 20, 2016 at 6:39 am
No forward compatibility......you need to install the SSRS version that is expected.
December 20, 2016 at 6:30 am
How is your tempdb configured? Is autogrowth turned off?
12bn rows is a lot of data and the recommendaion from earlier about the Batch Size is definately something to look...
December 20, 2016 at 6:29 am
shashianireddy (12/20/2016)
December 20, 2016 at 6:23 am
Rechana Rajan (12/20/2016)
December 20, 2016 at 1:01 am
I am pretty sure that you will find a critical error in the Windows Application Log for SQL Server.
December 19, 2016 at 6:10 am
In the web.config file is one parameters: httpRunTime ExecutionTimeout .
In rsreportserver.config is the Parameter DatabaseQueryTimeout
Check to see if these values are appropriately set for your Environment / Report.
December 19, 2016 at 6:06 am
I did not think of that...that would make a lot of sense....
December 19, 2016 at 3:34 am
I must admit that this time I have no idea what is expected. The query is OK, so I am not sure what else could be expected....
December 19, 2016 at 3:16 am
You could also use Detach / Attach to do the migration.....
Between these versions that works well......
December 18, 2016 at 10:06 am
allenjoey24 (12/18/2016)
December 18, 2016 at 10:02 am
I had a similar Problem and used an Archive table for records that aren't currently active.
On a regular Basis you can copy the rows from MyTable into ArchiveTable and then...
December 18, 2016 at 9:53 am
Viewing 15 posts - 181 through 195 (of 611 total)