Viewing 15 posts - 211 through 225 (of 253 total)
Just to mention, it is possible to set up fairly automated integration between SQL Server and Visual Source Safe using Visual Interdev. (And VSS 6 may be old, but...
September 3, 2003 at 7:46 am
Hey, Brian's right--the (key) system files aren't on the cluster. <Golux>I knew that once, but I forgot it.</Golux>
By the terms of our SLA, we have no access to the...
August 27, 2003 at 10:07 am
We hit another “gotcha” with connection pooling with a web application a long time back.
The ASPs called a DLL that uses SQL authentication (I know, I know) to access the...
August 27, 2003 at 8:05 am
I'm not concerned with our "user defined" databases--they're easy to shuffle around. (We virtually moved 40G of Production data physically across the country in under 5 minutes last year.)...
August 26, 2003 at 9:55 am
And it turns out they're discussing another aspect of database object ownership over in discussion thread http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=15602
Philip
August 26, 2003 at 8:06 am
mdamera's right--both the SA login and the DBO database user are system settings and (apparently) cannot be modified... and don't need to be modified. SA can do anything whatsoever...
August 26, 2003 at 8:03 am
This may or may not do what you're looking for, but it's a start.
Philip
Assuming tale XXX with rows R1, R2, R3... Rn, and
Assuming R1 is the "key"...
August 22, 2003 at 7:58 am
I've got a question on this subject.
The base concept is that a (sub) routine will always return a value, such that
A = f(x)
This...
August 5, 2003 at 7:32 am
I would suppose everyone who's been watching this thread got the August 1st question of the day right. Talk about timely!
Philip
August 1, 2003 at 7:30 am
The way I heard it (in an article by Kalen Delaney in SQL Server magazine over a year ago), the internal storage of datetime is something like:
DateTime: 8 bytes total
...
July 31, 2003 at 10:14 am
Calivin, glad you found it useful. It would probably use less CPU if it used bitmasking, which was my original idea.
I think I dropped that path because you could...
July 31, 2003 at 8:24 am
I read some articles a long time back, got some whacked out ideas, and wrote this function. I remember testing it a fair amount, but I got distracted and...
July 30, 2003 at 7:51 am
I would recommend you create each differential backup in it's own file (assuming your backing up to DISK) or it's own <whatever> assuming you're backing up to tape.
Let's say you...
July 25, 2003 at 7:49 am
Ah, that's a slightly different approach than I was thinking. Let me spell out my idea bit more.
First off, as per a prior post the audit table has to...
July 10, 2003 at 10:33 am
Some thoughts and questions on this subject.
I've done something similar. I've also added a DELETE trigger, to mark in the audit log when and if the data got deleted,...
July 10, 2003 at 8:16 am
Viewing 15 posts - 211 through 225 (of 253 total)