Viewing 15 posts - 7,126 through 7,140 (of 8,760 total)
Sean Pearce (9/9/2014)
Without trying to sound anal, it is a Where Clause and not a Sentence.
Makes no difference in terms of SQL injection.
😎
September 9, 2014 at 9:09 am
sknox (9/9/2014)
This isn't a mistake. It's Steve's subtle way of getting us to write more questions:http://www.sqlservercentral.com/articles/SQLServerCentral/115420/
😀
Sure made me question but not necessarily did it urge me to write one:-P
😎
September 9, 2014 at 7:59 am
sgroesz (9/9/2014)
StartDate: 9/20/2013 EndDate: 9/20/2013 -- Show all records dated...
September 9, 2014 at 7:14 am
JackTimber (9/9/2014)
I dont know whether this is the right place to ask this question, but how do i see my previously ask question at one place in SQL Server Central.com
Quick...
September 9, 2014 at 6:37 am
kbhanu15 (9/9/2014)
hi ALl,I have the following doubts.
1. In my procedure i dont have any transactions still can i use SET XACT_ABORT ON in my procedure?
The procedure is either in an...
September 9, 2014 at 5:52 am
Quick note, cannot recommend a string manipulation of the XML, rather use the XMLNAMESPACES directive, here is a quick parsing demo, note that the datatype specification in the value functions...
September 9, 2014 at 3:38 am
Amu (9/8/2014)
September 8, 2014 at 11:03 pm
agbondoc (8/19/2014)
I have been task to decode a very long Hex string to decimal for further analysis. The output I'm told should be two (2) columns between 2,000...
September 8, 2014 at 10:45 pm
Thanks for the question Steve but oooops:crazy:, please correct the answer!
😎
September 8, 2014 at 10:33 pm
Sean Lange (9/8/2014)
create table #SomeDates (MyDate...
September 8, 2014 at 9:03 pm
As mentioned before, this can be an injection attack surface if not done properly, normally far more fail there than succeed. Look first at other alternatives like Gail's "catch all",...
September 8, 2014 at 1:11 pm
In order to advice any further on the subject, more information is needed, without the info on network topology, connectivity etc., it is pure guesswork.
Keep in mind that in order...
September 8, 2014 at 1:05 pm
itsanjayg (9/8/2014)
thanks for question.
I tried in SQL2012 and it works fine without any error.
like this....
CREATE SYNONYM Emp FOR Appconfig
SELECT * FROM emp
it will successfully show all records...
September 8, 2014 at 8:38 am
Ooops, greater than is stead of less than in the last filter:pinch: Misread the post as "where three last activities are in a period greater or equal to 15 days"
😎
USE...
September 8, 2014 at 7:12 am
For completeness, here is a complete solution to the problem using the method I posted earlier and the sample data set posted.
😎
;WITH QUERY_BASE AS
(
SELECT
...
September 7, 2014 at 10:27 pm
Viewing 15 posts - 7,126 through 7,140 (of 8,760 total)