Viewing 15 posts - 391 through 405 (of 617 total)
This is kind of grasping at straws but is there any chance you are using a package configuration, or a variable for the name of the file? Basically anything...
February 14, 2008 at 12:22 pm
How do you have "filename".csv listed in your connection manager? Don't forget that when you run it as yourself all of your mappings are there and the package is...
February 14, 2008 at 11:02 am
If you arn't using your default instance anymore I would definatly stop it. Although be warned that SSIS is instance un-aware and anything that you store on the "server"...
February 14, 2008 at 8:57 am
Is your new named instance running on the same box as your old default instance? And is your old default instance still running?
We created a named instance...
February 13, 2008 at 2:54 pm
Actually I'll bet you have your default collation set to be case sensative. On all of the systems I have run it on the server has been case in-sesative...
February 12, 2008 at 9:25 am
Thats probably when the database was created.
Kenneth
February 12, 2008 at 8:19 am
They are system views. They do only exist in Master but everyone should have access to them and they can be used from any database. Just like the...
February 12, 2008 at 8:04 am
Here is an article on writing to a file using the filesystem object and sp_oacreate
I've used the filesystem object like this to read from a file as well but can't...
February 11, 2008 at 9:49 am
And just to make things more interesting no you should not ALWAYS have a clustered index on a table.
If a table does not have a clustered index it is considered...
February 8, 2008 at 3:15 pm
GSquared (2/8/2008)
Joe Celko (2/7/2008)
February 8, 2008 at 1:27 pm
Insert the output of a SP into a table like this:
INSERT INTO TableName (FieldList)
EXEC StoredProcedure
I didn't realize there was anything special you needed to do with SSRS to access a...
February 8, 2008 at 11:59 am
Here is a nicely laid out view that makes looking at the foreign keys a lot easier (IMHO).
You can pull all keys that touch a table as either a parent...
February 8, 2008 at 10:15 am
SQLPermissions is freeware made by Idera.
You can use it to script the permissions for all users on a database, one user on all databases, all users on all databases.
Its by...
February 8, 2008 at 9:57 am
Personally I use a tool called SQLPermissions. I'm not sure you can do what you are looking for through management studio. At least I havn't found a way...
February 8, 2008 at 9:25 am
toniupstny (2/8/2008)
A couple of questions for you:
- Shouldn't there be a set of [ ] around the variables in case they contain special characters...
February 8, 2008 at 7:37 am
Viewing 15 posts - 391 through 405 (of 617 total)