Viewing 15 posts - 1 through 15 (of 50 total)
Agreed. The "ensure" would dictate at all times which would be inclusive of anyone creating an index. There is no way to "ensure" the omission of the compression parameter for...
September 3, 2021 at 4:34 pm
Great script, thank you! I think you meant for this line:
RIGHT(FileName,CHARINDEX('',REVERSE(FileName))-1) PhysFileName
to be
RIGHT(FileName,CHARINDEX('\',REVERSE(FileName))-1) PhysFileName?
July 1, 2020 at 1:32 pm
How is the correct answer correct? Am I missing something? The correct answer is item #1 and it's being marked incorrect. ???
When I run the query on my Azure server...
March 31, 2020 at 3:22 pm
So, =0 would also be correct, right? SELECT DATEDIFF(SECOND, '12:00 AM', '12:00 AM') = 0 = New Year. 🙂
January 3, 2020 at 3:30 pm
Answer A is the correct answer. Conversion of data to a type means it became that type.
February 13, 2018 at 8:27 am
January 22, 2018 at 11:11 am
Item 4 was my choice, which IS correct whether you think so or not, and the best way to perform this operation. Why would you consider this incorrect? It is the...
January 22, 2018 at 10:16 am
This really should include the WITH COPY_ONLY in the command. Not using this breaks your backup chain.
January 12, 2018 at 8:29 am
Order By Movie will also provide the correct answer, yet it tells me I'm incorrect?....:Whistling:
December 27, 2017 at 9:43 am
December 5, 2017 at 10:06 am
How is this any better than renaming the tables with sp_rename?
December 5, 2017 at 9:32 am
Another question with an incorrect "correct answer". Having is after group by my friend. I want my point! 😀
September 29, 2017 at 7:23 am
July 17, 2017 at 8:35 am
Viewing 15 posts - 1 through 15 (of 50 total)