About 50 results
Open links in new tab
  1. Exclude objects from build - social.msdn.microsoft.com

    Apr 26, 2007 · Each table file has properties Name, url, Project Name and Server name. Solution Explorer - this is the file-based view of your database project. Selecting a file with a name like …

  2. Script out all database views using powershell

    Aug 3, 2011 · I'm trying to script out all views in all databases in an instance and put the views in their own folder. I get an error saying that the wildcard path could not resolve to a file.

  3. SSIS: Could not load file or assembly Microsoft.Practices ...

    Feb 1, 2012 · Make sure the PreCompile property of your script task/component is set to TRUE. To be able to reference an assembly from Visual Studio for Applications, you must put the assembly in the …

  4. SQLstatement read csv file with null values and insert into database ...

    Dec 30, 2010 · I am trying to read the above file within SQL management studio, and struggling to write a SQL statement to read the file, trim the columns and than insert each rows in a database.You may …

  5. INSERT fails - problem with SQL command or SQL server?

    Apr 18, 2006 · This de-constructs the files, builds a SQL INSERT/UPDATE/DELETE statement and executes the SQL. If this fails, I assume that there is a problem with the SQL, invalid column names, …

  6. how to use user variable inside execute SQL task

    Dec 22, 2010 · In Execute SQL Task -> click on Parameter Mapping -> Select the User variable from the drop down, set Direction (Input/Output), select data type and give parameter name (ex: @Param1) In …

  7. MS SQL localDB) after detach and re-attach database to same …

    May 1, 2016 · However, in case users mistakenly detached or users changed their mind to use continuosly in computer A, my application has to be able to re-attach the detached localDB database …

  8. Restore fails with Exclusive access could not be obtained because the ...

    Oct 27, 2017 · By default, the RESTORE GUI will do a tail-log backup of the database, using NO_RECOVERY. This is your original database, and this will fail if you have users in the database …

  9. Send email with attachments from local desktop using SSIS

    Sep 2, 2016 · * code needs to write to the variable. To add the variable, save this script, close this instance of * Visual Studio, and update the ReadOnlyVariables and

  10. DBCC CHECKDB error. Internal Database Snapshot cannot be created.

    Oct 28, 2015 · From a job running as SQLSERVERAGENT, I can successfully read/write a file to the directory where all the databases reside. I have already read the information at the link you provided …