hi,
Profiler does not come with SQLExpress... it' only available with full blown SQL Server 2005 editions, as reported in http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
regards
hi,
Profiler does not come with SQLExpress... it' only available with full blown SQL Server 2005 editions, as reported in http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
regards
I've created the table [SSIS Configurations] and have added a dummy row to this with "XYZ" in the filter name.
When I use the package configuration wizard I can see that offered as a filter - so I know my connection is seeing the server ok.
The problem I get is when I get through to "Finish" and insert the configuration to the table - I get this error message and I can't find any help on it:
I'm connecting as system administrator and am just foxed as to why it won't insert ... Anyone got any pointers?
Many thanks
Matt
have you used SQL Profiler to watch what is being sent to the server?|||*bump*
I am getting this error too.
Any ideas? Nothing odd in profiler.
|||
that is weird. If you are choosing a row that already exists in the configuration table; I think the wizard prompts you whether you wan to re-use the exiting row or not...do you see that prompt? what are you selecting?
|||I've resolved my issue.
It was to do with a property value (an SQL string) that was too long to fit in the default configuration table data column (254 characters.)
I have moved to using an external xml file instead for the SQL statements.
I also tried making the column larger, but ultimately I think the more appropriate option for us is going to be external xml files.
I've created the table [SSIS Configurations] and have added a dummy row to this with "XYZ" in the filter name.
When I use the package configuration wizard I can see that offered as a filter - so I know my connection is seeing the server ok.
The problem I get is when I get through to "Finish" and insert the configuration to the table - I get this error message and I can't find any help on it:
I'm connecting as system administrator and am just foxed as to why it won't insert ... Anyone got any pointers?
Many thanks
Matt
have you used SQL Profiler to watch what is being sent to the server?|||*bump*
I am getting this error too.
Any ideas? Nothing odd in profiler.
|||
that is weird. If you are choosing a row that already exists in the configuration table; I think the wizard prompts you whether you wan to re-use the exiting row or not...do you see that prompt? what are you selecting?
|||I've resolved my issue.
It was to do with a property value (an SQL string) that was too long to fit in the default configuration table data column (254 characters.)
I have moved to using an external xml file instead for the SQL statements.
I also tried making the column larger, but ultimately I think the more appropriate option for us is going to be external xml files.
Any help much appreciated- trying to learn web programming using
vb.net, asp, html, vbscript and SQL server.
DDanWeaver (danofweaver@.googlemail.com) writes:
Quote:
Originally Posted by
In SQL Server Configuration Manager I apparently have a server named
SQL Server(SQL Express) running - however, in VS 2005 when I try to
'add connection' (right click in server explorer) I cant see it- I
would like to see it so I can create a new SQL server database.
>
Any help much appreciated- trying to learn web programming using
vb.net, asp, html, vbscript and SQL server.
--
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pr...oads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodin...ions/books.mspx|||On Feb 9, 6:16 pm, Erland Sommarskog <esq...@.sommarskog.sewrote:
Quote:
Originally Posted by
DanWeaver (danofwea...@.googlemail.com) writes:
Quote:
Originally Posted by
In SQL Server Configuration Manager I apparently have a server named
SQL Server(SQL Express) running - however, in VS 2005 when I try to
'add connection' (right click in server explorer) I cant see it- I
would like to see it so I can create a new SQL server database.
Quote:
Originally Posted by
Any help much appreciated- trying to learn web programming using
vb.net, asp, html, vbscript and SQL server.
Dan
connect from ASP app,sql