Viewing 15 posts - 76 through 90 (of 253 total)
Oh yes, the old brain transplant trick. Haven't had to do that in years. I'll give that a try. The thing is, the most useful stuff I...
February 27, 2006 at 7:41 pm
The chance of that is zero. There is the 20 foot cable option, whereby a given server can be attached to the old domain controller and (a reboot or...
February 27, 2006 at 4:16 pm
My past experience has been that adding rows to a large table takes a fraction of a second. I've always found this strange, and can't reasonable explain it.
I'd recommend...
February 27, 2006 at 12:38 pm
When working on deleting audit data from several very large tables without indexes, I borrowed a trick from warehousing: I created appropriate indexes, ran the deletes, then dropped the indexes....
February 20, 2006 at 11:34 pm
Some background: I'm reviewing the (admittedly nonexistant) index rebuilding routines on our main Production database (a bit under 10G). I've identified some "worst performing" indexes (primary key, clustered, identity...
February 16, 2006 at 12:29 pm
It is wrong. Text, ntext, and image columns can appear anywhere within the list of columns.
Philip
February 16, 2006 at 10:26 am
A possible problem with Mark's MSDE solution:
- They own the server MSDE is running on
- They stop the service
- They copy the database files to another server
- The attach it...
December 19, 2005 at 11:53 am
A quick comment on the domain vs. local groups issue: Way back when, the SysAdmins told me that you'd want to use the global-to-local group methodology in Windows NT 4.0,...
December 12, 2005 at 12:14 pm
Turned out to be a combo of weird and stupid.
I'd worked out the code and format file (247 columns into 21 with unlikely column and row terminators). All values were within...
December 6, 2005 at 9:30 pm
Disclaimer: I am not an economist, nor do I play one on TV. But I did hear a fascinating discourse on NPR once, which I'll attempt to summarize below. This...
November 23, 2005 at 2:53 pm
Still fumbling at straws here--I've no facts or evidence to back this up, it's just something that might be worth looking into.
When your doing the bulk inserts, are there indexes...
November 9, 2005 at 8:19 am
I haven't done much bulk data loading, and I'm probably way off base here, but it sounds more like a connectivity issue than a hardware one. Leastways, given the setup you've...
November 8, 2005 at 1:58 pm
It all depends on how they ran their survey--who they asked (and of them who actually responded), what questions were asked, how the resulting data is glommed together... all tricky...
November 2, 2005 at 7:08 pm
By the way, I just realized my method is utter crap. Anyone could put anything they wanted into the file called by OSQL (DROP TABLE CLIENT, anyone?) and you'd have...
October 21, 2005 at 2:20 pm
From a practical point of view, everyone who's posted so far is correct. Write and submit a CYA letter, let people know you are not happy with the situation... and...
October 20, 2005 at 4:27 pm
Viewing 15 posts - 76 through 90 (of 253 total)