Viewing 15 posts - 8,581 through 8,595 (of 14,953 total)
SQLBOT (8/25/2009)
gah (8/25/2009)
...
single click "subscribe to topic"...without moving off page and this flag then used to
filter "recent posts" options to only display what I have...
August 25, 2009 at 12:49 pm
Row_Number() is how I'd do that. It actually does create a loop, but it's a LOT more efficient than a cursor, triangular join, or explicit loop (While loop).
August 25, 2009 at 12:44 pm
I'm pretty sure it was checksum, not binary. Since I didn't care about the difference in case, which is the primary difference between the two.
select checksum('A'),checksum('a'), binary_checksum('A'), binary_checksum('a');
Results:
142 142...
August 25, 2009 at 12:42 pm
If the database is in Full recovery mode, then yes. ApexSQL and Lumigent both publish log parsers that can read SQL 2005 transaction logs.
August 25, 2009 at 12:35 pm
Michael Valentine Jones (8/25/2009)
How about this: When things are really screwed up, are you more likely to be the one that screwed it up or the one that fixes it?
Or...
August 25, 2009 at 12:34 pm
What login are you creating the user accounts based on? If the server-level login has certain rights, database-level user accounts will have those rights.
August 25, 2009 at 12:24 pm
You can use a checksum to narrow down the search. It can make a good leading-edge for what would otherwise be a multi-column index.
Checksum isn't exact, but it can...
August 25, 2009 at 12:18 pm
What rights does the guest login have in those databases?
August 25, 2009 at 12:10 pm
For XML won't do line-feeds because XML files don't need them. That's what tags are for.
Why do you need line-feeds in XML?
August 25, 2009 at 12:08 pm
One take on it, reasonably well-written, is here[/url]. Not sure I agree, but at least it's something.
Personally, I'd say the difference is based on the ratio of you asking...
August 25, 2009 at 11:44 am
Mel Harbour (8/25/2009)
GSquared (8/25/2009)
Other than that, I'm...
August 25, 2009 at 11:34 am
The main site improvement I'm still looking for is a FAQ in the options on the left of the page, between Home and Articles.
Other than that, I'm fine with how...
August 25, 2009 at 9:39 am
I include my online presence as part of my resume. Don't even force them to Google me. (Googling my name doesn't actually find much that's useful, or even...
August 25, 2009 at 7:41 am
In that case, it's just the logical names for the files, not the physical names, so it doesn't matter.
August 25, 2009 at 6:39 am
Lynn Pettis (8/24/2009)
Looks like he's been on. Changed his name to Express12. Like that will keep him off peoples radar! 😉
I don't think anyone yet has accused the...
August 24, 2009 at 2:52 pm
Viewing 15 posts - 8,581 through 8,595 (of 14,953 total)