Viewing 15 posts - 181 through 195 (of 709 total)
Eddie Wuerch
MCM: SQL
October 19, 2018 at 1:58 pm
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...
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
October 15, 2018 at 3:07 pm
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
September 19, 2018 at 4:55 pm
Eddie Wuerch
MCM: SQL
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...
Eddie Wuerch
MCM: SQL
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.
Eddie Wuerch
MCM: SQL
September 9, 2018 at 4:34 pm
You patch AGs the same way you upgrade them.
-Eddie
Eddie Wuerch
MCM: SQL
September 9, 2018 at 4:31 pm
SELECT
Eddie Wuerch
MCM: SQL
September 8, 2018 at 5:29 pm
Viewing 15 posts - 181 through 195 (of 709 total)