Viewing 15 posts - 46 through 60 (of 121 total)
I would recommend the file system and store the path in the SQL Server. Ultimate flexibility and easiest to code.
December 4, 2012 at 7:58 am
Brandon Forest (12/3/2012)
December 4, 2012 at 7:46 am
Sigh... ID's like this should NOT be intelligent, by their very nature they should tell NOTHING of the data. It serves to uniquely identify a row. Thats...
December 3, 2012 at 9:01 am
ranganathleo (11/29/2012)
November 29, 2012 at 7:30 am
But wouldn't this always compare all variables, though? In the syntax with OR, the query engine can see that a variable is empty, thereby satisfying one side of the OR...
November 26, 2012 at 5:57 am
Does this run from a stored proc with parameters? Is parameter sniffing a problem here? Perhaps add an OPTION(OPTIMIZE FOR if params are used and see what shakes...
November 20, 2012 at 1:26 pm
SpringTownDBA (11/20/2012)
DiverKas (11/20/2012)
SpringTownDBA (11/19/2012)
Full text querying only does prefix matching, not postfix'erin*' matches 'erinblah'
'*erin' doesn't match 'blaherin'
There is no way to match the last half of a word.
Actually, the way...
November 20, 2012 at 10:05 am
SpringTownDBA (11/19/2012)
Full text querying only does prefix matching, not postfix'erin*' matches 'erinblah'
'*erin' doesn't match 'blaherin'
There is no way to match the last half of a word.
Actually, the way around this...
November 20, 2012 at 9:38 am
SQL server rokee (11/20/2012)
The only glitch is that the output...
November 20, 2012 at 9:28 am
Bob McClellan-320407 (11/19/2012)
The user would be myself. I created the Job.
The job fires a stored proc that has other SP's..
one of the SPs does the purgepop.
If I execute...
November 19, 2012 at 10:52 am
Jeff Moden (11/16/2012)
DiverKas (11/15/2012)
I am curious though Jeff, what is this storing of the datatype magic you speak of? :w00t:
What's the one datatype that most people have never used...
November 19, 2012 at 10:46 am
Jeff Moden (11/15/2012)
aaron.reese (11/15/2012)
By lazy, i really mean misguided or uneducated. Entity Attribute Variables make ut easy to...
November 15, 2012 at 11:44 am
dan-572483 (11/7/2012)
November 7, 2012 at 10:54 am
sanjay.dakolia (11/5/2012)
hi,i want to insert image into sql server using sql query. please help.
thanks in advance
sanjay
It is generally considered bad practice to store images in the...
November 5, 2012 at 8:30 am
Lee Crain (10/25/2012)
I couldn't help but notice your WHERE clause:
"WHERE
a.P_STATUS <> 'R'
and b.TICKET_NUM is not null
and b.TXN_DT is not null"
All NOT comparisons...
October 26, 2012 at 1:13 pm
Viewing 15 posts - 46 through 60 (of 121 total)