Viewing 15 posts - 181 through 195 (of 708 total)
When a sql:variable() value is substituted in the query, it is treated as a literal string, wrapped in double-quotes, instead of as an XML node test.
Literal strings used by...
October 19, 2018 at 10:25 am
Adding...
If you are comparing node values to a variable, use sql:variable("@VariableName") in the XPath.
If you are comparing to another column in the query, use sql:column("ColumnName")
[code...
October 15, 2018 at 3:07 pm
October 15, 2018 at 2:44 pm
Leave the current DataMart online while you prepare the new one:
- Create a new database on the DataMart
- ETL-load that database from your DWH while the current database...
October 10, 2018 at 3:12 pm
Following up, I rebuilt the table with row-level compression and ran the tests again. The results were the same. The in-memory representation of the data is based not on the...
October 1, 2018 at 3:32 pm
The counter argument is that while data stored on disk and persisted in the data cache uses actual size (if you use Unicode compression when nvarchar(columns) that hold ASCII...
September 30, 2018 at 1:08 am
When you deleted the column, the contents already on disk were not deleted. New rows will go in without the column, but the old data stays on disk until you...
September 20, 2018 at 12:03 pm
Other places to check when seeing elevated ASYNC_NETWORK_IO waits:
- Check the entire network path between the database server and the client(s). A switch connection somewhere on the path may...
September 20, 2018 at 11:51 am
I agree with you that option D is the lesser of those four evils.
The correct answer is:
E - Run CHECKDB with ALL_ERRORMSGS, NO_INFOMSGS, and no repair options to determine the...
September 19, 2018 at 4:55 pm
September 15, 2018 at 10:16 pm
The target system (the server to which you are shipping logs) must be on a version equal to *or greater than* the source of the transaction log backups. Upgrade the...
September 10, 2018 at 10:05 pm
Looks like you're discovering the value of cram sites. Hope your box didn't get rooted going there.
September 9, 2018 at 4:34 pm
You patch AGs the same way you upgrade them.
-Eddie
September 9, 2018 at 4:31 pm
SELECT
September 8, 2018 at 5:29 pm
I wanted to know if setting Auto Update Statitics to TRUE will be good for...
August 29, 2018 at 4:57 pm
Viewing 15 posts - 181 through 195 (of 708 total)