Viewing 15 posts - 40,186 through 40,200 (of 59,072 total)
The listing is missing the directory information for season 1. Any chance of you attaching the actual file so I can take a look-see and maybe come up with...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 11:11 pm
lmu92 (1/19/2010)
select 'fred', 'unsure', 33716, 'test@here.com','444.75.224.23', null
union
select...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 11:05 pm
Richard McSharry (1/19/2010)
PS Here's another great puzzle:"Why does posting a question to forums so often result in the answer popping into one's head immediately after posting?" :ermm:
BWAA-HAA!!! For the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 11:02 pm
And just so you know, rebuilding indexes using the "Online" option is only an option in the Enterprise and Developer's (Enterprise with very limited licensing) Editions.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:57 pm
You can't use ISNUMERIC alone because things like '2e3' and '2d3' are valid "convertable" numbers according to ISNUMERIC so be sure to also include whatever other logic you already have...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:45 pm
Marcus Farrugia (1/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:40 pm
exec xp_cmdshell 'copy "C:\Documents and Settings\Lucky\My Documents\CKM\Test.xml" "c:\test.xls"'
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:29 pm
Why couldn't you just use whatever you're using to distribute the search terms across columns for exactly what you just wrote above?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:28 pm
But there is another, often unplanned, effect: when you spend time helping others, you also improve your own skills.
By golly, Tim... truer words never spoken. Excellent editorial by one...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:23 pm
I agree with Lynn... while it's certainly OK to have more than one query in a stored procedure, conditional execution of two stored procedures isn't the optimal thing to do....
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:16 pm
I'm not a Perl user so, sorry, no joy there. I am curious, though... why are you using Perl to execute restores?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:10 pm
If the "process" is controlled by a stored procedure or set of stored procedures, you can do things like setting OPTION(MAXDOP 1) to help the situation a bit. Of...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:04 pm
muruecos (1/18/2010)
"A significant part of sql server process memory has been paged out. This may result in a performance degradation. Duration: 0 seconds. Working set...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 10:00 pm
I've never heard of displaying decimal minutes with a colon instead of a decimal point. At the very least, that will confuse the hell out of the uninitiated. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 9:54 pm
Change your EXECUTE to a PRINT and let's see what you get...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2010 at 9:51 pm
Viewing 15 posts - 40,186 through 40,200 (of 59,072 total)