Viewing 15 posts - 7,651 through 7,665 (of 9,253 total)
With each new release of SQL Server, MS are providing the DBA with more tools that are netter equipped. CMS is really starting to become a seasoned tool IMHO!
September 23, 2010 at 11:36 pm
By using central management server in SQL 2008 you may run multi server script and compare the outputs!
September 23, 2010 at 4:23 pm
The quorum options have changed with Windows 2008, check out technet for full details
September 23, 2010 at 11:37 am
Firstly, a cluster is either active\passive or active\active, thats it
madler-797963 (9/23/2010)
So do I need to quorums? How do I get two servers to read from the same quorum?
The servers...
September 23, 2010 at 8:14 am
SQL* (9/23/2010)
hi,i'm very new to clustering concepts,
Two nodes means two physical servers(Yes/No)?
No, you may also use virtual machines. See my tech article at this link for how to deploy...
September 23, 2010 at 5:06 am
if you're using cell encryption then you need to call the encryptby or decryptby methods for each insert\select. The app code would need to reflect this
September 23, 2010 at 4:53 am
DBAgal (9/22/2010)
The data source connection looks like this: Data Source=servername,1433\instancename
That's wrong, it should be
Data Source=servername,port number
You configure the port number via SQL Server configuration manager and then use the...
September 22, 2010 at 10:41 am
from memory you need port 1434 UDP and TCP. Can you not configure the application with the server name\IP and port number like so
Myserver, 1933
or
192.168.29.28, 1933
Just open the 1933...
September 22, 2010 at 10:09 am
Dude
don't tackle the registry directly! Try this link from MS
September 22, 2010 at 10:04 am
Halcyon (9/21/2010)
September 22, 2010 at 9:52 am
AK1516 (9/21/2010)
We have planned for a two node fail over cluster where each nodes should have a instance of sql server 2008 running but with different database on...
September 22, 2010 at 9:51 am
isd83 (9/21/2010)
September 22, 2010 at 9:39 am
Run the first log backup followed immediately by another then check DBCC Loginfo
September 20, 2010 at 9:14 am
hi
what does the following return when executed against the database in question
DBCC LOGINFO
Hint: scroll down the results and check for a status of 2 near the end of the output!
September 19, 2010 at 7:53 am
Hi Jeff
results attached. I have a HP laptop with win XP SP2, 3GB RAM and AMD Turion x2 1.9ghz
query took 23 mins 21 secs
Regards
Perry
September 18, 2010 at 5:04 pm
Viewing 15 posts - 7,651 through 7,665 (of 9,253 total)