Viewing 15 posts - 121 through 135 (of 194 total)
(RESULT not like '%<%') or (RESULT not like '%>%')
will pass everything except NULLs to the convert as anything excluded by the first clause will be included by the second...
March 27, 2014 at 10:45 am
If you were to need a more obscure interval - maybe its an astronomy application and needs to be timed based on the rotation of some planet other than Earth...
March 26, 2014 at 5:52 am
The other option would be to schedule it every 30 minutes, check last run time and if less than 80 minutes (or some other value slightly less than 90 but...
March 26, 2014 at 3:02 am
Ross.M (3/24/2014)
Don't suppose you know of any other SPs that can send emails without using sp_send_dbmail?
I'm currently checking through xp_cmdshell calls like you suggested earlier,...
March 25, 2014 at 8:40 am
Have you checked the properties of the PDF file extracted - there should be a PDF tab which will indicate the version of the writer used to create it and...
March 25, 2014 at 8:26 am
Sean Lange (3/18/2014)
sten.f.soerensen (3/18/2014)
SET @TIMESTAMP = 'C:\TEST.pdf'
This looks a lot like something you grabbed from the internet and don't understand what it...
March 19, 2014 at 8:42 am
I have come across SSD raid arrays where there are basically two SSDs mounted on the same PCB along with a RAID controller. These are RAID 0 arrays but it...
March 7, 2014 at 7:36 am
I couldn't see it getting a classification suitable or young teens without some major changes to the backstory - the frequent violence and murder references would need toned down significantly
March 7, 2014 at 2:37 am
chris.puncher (3/3/2014)
Can't believe Eddings is/are getting so many mentions, but no one has put forward Feist.
Yes one based the Magician trilogy and another on the "of the Empire" one could...
March 3, 2014 at 3:36 am
For a good visualisation of server and database roles try here
February 28, 2014 at 7:35 am
call.copse (2/28/2014)
February 28, 2014 at 7:14 am
twin.devil (2/18/2014)
WHERE 1=1
AND 1=1
AND NOT ('A' LIKE '%Z%'
AND J1.JRNAL_SRCE IN ('B/F', 'CLRDN')
...
February 19, 2014 at 8:37 am
For the case where both sets of compression are performed using the same algorithm (probably a reasonable assumption if SQL server is handling both - definitely not safe to assume...
February 3, 2014 at 1:57 am
Well I went for the answer that the OP was clearly wanting rather than the correct answer i.e.
D) Any of the above.
In most cases where the data in both databases...
January 31, 2014 at 7:49 am
Viewing 15 posts - 121 through 135 (of 194 total)