Viewing 15 posts - 1 through 15 (of 20 total)
You can do it a couple ways.
begin try
exec...
August 9, 2024 at 8:13 pm
Your connection string should have a failover partner parameter in the connection string if you are connecting with ADO.Net or SQL Native Client. Replication does not have that type...
May 14, 2012 at 2:52 pm
I was able to solve the problem by creating a different where clause and adding a second dataset with a union to pull in the servername.
1. First data set...
October 5, 2010 at 2:37 pm
There is only one database on the server, but I would like to upgrade the compatibility level of the database to 100 because I would like to take full advantage...
June 22, 2010 at 9:12 am
I found the solution to the problem. Take the two schema options you would like to change and perform a bitwise AND on the two numbers. If you...
May 27, 2010 at 1:42 pm
Just make sure that you are not changing the recovery model in the process.
May 7, 2010 at 7:29 am
Shrinking a log file of the primary database is not going to break log shipping. All log shipping depends on is sequential restores of the transaction log backups to...
May 7, 2010 at 7:25 am
The high safety without automatic failover.
April 22, 2010 at 1:56 pm
I personally have never had any trouble with different file layouts between the principal and mirrored server, but if you are adding an additional data or log file it would...
April 15, 2010 at 1:56 pm
I have a database with a 6Gb data file and a 30Gb log file (I believe the log file is to big)
Why do you think this? It may be...
February 23, 2010 at 8:28 am
The first thing I would do is disable the job that is shrinking tempdb every two minutes. Just make sure you have some way of monitoring the disk space...
February 22, 2010 at 3:02 pm
One more thing. Each time you either restart the server or restart the instance, tempdb gets recreated. Make sure you size your initial configuration accordingly because if you...
February 22, 2010 at 2:31 pm
Each time the tempdb, or any database for that matter, has to grow the server takes a performance hit. So if you are growing the tempdb out 2 GB...
February 22, 2010 at 2:26 pm
Do you have autoshrink on the tempdb log file or are you shrinking the log file on a scheduled or manual basis? How much free space is located in...
February 22, 2010 at 2:00 pm
check and see if there are still open transaction in the database. dbcc opentran.
December 8, 2009 at 11:02 am
Viewing 15 posts - 1 through 15 (of 20 total)