Viewing 15 posts - 3,316 through 3,330 (of 6,679 total)
Lowry Kozlowski (4/1/2011)
We didn't want to break anything, and once you change the compatiblity you cannot go back.
The compatibility level can be changed back, if needed. When you...
April 1, 2011 at 1:32 pm
Lowell (3/30/2011)there's no way one system can store the same data, in the same data type, in a radically smaller amount of space than the other system.
Not quite true...SQL Server...
March 30, 2011 at 7:12 pm
If you have purchased per processor licensing for 2008 R2 - you are already licensed on that system and can install multiple instances with no additional cost.
Double check your licensing...
March 30, 2011 at 7:08 pm
Using cluster administrator - you select the resource group that you want to move, right-click on the group and select the option to move the group.
You should have at least...
March 30, 2011 at 3:28 pm
As long as you are not bringing the DR system online, then all you need to restore is the log files. Which is what log shipping does for you.
The...
March 30, 2011 at 3:23 pm
Sidenote: you really should not be running SQL Server using a domain admin account. That is going to potentially open you up to some serious security risks.
The recommendation is...
March 30, 2011 at 3:08 pm
LutzM (3/29/2011)
But then you'd...
March 29, 2011 at 7:49 pm
With high safety mode - which is a two-phase commit, there would not be anything in the primary log files to recover. That is because nothing gets committed on...
March 29, 2011 at 7:41 pm
I still do not understand why MS has set that as the default option - it is not the recommended method for backing up the system.
The recommended method is to...
March 28, 2011 at 3:45 pm
What is the date '2011-3-1' supposed to represent? Is it March 1st or January 3rd?
SQL is going to interpret that date according to the date format for the server....
March 28, 2011 at 2:35 pm
First, you can use OR in an IIf statement with no problem. I have done this several times, and used AND also with no issues.
Now, on to the issue...
March 25, 2011 at 5:18 pm
Lowell (3/25/2011)
what i was implying, is you could possibly rebuild the synonym every time, something like this:
--Usage EXEC GetData 'SERVERNAME'
Create Procedure GetData(@WhichServer varchar(30))
AS
BEGIN...
March 25, 2011 at 4:55 pm
No, you cannot use synonyms this way. For this to work, you need to use dynamic SQL instead.
If you try to recreate the synonym every time the procedure is...
March 25, 2011 at 1:35 pm
Brandie Tarvin (3/24/2011)
Tara-1044200 (3/24/2011)
SQL Server has encountered 2 occurrence(s) of cachestore flush for the 'Bound Trees'...
March 24, 2011 at 9:15 pm
I have a 1.2TB database that I restore nightly to a report server. The backups are made with Litespeed and we compress to a bit less than 200GB.
Instead of...
March 24, 2011 at 9:02 pm
Viewing 15 posts - 3,316 through 3,330 (of 6,679 total)