Viewing 15 posts - 31 through 45 (of 61 total)
Hi,
I think it's impossible to guess the right size of your database.
Please post your table design, maybe someone can calculate the right size for 30 million rows.
What about index ore...
May 18, 2016 at 11:09 pm
Hi,
I think, it "depends" on your database. What kind of application would you use?
If you have lots of IO, or a OLTP/OLAP, you need different drives with different speed.
The msdb,...
May 18, 2016 at 12:50 am
Hi,
for me as a human user, it would be OK to type a captcha to post something.
Or, only confirmed accounts can post something. I think, it should be possible to...
May 12, 2016 at 5:37 am
Hi,
right mouse click on the SQL Server Agent
=> Properties
=> History
Here you can change the value for the history of the jobs.
If you had jobs with many schedules, you need...
May 10, 2016 at 2:57 am
Hi,
I think it "depends" on you database. Have you checked the maintenance scripts from Ola Hallengren?
There is a stored procedure to rebuild/reorg you index, depending on the fragmentation-level and...
May 1, 2016 at 11:52 pm
Hi,
I'm sorry, but I think, this is no SQL problem. Maybe you could get more help in this forum:
http://www.computing.net/forum/dos/1.html
Kind regards,
Andreas
April 25, 2016 at 6:30 am
Hi,
maybe this link could help you:
http://www.sqlservercentral.com/Forums/Topic1262785-1549-1.aspx
Kind regards,
Andreas
April 25, 2016 at 4:38 am
Hi,
I think, you had to create 50+ datasources to use them in the reports.
Or, are you able to store the result of the query in a table on the central...
April 25, 2016 at 2:22 am
Hi,
is it possible to start the SSMS with the credentials from the different domain on your local workstation?
"runas /netonly /user:differentDomain\USERNAME "C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\Ssms.exe""
Kind regards,
Andreas
April 20, 2016 at 5:30 am
Hi,
what about this tool:
"HammerDB is an open source database load testing and benchmarking tool for Microsoft SQL Server"
Kind regards,
Andreas
April 15, 2016 at 5:28 am
Hi,
you can take a look to the scripts vom Ola Hallengren:
https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
The index rebuild / reorg depends on the count of pages also.
Kind regards,
Andreas
April 12, 2016 at 11:25 pm
Hi,
if you use Logshipping, the hole database is shipped. If you use Replication, you can choose, which object is replicated.
It depends on your requirement. Replication is just in time, but...
April 4, 2016 at 11:07 pm
Hi,
google is your friend, sorry, but the first hit was the best answer:
If the principal server is lost, the mirror is suspended, but service can be forced to the mirror...
March 9, 2016 at 3:18 am
Viewing 15 posts - 31 through 45 (of 61 total)