About 6,660 results
Open links in new tab
  1. SSIS - Execute SQL Task - Dynamic SQL with Sp_ExecuteSql Stored …

    I get Table name in variable and now i want to execute truncate command. As i do not want to write small stored procedure which take table name as parameter and then use sp_executesql …

  2. SQL Server: Understanding Minimal Logging Under Bulk-Logged …

    This article attempts at explaining how minimal logging works in bulk-logged recovery model and how it is different when a truncate is fired, basically disproving that truncate is a non …

  3. SELECT all characters/words after a specific word

    I have a column labelled "source", which some how have some funny values at the beginning of the text, so it is possible to SELECT all character/words after the word ...

  4. Copy tables with all constraints - social.technet.microsoft.com

    Question 0 Sign in to vote How I can copy table with all indexes, FOREIGN KEY, primary key, contraint etc. I used the following command to copy dim1 table into dim2 table but didn't …

  5. Running SSIS Package from SQL Job - with Set Values ...

    I'm trying to using the Set Values tab in the Job properties when trying to schedule an installed SSIS Package.

  6. The process could not execute 'sp_repldone/sp_replcounters'

    Can't truncate and shrink because of the pending replication. How do I get over this as I need to shrink that log desperately. martes, 24 de marzo de 2015 8:14 0 Inicie sesión para votar You …

  7. SCOM 2016 on Server 2016 Core - Command Line Erroring out

    In addition, please make sure the SQL server used for the database meets the requirement, such as SQL Server collation settings. For more details, please refer to the article as below:

  8. CTE in SSIS 2014 |OLEDB source with CTE | Preview supported

    It does not matter whether the CTE contains the parameter. It's just confirmed that OLE DB source is supported to preview the result with CTE. Perhaps the issue is related to the version …

  9. SQL Server 2008 SP3 (KB2546951) - Installation Failed. Error Code ...

    Please take in consideration SQL Server 2008 SP3 cannot be applied on a SQL Server 2008 R2 instance. SQL Server 2008 and SQL Server 2008 R2 are two different realeases of SQL …

  10. ALTER TABLE ALTER COLUMN (To set the default value)

    Dec 13, 2019 · Question 0 Sign in to vote I am using the below command to update the default binding value for a datetime column: ALTER