Viewing 15 posts - 586 through 600 (of 965 total)
DBADave (1/5/2009)
We also have a large Oracle environment here as well. One thing we do in the multi-TB data warehouses is track index rebuilds/reorganizations in a table in the...
January 5, 2009 at 12:14 pm
Jim Johnston (1/5/2009)
Jonathan Kehayias (1/5/2009)
noeld (1/5/2009)
I join to the "FREQUENT REORGANIZE" idea... In my 24x7 Servers Reindexing is banned!
At some point I would expect that you have to do a...
January 5, 2009 at 12:10 pm
I forget who posted it on Twitter first, but it was covered on slashdot a few days back. It is really kind of sad. I am torn about...
January 5, 2009 at 12:07 pm
DBADave (1/5/2009)
January 5, 2009 at 11:56 am
noeld (1/5/2009)
I join to the "FREQUENT REORGANIZE" idea... In my 24x7 Servers Reindexing is banned!
At some point I would expect that you have to do a rebuild to get it...
January 5, 2009 at 11:47 am
Disgruntled employees delete your databases like what happened to:
They were an online blogging/community site for six years, and had no backups of their SQL Database, that collapsed over...
January 5, 2009 at 11:44 am
Actually, the implicit type conversions that could happen depending on how you implement the column could be very detremental to performance. If the column is a varchar(128), and you...
January 5, 2009 at 11:41 am
In my own design I would go with the nvarchar(128) or use a user defined data type (UDDT) that describes the data being held.
January 5, 2009 at 9:33 am
Laurentiu Cristofor's blog is one the best sources of information on encryption. Some posts to look at are:
The last discusses how to protect the data encrypted by a symmetric...
January 5, 2009 at 9:31 am
Agreed,
It looks like you tried to post some sort of code into the post that ate your text. From the preview I can see:
sql server could not configure ;instance'...
January 5, 2009 at 9:20 am
You could have done an inplace migration from Evaluation to Standard/Enterprise Edition using the command line SKUUPGRADE=1 option. The command would be like the following:
start /wait setup.exe /qb INSTANCENAME=MSSQLSERVER...
January 5, 2009 at 9:17 am
DBADave,
The next time the Index Maintenance is running, check if it specifically is having the CXPacket waits that you describe. If it is, then add the MAXDOP 1 option...
January 5, 2009 at 9:12 am
One other thing to check is if the SMK is being used by the Key or Cert for encryption. A DBA will have access to the SMK for sure...
January 5, 2009 at 8:49 am
If they are a sysadmin on the SQL Server, I wouldn't bet on it. Sysadmins can do a number of operations that may allow them to decrypt the data,...
January 5, 2009 at 8:43 am
If a database is corrupt, all you can do is restore it. Anything else is a last ditch effort to recover information because you failed to backup your data...
January 5, 2009 at 8:31 am
Viewing 15 posts - 586 through 600 (of 965 total)