Viewing 15 posts - 1 through 15 (of 40 total)
Good question on reverting to snapshots. I do not necessarily agree with the 'correct' answer.
July 19, 2012 at 12:54 pm
The wording of the question mentioned 'maximum processor cores' and BOL specified Operating System Maximum for SQL Server 2008 R2 Datacenter Edition. I looked up the specs of Windows...
July 13, 2012 at 11:08 am
Hi Hugo,
My apologies for posting so late in the game.
Excellent question. I did get it wrong by overthinking it and delving into the use of a CLUSTERED or NONCLUSTERED...
July 12, 2012 at 3:48 pm
Hi Nakul,
I know I am a little late to the party, but it does seem like a competent DBA would check the logs to find the DAC port for each...
June 14, 2012 at 3:15 pm
Great question Hugo. I do typically create constraints using the ALTER TABLE statement and I got it wrong, but I did not feel tricked at all. I enjoyed...
June 14, 2012 at 2:55 pm
I think the easiest way to generate Oracle DDL would be to reverse engineer the schema into a Data Modeling tool (if you have one) and then try to generate...
June 20, 2011 at 8:56 pm
Hopefully no one is "running" their database maintenance with these jobs on SQL 2005 and 2008 Express :-). This question smelled tricky from inception, and I am a little...
November 27, 2009 at 5:48 pm
I would like to pile on as well and claim that MDX is not equivalent to T-SQL. I found the question to misleading by not stating that a mix...
April 16, 2009 at 1:15 pm
Do your users have permission to run DML statements directly against the database without using an application interface? If so, you may be out of luck without utilizing a...
February 25, 2009 at 12:45 pm
Hppefully re-attempting synchronization did work for you. If not, you may want to look into the tablediff command line utility to compare the table at the Publisher and Subscriber.
ken
February 21, 2009 at 12:41 pm
I would start with the SQL Server Surface Area Configuration manager and work from a Remote Desktop Connection to the host or at the console directly. Look under Service...
February 20, 2009 at 7:57 pm
Wayne,
Have a nice night and hopefully a good weekend.
I think that your tracing application may be a bit too sensitive or your event storage db is too small. The...
February 20, 2009 at 7:21 pm
Hi Wayne,
Is the table [dbo.queue_messages_37575172] a persistent table or something created dynamically by the application?
Is it possible the UPDATE transactions are modifying values of columns defined in the...
February 20, 2009 at 6:43 pm
Would you mind sharing the output of sp_spaceused and sp_helpfile while connected to the database in question?
I believe the facts the you laid out in your post. I just...
February 20, 2009 at 6:13 pm
See BOL topic ALTER DATABASE. Make sure that you specify a maximum size if you enable autogrowth.
I do not mean to be rude, but how is it that you...
February 18, 2009 at 12:14 pm
Viewing 15 posts - 1 through 15 (of 40 total)