Viewing 15 posts - 1,366 through 1,380 (of 2,008 total)
forsqlserver (11/22/2011)
My question is this.why Microsoft has written this long value
the default setting for max server memory is 2147483647 megabytes (MB). The minimum amount of memory you can specify for...
November 23, 2011 at 12:06 am
Did you try this?
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'max server memory', N; -- Change N to suite your needs
GO
RECONFIGURE;
GO
Server Memory Options
November 22, 2011 at 11:57 pm
Saga... (11/22/2011)
http://msdn.microsoft.com/en-us/library/ms190673.aspxwill answer your Question...
Note: This feature (Enabling AWE Memory for SQL Server)will be removed in the next version of Microsoft SQL Server. Do not use this feature in...
November 22, 2011 at 11:53 pm
Chris Metzger (11/22/2011)
Jim Murphy (11/22/2011)
If disk space permits, it is always a great idea to retain more. Moving those backups off to tape/NAS throughout the...
November 22, 2011 at 11:47 pm
Creating a format file would be a good idea.
Creating a Format File
http://msdn.microsoft.com/en-us/library/ms191516.aspx
Sample File:
10.0
4
1 SQLSMALLINT 0 2...
November 22, 2011 at 11:34 pm
MIXKI (11/22/2011)
Thank you Bill for the response... But what do you think the disadvantages for the Approach # 2 aside from the schema maintenance?
Just to list a few...
•It would be...
November 22, 2011 at 11:20 pm
COPY ONLY backups don't disturb backup chain. If you are trying to match LSN with other backups, it won't.
November 22, 2011 at 9:08 am
Create a Job / SSIS package for it.
You can optionally write bat / cmd files.
November 22, 2011 at 8:42 am
Everything has been checked and double checked, it's not the 1st time I have installed SQL in a clustered environment.
I would say it overconfidence. Overconfidence results in ignorance and that’s...
November 22, 2011 at 8:26 am
I assume you have gone through this article.
Before Installing Failover Clustering
http://msdn.microsoft.com/en-us/library/ms189910.aspx
If No, please go through it now & try again.
If Yes, verify each of your steps with the article given...
November 22, 2011 at 8:04 am
T_VR (11/22/2011)
The main advantage for me was that this is something that is used often within queries and this solution could have made the report not hit the fact...
November 22, 2011 at 7:46 am
Please don't create duplicate threads...
http://www.sqlservercentral.com/Forums/Topic1210091-391-1.aspx
November 22, 2011 at 7:40 am
Jim Murphy (11/22/2011)
Jeffrey Williams 3188 (11/22/2011)
With that gap in the transaction log backups you have no way of recovering.
What gap do you see?
He's doing a full backup every 24h and...
November 22, 2011 at 7:38 am
Jim Murphy (11/22/2011)
Dev (11/22/2011)
Thanks Jim. 🙂No other thoughts???
Nope. Said it all.
Very Funny Jim. Second line was for other SSC friends 😛
November 22, 2011 at 7:29 am
vultar (11/22/2011)
Thanks for this, however it doesn't mention anything about making registry key changes against a clustered instance, which is what I want to do.Cheers
Vultar
I never tried it (preferred it)....
November 22, 2011 at 7:27 am
Viewing 15 posts - 1,366 through 1,380 (of 2,008 total)