Viewing 15 posts - 18,706 through 18,720 (of 19,564 total)
I'm sure that could be arranged (tattoo).
December 16, 2009 at 8:50 pm
Do you have an internal QA department?
Previous test cases for the application?
Are you able to go through the application given certain scenarios and receive expected results?
December 16, 2009 at 6:32 pm
Most excellent suggestion Jeff. The update will need to happen at some point anyway with Text going away in a future release.
December 16, 2009 at 5:45 pm
More options include altering the job so only Indexes that meet certain criteria are re-orged or re-indexed (frag % and number of pages are common delimiters). Make those criteria...
December 16, 2009 at 5:41 pm
Now that you know the symptoms, you would probably be amazed at how frequently this pops up.
December 16, 2009 at 3:55 pm
Did you update that same line every time it appeared in the code that Lynn provided?
Somewhere in your process it is trying to convert the $ back to an int.
December 16, 2009 at 3:52 pm
I was rooting for the Packers too. 2 Reasons Elway and Broncos - don't like either of them much.
It was a weird sort of feeling too, being a Bears...
December 16, 2009 at 3:45 pm
That has got to be a load of fun. At least she isn't a Mets fan 😉
December 16, 2009 at 2:13 pm
john.arnott (12/16/2009)
CirquedeSQLeil (12/14/2009)
Alvin Ramard (12/14/2009)
GSquared (12/14/2009)
CirquedeSQLeil (12/11/2009)
December 16, 2009 at 2:12 pm
Now we need a database like that for basketball.
Ohh the fun we could have with Fantasy Baseball with this database.:cool:
December 16, 2009 at 1:51 pm
Heh... Yankees fan?? Born Yankees hater myself. Respect the players (some of them) hate the franchise.;-)
As far as teams go, I was not raised in a Baseball home...
December 16, 2009 at 1:49 pm
Use some app outside of SQL to password protect the file.
December 16, 2009 at 1:40 pm
sp_send_dbmail [ [ @profile_name = ] 'profile_name' ]
[ , [ @recipients = ] 'recipients [ ; ...n ]' ]
[ , [ @copy_recipients = ] 'copy_recipient [ ; ...n ]' ]
[...
December 16, 2009 at 1:39 pm
I've seen 2%, 5% and as much as 10% as the recommended low for this counter.
So if 4GB is well beyond 10% free, then you have adequate memory for your...
December 16, 2009 at 1:31 pm
based on the available criteria:
Here's another method
SELECT ID,Serial,Narration,Reference
FROM statementmaster
Where isnull(Narration,1) = 1
And Serial like (case when serial = '700' then '700' else '%' end)
December 16, 2009 at 1:20 pm
Viewing 15 posts - 18,706 through 18,720 (of 19,564 total)