Viewing 15 posts - 4,231 through 4,245 (of 4,745 total)
what version of SQL are you on? I see this error occasionally but can never find any evidence there was a problem or the drive was out of space. I...
September 6, 2008 at 12:36 pm
try command line utility sqldiag.exe, this is the tool MS support would want run to extract complete info on the server set up (OS and HW)
September 6, 2008 at 12:15 pm
Nikhil, thanks so much for your input, its so good to have a second opinion when under pressure.
I looked at creating a new location, but had doubts about going for...
August 12, 2008 at 2:36 pm
this is in the 2005 forum so I presume you are on 2005, therefore use the DMVs
http://msdn.microsoft.com/en-gb/magazine/cc135978.aspx
If you are in fact on 2000, a lot more difficult, you are stuck...
August 11, 2008 at 4:03 pm
I think you mean a data NDF file then. As the Db is mainly read only you could get performance improvements by adding a new FILEGROUP and moving the most...
August 11, 2008 at 12:21 pm
do you mean another transaction log file? the log file is a write ahead file , by which I mean it completely fills the first file before writing to the...
August 11, 2008 at 12:01 pm
juliembarr (8/8/2008)
We use 9.00.3186 specifically to correct this problem. This is cumm update 3.
julie(?) this resolves backup history and jobhistory problems? Because I am at 9.00.3200 (CU4), so maybe...
August 10, 2008 at 1:10 pm
e (8/8/2008)
George, can you provide an example?
yes sorry remembered syntax wrong, see BOL for create table, use the collate clause for the column definitions to specify the collation you want...
August 8, 2008 at 3:47 pm
with no table schema or query info its hard to say, but a covering index on all columns in the where clause usually gives best result. remember clustered index is...
August 7, 2008 at 12:17 pm
sa has sysadmin access and therefore full rights in all the databases whatever you do, so as long as you have stopped the app connecting using sa, you are done.
August 5, 2008 at 2:51 pm
thanks, you are right, I have a 9.00.3200 (CU4) server and it turns out it is working there.
still leaves the history cleanup task though. maintenance plan history delete seems to...
August 4, 2008 at 3:15 pm
were you trying to drop db_owner role or sa, neither of which you can do.
use sp_changedbowner to change the dbo to the login you want. The login cannot already be...
August 4, 2008 at 2:47 pm
by truncating the log you have broken the lsn chain. You will be able to backup the log again but as the message says you wont be able to roll...
August 3, 2008 at 1:45 pm
Steve Jones - Editor (7/30/2008)
quote]
yes, the touch sensitive screen was the best bit of the car, I almost had a...
July 30, 2008 at 12:45 pm
Andy, agreed, and I wish it wasn't so, but public transport has been made such a mess of through greed, incompetence, privatisation, and governments caving in to the car lobby,...
July 30, 2008 at 10:11 am
Viewing 15 posts - 4,231 through 4,245 (of 4,745 total)