Viewing 15 posts - 676 through 690 (of 5,504 total)
If you always need to filter against CONTAINS(BL_TBL_TOC.TEXT, '"test*"') it might be an option to add an indexed computed persisted column that would set a flag depending on the condition...
January 14, 2012 at 10:15 am
There's one thing I wonder about: the "Test Pass guarantee" (https://partner.microsoft.com/40161629).
I usually question any source that'll guarantee someone will pass a test without knowing anything about that person at all....
January 14, 2012 at 8:50 am
Here's my first approach. The result is a list of dates per hotel in the given date range with already known values.
While coding this solution I came across a question...
January 14, 2012 at 4:28 am
SQL Kiwi (1/13/2012)
LutzM (1/13/2012)
January 14, 2012 at 2:42 am
The way I read "reputation" on this site:
If there's an answer given a few minutes/hours ago where I think there's something wrong with it, I start to research. That sometimes...
January 13, 2012 at 5:25 pm
I have more questions than answers:
Why aren't the data for Jan 14 declared as "missing" for both hotels?
Why does it start on a Sunday (Jan 1st) -assuming we're talking about...
January 13, 2012 at 4:40 pm
brendan woulfe (1/13/2012)
January 13, 2012 at 3:53 pm
xRafo (1/13/2012)
Thanks,that result can be export to a folder ? like "c:\config.xml"
it's possible?
There are several solutions:
a) SSMS (SQL Server Management Studio) , option "Results to File"
b) bcp (either started from...
January 13, 2012 at 3:46 pm
To include the encoding, you'll need to change it to a varchar() data type. Otherwise SQL Server will internally use the encoding information but won't display it as part of...
January 13, 2012 at 3:07 pm
nick-1043370 (1/12/2012)
Got to say though, the...
January 13, 2012 at 9:28 am
I'm not sure if this would return the same result as your original query (or even run at all in the first place) since I have nothing to test against...
January 12, 2012 at 3:50 pm
Just change the file extension to .xls and tab as value for @query_result_separator
January 12, 2012 at 3:28 pm
I'm not sure if this question should also be on the list: What is the pay range for the DBAs and admins (in relation to the regoin the service is...
January 12, 2012 at 12:06 pm
DeanORenO (1/11/2012)
There is also this proclivity for answering questions with questions or turning the question on the asker, like most of the replies to my question will inevitably be.
If questions...
January 11, 2012 at 5:16 pm
@craig-2: Answer A has an ORDER BY but invalid syntax.
The problem in general from my point of view:
There's a company looking for someone with decent SQL skills since they obviously...
January 10, 2012 at 3:55 pm
Viewing 15 posts - 676 through 690 (of 5,504 total)