Viewing 15 posts - 4,531 through 4,545 (of 6,216 total)
Chuck, could you show us what you're using the union for? Sometimes we can offer alternatives if we have a good idea of the problem.
Andy
April 9, 2002 at 4:54 pm
A view is just a way to encapsulate a select statement or statements, gets used like a table - call it a virtual table. Clusters are for fault tolerance, typically...
April 9, 2002 at 4:53 pm
This may help on the DTS stuff:
http://www.sqlservercentral.com/columnists/awarren/copyingdtspackagestoadifferentserver.asp
What error message exactly when the copy mdf fails? You're moving the stuff to another server rather than upgrade in place?
Andy
April 9, 2002 at 2:05 pm
Aint every day we get network jihad and glue sniffing in the same topic! I would like to see or more articles about this stuff. I work mostly on the...
April 9, 2002 at 10:33 am
Sometimes your best bet is to just reboot.
Andy
April 9, 2002 at 9:50 am
Not officially. A while back Robert Marda came up with a solution, though I still havent tried it yet!
Andy
April 9, 2002 at 9:43 am
Yeah, I had to work to find it! Here is the link for the download Leon mentioned:
I ran across this link while looking, you might find something of interest:
http://www.sqlxml.org/sqlxml/v3.2/home.xml?browser=ie
I think...
April 8, 2002 at 8:33 pm
There is nothing wrong with the memory usage increasing, by design SQL will acquire and use as much memory as it can, releasing some back to the OS if needed....
April 8, 2002 at 7:05 pm
I'd start by verifying that the indexes for the tables involved match exactly and have been rebuilt on the server with the slower performance. Perhaps a better way would be...
April 8, 2002 at 7:00 pm
Only by logging DDL via a trace.
Andy
April 8, 2002 at 7:00 pm
For the first part I suspect you have too many columns defined in the proc - if you've got an identity col on the subscriber you need to either remove...
April 8, 2002 at 1:10 pm
Good, will be nice to get someone else to test besides me!
Andy
April 8, 2002 at 10:39 am
TSQL isnt a fun way to manage it. The ADO stream (or the older chunk methods) is a lot easier and more practical. There is a bulk loader tool in...
April 8, 2002 at 6:09 am
I have not seen a tool to do this either. SQL2K supports cascade update/delete in addition to foreignkeys. Easiest way I've seen to implement them is via the diagramming tool.
Andy
April 7, 2002 at 7:47 am
Not sure this is a SQL issue. Are you actually able to log into the domain from a client machine? Until you get that working you won't be able to...
April 6, 2002 at 7:34 pm
Viewing 15 posts - 4,531 through 4,545 (of 6,216 total)