Viewing 15 posts - 39,421 through 39,435 (of 39,466 total)
v6.5 will run on W2K, but there are issues with getting it setup. I would be careful. Better yet, upgrade to 2000 and run in v6.5 compatibility mode.
I've done this...
July 24, 2001 at 2:40 pm
Answer: (hate to say it) It depends. I have a SQL Server with 512 that hums. Depends on the load. If you are getting lots of paging and the site...
July 20, 2001 at 1:05 pm
If you declare it as @oppid, does it work?
Haven't really worked with collation, but I will try to alter a server here and see.
Steve Jones
July 20, 2001 at 12:43 pm
Can you post more information? I am not sure what you mean.
Also, you should be able to go to the Services item in control panel and stop and start SQLAgent.
Steve...
July 20, 2001 at 12:38 pm
There are lots of features, but if you are not using them, do you care? Maybe, but it might be difficult to test some things (replication) if you are not...
July 18, 2001 at 4:19 pm
July 18, 2001 at 4:09 pm
I agree with Andy. PK, FK are great choices for non-clustered indexes.
Then look at which queries are run often. It doesn't do much good to index (clustered) for a...
July 18, 2001 at 4:06 pm
I think that based on this, you need separate fields in SQL Server for each extent. Then this
DTSSource("meatcost__1")
Needs to return the correct value.
Will this work to a text or...
July 18, 2001 at 3:55 pm
I'd use a flag to mark when a transfer is complete. either a global variable or a field in a table. then when a task succeeds, mark the variable complete...
July 18, 2001 at 3:53 pm
What is an extent? Apologies, but I am not familiar with Postgress.
Can you transfer from Postgress to varchar() or to a text file?
Steve Jones
July 17, 2001 at 6:04 pm
Is this one time or periodic?
If one time, it's quicker to build each one by hand. (also simpler, KISS).
Steve Jones
July 17, 2001 at 6:02 pm
Never seen this and I restore 2-3 servers every week. Granted, they are the same servers.
I'd call MS. Worth the $250 for an exception to find out.
Steve Jones
July 17, 2001 at 12:50 pm
Gotta love those obscure bugs. Sorry for the post, I didn't read the second page.
Anyway, at least MS support is pretty good.
Steve Jones
July 17, 2001 at 12:46 pm
Try
set statistics io on
You will have to somehow capture and parse this information as it is a print output. In QA , check the Messages tab.
Steve Jones
July 17, 2001 at 12:39 pm
Can you set up an Operator and send a test?
Can you set an alert and then fire it off to get an email?
Reaching here...
Steve Jones
July 17, 2001 at 12:28 pm
Viewing 15 posts - 39,421 through 39,435 (of 39,466 total)