Viewing 15 posts - 1,051 through 1,065 (of 4,745 total)
but it basically reinforced the 'only reorganise at low fragmentation' advice generally given?
April 18, 2012 at 8:31 am
Grant Fritchey (4/18/2012)
April 18, 2012 at 8:23 am
try reorganise index, its much less intrusive. It can be less effective so monitor your fragmentation.
If your queries are mostly returning small amounts of data a little fragmentation is not...
April 18, 2012 at 7:15 am
THE-FHA (4/17/2012)
April 18, 2012 at 7:03 am
right click on sql server agent, properties history, you probably need to increase your retention values, in particular job history log size.
You could also have a purge job running via...
April 17, 2012 at 7:36 am
I don't know, as a veteran why did you think I need the obvious quoted at me? I found it patronising. You should have just said in your opinion it...
April 16, 2012 at 2:31 pm
largest table I have had was 1.5 billion rows. That was fine on a server with only 4Gb of memory.
Indexing is very important, for instance I found it useful to...
April 16, 2012 at 1:06 pm
this option will not be present in SQL2012
April 16, 2012 at 12:22 pm
op didn't say what he wanted it protected from.
April 16, 2012 at 10:57 am
you can specify a password when you create a backup, which would then be required to restore from the backup file.
http://msdn.microsoft.com/en-us/library/ms186865(v=sql.100).aspx
this option will not be present in SQL2012
April 16, 2012 at 10:34 am
irrespective of the connection string is there a 'use database' statement in the application.
would be worth running profiler to see exactly what happens when you fire up the application
April 16, 2012 at 4:46 am
also look for any login failure error messages in the sql errorlog and post the state no here.
April 15, 2012 at 3:35 pm
Then I took the original database Offline.
When I run the application, it complains that it can't open the original database because it's offline.
you still had this error...........
what is the logins...
April 15, 2012 at 3:32 pm
what version of SQL are you migrating from?
you should be configuring database mail and using sp_send_dbmail .
April 15, 2012 at 3:14 pm
Viewing 15 posts - 1,051 through 1,065 (of 4,745 total)