Viewing 15 posts - 6,586 through 6,600 (of 8,416 total)
Paul White (11/17/2009)
Lynn Pettis (11/17/2009)
Paul White (11/17/2009)
LMGTFY version 2.0:Okay, how do you do that one? I'd like to add it to my "toolbox" right along with lmgtfy.
http://www.letmebingthatforyou.com/
(I was tempted...
November 17, 2009 at 1:43 pm
Grant Fritchey (11/17/2009)
Paul White (11/17/2009)
LMGTFY version 2.0:http://tinyurl.com/yz8f2jdI'm confused now. Shouldn't that be LMBTFY?
Sure should - though someone beat the creator of the site to the domain name (see this linky...
November 17, 2009 at 1:42 pm
Lynn Pettis (11/17/2009)
Paul White (11/17/2009)
LMGTFY version 2.0:Okay, how do you do that one? I'd like to add it to my "toolbox" right along with lmgtfy.
http://www.letmebingthatforyou.com/
(I was tempted to post...
November 17, 2009 at 1:39 pm
Matt Miller (#4) (11/17/2009)
I understand. And I came off a bit more agressive than I wanted to (sorry about that).
No worries 🙂
Matt Miller (#4) (11/17/2009)
November 17, 2009 at 1:36 pm
Not sure what you mean, but SQL Server 2008 has date and time types accurate to 100 nanoseconds.
November 17, 2009 at 4:35 am
How do you know which record is first, second, and third?
The records don't appear to be numbered, or have any obvious sequence.
Sure, you listed them in an order, but that...
November 17, 2009 at 4:30 am
An alternative to the simple stored procedure is to use a disconnected recordset and batch update mode:
From memory!
-- Client based cursor
rs.CursorLocation = adUseClient
-- Get the structure of the target table...
November 17, 2009 at 3:43 am
Recovery interval:
SQL Server makes an internal estimate of the number of data modifications it could roll forward (re-do) from the log in the time allowed (in minutes). ...
November 17, 2009 at 3:26 am
Sean,
I had to make some guesses, but try this:
SELECT supplier = ITM.poit_supplier,
local_orders = SUM(CASE WHEN ORD.pord_pondcode = 'Local' THEN ITM.poit_valord ELSE...
November 17, 2009 at 3:09 am
Rob Fisk (11/17/2009)
The goal is to convert the sections of multiple spaces of unknown length to a single space each as quickly as possible. There...
November 17, 2009 at 2:49 am
You'll find full details Here On TechNet. That is a link to the Configuring High Availability Chapter. Log Shipping and Database Mirroring are sub-chapters from there - use...
November 17, 2009 at 2:24 am
brigzy (11/16/2009)
We might have expected c# to have the day, but the Query/Function result is surprising.
Not really, no. Using the string "||*9*9||" as a replacement has a huge hidden...
November 17, 2009 at 1:26 am
Viewing 15 posts - 6,586 through 6,600 (of 8,416 total)