Viewing 15 posts - 30,496 through 30,510 (of 39,754 total)
Can you give an example?
The thing is, you should be learning this stuff. 431 includes simulations, and you need to be able to actually do the work. Work with objects,...
December 2, 2007 at 4:49 pm
You should be able to add a login from another domain. You might need an AD trust of some sort.
Easier to add the login with SQL Server (sql auth), set...
December 2, 2007 at 4:45 pm
Don't do this. USe an identity, add a 2nd computed column if you must that pads things out with the 0s (meaning it's a char ) col.
SQL handles this well....
December 2, 2007 at 4:28 pm
Please put these in the appropriate forum. A better chance of getting an answer.
Also, which version of SSAS is this?
December 2, 2007 at 4:27 pm
Use Option B. There are functions to work with dates and you don't need to reinvent them. Too easy to make mistakes.
If you need to query on year or month...
December 2, 2007 at 4:25 pm
If there's a chance for a lot of updates, I wouldn't do a trigger. Better to do with the archive.
I'd actually do a "with exists" test first
if exists( select xx...
December 2, 2007 at 4:22 pm
Check the times on the servers and please let us know if you determine the cause.
December 2, 2007 at 4:20 pm
In SQL 7, I believe the only way to do this is with an uninstall, reinstall of the server.
December 2, 2007 at 4:15 pm
Seems like Dundas is the primary one I see out there.
You contacted their support?
Also, moving this to the reporting services area.
December 2, 2007 at 4:12 pm
DO NOT USE REPair_allow_data_loss.
You can try to repair the table but moving the data out and reading around the structures, but it might not work. This is really worth the...
December 2, 2007 at 4:11 pm
There aren't daily ones.
what are you trying to do? What is IMP?
Or what have you been asked to do? If you're new to being a DBA, there are quite a...
December 2, 2007 at 1:38 pm
Is this DTS? Please post in the DTS area (I'll move).
One thing you can do is save this as a "VB" file. It's an option if you do SAVE As....
December 2, 2007 at 1:37 pm
Do you really need SP4?
I doubt you'll get support on this. Any reason why the base OS can't be changed?
December 2, 2007 at 1:34 pm
It's indicated in the registry keys, but it doesn't affect operation.
December 2, 2007 at 1:31 pm
Viewing 15 posts - 30,496 through 30,510 (of 39,754 total)