Viewing 15 posts - 5,551 through 5,565 (of 6,486 total)
All due respect - but what you've described in 4 paragraphs IS what a UNION syntax would do. It would return the DISTINCT values (or in your wording, all...
December 5, 2007 at 8:54 am
Let's see if we can tweak Brian to post in here by using one of his recent buzzwords - protection in depth. He could probably get us a lot...
December 5, 2007 at 8:22 am
noeld (12/4/2007)
By the way a quick way to determine index usability is by knowing you data. If the index "selectivity" is > 10% chances are is not going to...
December 5, 2007 at 7:24 am
Not sure why this would have changed - but what do your autogrowth/sizing parameters look like?
Also - did the auto-close get "flipped on"? That could create some really interesting...
December 5, 2007 at 7:06 am
No evidence of any 3.5 drivers on the machine.... Not sure what to tell you about that.....
December 4, 2007 at 11:00 pm
Backup represents more than a single write operation. It's about 3 passes through the data, so the 12GB turns into a lot more traffic (there's at least a writing...
December 4, 2007 at 10:45 pm
double-posted - answered over here
December 4, 2007 at 4:03 pm
I came across that article a little while ago. The scariest part to me was that these servers were usually also not patched in any way, so they were...
December 4, 2007 at 3:59 pm
Ahmed Yarub Hani (12/4/2007)
Both test machines were using the same public ip, that's why it didn't connect
I think that I can't connect the source ip to the...
December 4, 2007 at 3:44 pm
unfortunately - yes.
You need Enterprise, "for Office" or Team suite editions to get the SQL project integration.
December 4, 2007 at 3:30 pm
Your best bet is to use ADOX to create link tables to SQL2000, which you can then reuse in your application.
The MSDN sample code for this is located here:
http://msdn2.microsoft.com/en-us/library/aa164914(office.10).aspx
You'll need...
December 4, 2007 at 3:24 pm
Where is the VB code supposed to be running from? Are you talking VBA (VB for Application) code running from within the Access DB?
December 4, 2007 at 2:35 pm
Well - as scott mentioned - it's probably the network link being the bottleneck.
One way might be to see if you can turn the 1600lb gorilla into 2-800lb gorillas, or...
December 4, 2007 at 2:30 pm
Well - for your first pointer - why not post the code? Preferrably with the DDL of the tables involved? It sounds like there might be a few...
December 4, 2007 at 2:04 pm
How would TRUNCATE even factor in? Do you actually have something big enough to be considered for partitioning that has NO foreign key constraints? And "eligible" to be...
December 4, 2007 at 1:57 pm
Viewing 15 posts - 5,551 through 5,565 (of 6,486 total)