Viewing 15 posts - 256 through 270 (of 708 total)
You have lots of time and the database files are small. This can be easy:
1. Detach each database. This will complete all active transactions and shut down each database in...
May 12, 2016 at 9:36 pm
morleyf (4/19/2016)
... Since this Instance is servicing public facing applications in the DMZ, is it safe to...
April 19, 2016 at 9:13 pm
Ray K (3/30/2016)
Groupthink is a phenomenon that is highly destructive -- and all too common in group...
April 12, 2016 at 1:16 pm
szejiekoh (3/22/2016)
Specifies the TCP/IP authentication requirements for connections for this endpoint.
Does the "for" actually means "to" ?
-- means that client connections to this endpoint must be authenticated with...
March 22, 2016 at 1:33 pm
If the source database is live in production, and the Database Master Key (DMK) has been encrypted by the instance's Service Master Key (SMK), then you can create any number...
March 17, 2016 at 7:46 pm
I would start by looking at the following things:
> <frame procname="" line="89" stmtstart="9704" stmtend="18556" sqlhandle="0x03001200f252954d9248480120a400000100000000000000" />
This 9,000-character-long call looks like it's part of a much-larger batch. Examine that for locks...
February 29, 2016 at 10:27 am
Check the Windows logs on the server where the errors were thrown, because it looks like you lost the transaction log file, or access to it. My gut says you...
February 19, 2016 at 12:26 am
> This database is in full recovery mode, but the client appears to only be attempting full nightly backups.
> I am hesitant to perform any further action until I understand...
February 17, 2016 at 9:13 pm
Is the following an accurate rewrite of your requirement?
"For each ID, select the row with the lowest prim value"
If so, you're looking at a much simpler query, like:
WITH Names AS...
February 15, 2016 at 5:20 pm
VastSQL (2/14/2016)
Unfortunately thats the only message i got from SCOM. How can i dig more on that?
That's a meaningless alert, in my opinion. Unless it has some description documented elsewhere,...
February 14, 2016 at 2:44 am
Is there a Wait Type listed? What's the full message?
A "waiting" thread is simply one that isn't doing anything. For example, the lazywriter thread is usually waiting for something...
February 14, 2016 at 12:14 am
bhaktapur (1/4/2016)
"Attempt to fetch logical page (1:783) in database 27 failed.[...]
With DBCC Page(27, 1, 10189,2) shows Metadata: IndexId = -1.
What if you read the page with the error:
DBCC TRACEON(3604);
DBCC...
January 5, 2016 at 12:47 pm
Here's a link to download Microsoft's guide for licensing virtualized environments:
There's a specific section for core-based licensing SQL Server on VMs.
-Eddie
January 2, 2016 at 12:48 pm
The syntax error can be fixed by adding a table alias to the first derived table (shown beloaw as [PivotSource]):
SELECT group_1Digit, group_2Digit, group_3Digit, chart_code, desc_text,
AA, CL, ED, FB,...
December 30, 2015 at 7:08 pm
Unable to read and latch page (1:355872) with latch type SH. 23(Data error (cyclic redundancy check).) failed.
Step #1: ensure any process that deletes old backup files is killed and blocked...
December 30, 2015 at 4:16 pm
Viewing 15 posts - 256 through 270 (of 708 total)