Viewing 15 posts - 181 through 195 (of 260 total)
You can't take a T-Log backup if your database is in Simple recovery mode. So, basically you can't do point in time restores. In other words, The earliest point you...
March 10, 2014 at 7:48 am
BTW, here is the KB article on how you can do that...
March 7, 2014 at 1:24 pm
Hi Rod,
T-Log logging works the same way in both Enterprise Edition(Most expensive) and Express edition(Free of cost). All the same rules apply to T-Log management irrespective of what edition you...
March 7, 2014 at 1:08 pm
Yeah.....It's buggy sometimes. Did you tried refreshing your IntelliSense local cache? You can do that from Edit->Intellisense->Refresh local cache.
Also, patch your SSMS to the latest build. If you are not...
February 26, 2014 at 9:58 am
Make sure path exists and retry your operation by opening your SSMS with "Run as Admin".
February 21, 2014 at 9:03 am
Perry Whittle (2/20/2014)
muthyala_51 (2/14/2014)
1) Not able to set the listener to the alwayson group. Error--
The WSFC cluster could not bring...
February 20, 2014 at 9:18 am
If they are Windows logins, nothing to worry...Windows got you covered. SID remains same.
February 12, 2014 at 8:16 am
You can't update the database when the database is in Standby/Read-only mode.
BTW, As long as the SID for Logins in your primary and Secondary Server are same, you should be...
February 12, 2014 at 8:14 am
Yes, You need a Quorum for your Windows cluster to be functional. No Quorum => No Cluster to keep it very simple.
Please see below post where Perry explained Quorum models...
February 11, 2014 at 7:53 am
Agree with George...
msdb..sp_update_job @job_name = 'Job Name', @enabled = 0 will disable the job, but the respective job schedule will be untouched. By this, the job wont run as scheduled,...
February 7, 2014 at 10:54 am
Close your SSMS and try reopening it as an admin. Don't click on connect. click on new query and then connect. This should work...
Is it throwing the same error message...
February 6, 2014 at 2:52 pm
When you start an instance of SQL Server in single-user mode, SQL Server Management Studio can connect to SQL Server. Object Explorer in Management Studio might fail because it requires...
February 6, 2014 at 2:38 pm
while using SSMS, IIRC Object Explorer is treated as a separate connection and query pane as a separate connection. Disconnect from Object Explorer and try running your query and see...
February 6, 2014 at 2:35 pm
In Place Upgrade from SQL Server 2008 R2 SP1 Developer -> SQL Server 2012 Enterprise - Not Supported.
In Place Upgrade from SQL Server 2008 R2 SP1 Developer -> SQL Server...
February 6, 2014 at 2:26 pm
Well, you should see this as well in that case 🙂 Below are the lines from the same Brad in one of his technical articles in SimpleTalk.
"One of the most...
February 6, 2014 at 1:07 pm
Viewing 15 posts - 181 through 195 (of 260 total)