Viewing 15 posts - 286 through 300 (of 463 total)
One of the scenario where you can achieve automatic failover is Clustering. You can set up clustering between two servers but there would be only one copy of data. If your...
September 3, 2004 at 10:38 am
I don't think you can change the templates in the formatting tab of Generate SQL Script. Alternately, you can use SQL-DMO to generate a script.
September 3, 2004 at 10:25 am
September 3, 2004 at 10:18 am
September 3, 2004 at 9:58 am
Is the registration on the primary server under local or servername ? Make sure it is the servername and not local.
September 2, 2004 at 12:40 pm
You can do a remote installation of the client tools.
September 2, 2004 at 12:33 pm
SQL doesn't provide any encryption facility. You will have to rely on third party product for that. There is a function called pwd_encrypt() but this only provides one side encryption....
September 2, 2004 at 12:21 pm
Are you going to have two installations on the server at the same time i.e. Windows 2000 on C drive and 2000 Advanced server on D drive ? If yes...
August 31, 2004 at 10:58 am
Below is the syntax for sp_addmessage. Specify us_english for the parameter @lang and add the message. After this you should be able to add the british version of the same message.
sp_addmessage [ @msgnum...
August 31, 2004 at 10:40 am
When the developer creates the table, he/she would be the owner of the table. The owner of the table has full control over the table. If you want to restrict...
August 30, 2004 at 9:18 pm
Below is from a Microsoft Professional.
Hi,
Generally we do not support executing remote stored procedures if linked
server is non-SQL Server. I assume that you are using DB2. You may check...
August 27, 2004 at 11:21 am
Try replacing all the hardware parts and hope that helps.
We had issues where the server would reboot because of a bad raid controller card but the Dell diagnostics ran fine.
August 27, 2004 at 11:05 am
Below is from BOL.
sp_addlogin [ @loginame = ] 'login'
[ , [ @passwd = ] 'password' ]
[ , [ @defdb = ] 'database' ]
[ , [ @deflanguage =...
August 26, 2004 at 10:34 am
Excellent Article.
Also something which turned out to be very handy for us during the power outage last year was radios. With cell phones running out of signals/battery in the data center,...
August 26, 2004 at 9:07 am
Viewing 15 posts - 286 through 300 (of 463 total)