I'm importing an SSIS package into SQL Server 2008 Integration Services . The package name contains dots and I'm getting this error message:
The package name, What.No.Dots, contains characters that are not valid. The following characters are not valid: \ / : . * ? " < > | [ ] = Parameter name: What.No.Dots (MsDtsSrvr)
Is this really the case with SQL Server 2008? I could import packages with dots in the name into SQL Server 2005. I know this sounds like a dumb question, but I want to double check before I rename all my SSIS packages (I like dots).