active questions tagged sqlserver2005 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T17:44:10Z http://stackoverflow.com/feeds/tag/sqlserver2005 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1872688/how-i-can-create-full-index-search-on-multi-column-pk 0 How i can create full index search on multi column pk goldroma 2009-12-09T09:37:57Z 2009-12-09T09:46:50Z <p>I need create full index search on table with multi columns as pk </p> http://stackoverflow.com/questions/1868275/linq-failing-to-connect-or-is-it 0 Linq failing to connect... or is it? MrLink 2009-12-08T16:49:56Z 2009-12-08T16:55:13Z <p>I have a web-application which is reciving the following while trying to connect to a database hosted on another server.</p> <p><em>A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)</em></p> <p>Now, there problem here is that the connection strings, and the server paths area all perfect. </p> <ol> <li>The site run correctly when run via cassini, on my local machine. (Connections strings are correct.)</li> <li>Other sites hosted on the same server are able to access the databse. (Server paths ara all active.)</li> <li>While the error says it's been unable to connect, <strong>Activity Monitor</strong> is aware of the query, and the <strong>Server Logs</strong> show no error. (Just odd.)</li> </ol> <p>Google &amp; Bing have massively failed with this, so I guess it's time to hit the Stack! </p> http://stackoverflow.com/questions/1863855/run-sql-statements-from-asp-net-application 0 Run SQL statements from ASP.net application soldieraman 2009-12-08T00:45:44Z 2009-12-08T02:03:25Z <p>I need to run sql statements from the application itself. i.e. the user can go into the asp.net applciation, gets a box and can run sql statements from there</p> <p>I am already doing something like this <a href="http://stackoverflow.com/questions/1858329/can-i-rollback-dynamic-sql-in-mssql-tsql/1860334#1860334">http://stackoverflow.com/questions/1858329/can-i-rollback-dynamic-sql-in-mssql-tsql/1860334#1860334</a></p> <p>That is running dynamic sql</p> <p>is there a better way to do this</p> http://stackoverflow.com/questions/1859140/scripting-through-smo 0 Scripting through SMO Rashmi Pandit 2009-12-07T10:28:03Z 2009-12-07T10:28:03Z <p>Hi,</p> <p>Is it possible to run a script using Microsoft.SqlServer.Management.Smo?</p> <p>I am able to generate script using the Microsoft.SqlServer.Management.Smo.Scripter class. I would like to edit it and run it to create copy of database objects.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1858070/finding-day-in-t-sql 1 Finding Day in T-SQL TheVillageIdiot 2009-12-07T05:54:34Z 2009-12-07T06:37:06Z <p>Hi, Please let me know how can I find if it is Sunday on given Date?</p> <p>EDIT:</p> <p>From answers another thing comes to my mind: How to find what is first day of week?</p> http://stackoverflow.com/questions/1844202/ssis-package-failing-with-new-structure-of-flatfile 0 SSIS Package failing with New structure of Flatfile rmdussa 2009-12-04T01:01:07Z 2009-12-04T14:13:37Z <p>Hi SSIS package is just importing from txt file to sql database. when we made the package were using old file and its executing fine.the old source file got (10 columns) the new source file got 15 columns. when the source file changed its failing. [Flat File Source [1]] Error: Data conversion failed. The data conversion for column "Column 10" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". Variation in the columns made a problem how to resolve this in better way? If both old and new format files need to be processed with same Package.</p> <p>Thanks</p> http://stackoverflow.com/questions/1846736/copying-database-objects-using-smo 0 Copying database objects using SMO Rashmi Pandit 2009-12-04T12:43:00Z 2009-12-04T12:55:28Z <p>Hi,</p> <p>I am trying to copy table, indexes, keys, views and functions in SQL 2005. Any idea how I could do so using SqlServer.Management.Smo?</p> <p>The user will specify the object names to be copied and the new names to be given to the objects.</p> <p>I need to do it in the most efficient way</p> <p>Thanks :)</p>