About 400 results
Open links in new tab
  1. How to add description in table from script

    Feb 13, 2014 · I wonder if there is any way to fill the "description" field available in the "design" view, but from a script. In fact, I want to make a script to create tables and add description to these tables and …

  2. TDE vs Row\Cell\Column Encryption - social.msdn.microsoft.com

    Nov 15, 2011 · However, the ciphertext in cell level encryption requires the varbinary data type in SQL Server. That means you have to modify your schema. It also means your indexes, keys and …

  3. stored procedure for rebuild indexes - social.msdn.microsoft.com

    Oct 11, 2012 · USE [databasename] GO StoredProcedure [dbo]. [sp_RebuildIndexes] SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo]. …

  4. GDR16 and schema compare (broken? workaround?)

    Nov 11, 2008 · However, for the schema permissions, I thought it would make sense to separate them for clarity, so within each Schema folder (Shema Objects\Schemas\SampleSchema), I created a …

  5. Now Partitioning is set, can't create table, Msg 1921, Level 16, State ...

    Aug 8, 2019 · Question 0 Sign in to vote Hello, now that the data partition for tables in my database is set, code ran end to end without error, I go to create a table, and I get this error: Msg 1921, Level 16, …

  6. One-part name VS two-part name - social.msdn.microsoft.com

    Nov 8, 2017 · If you use one-part names, the second part, the schema, will be taken from the default. Which for an ad-hoc batch is the default schema for the current user, but for a stored proedure, view, …

  7. Can a non-admin user generate a create database script?

    Jun 2, 2009 · THe user is trying to generate a create database (followed by create object) script from a server where he has limited access, as the source server is production server and also owned by …

  8. Block schema updates if data loss might occur check box

    Jul 26, 2011 · I couldn't find the checkbox mentioned. I am using VS2010 Ultimate, SP1, comparing schema across 2 SQL Server 2008R2's tables. Tuesday, July 26, 2011 3:42 AM

  9. SQL Server Configuration Manager gives an error: MMC could not …

    Jul 12, 2017 · I think I ran into the problem because some part of SQL Server 2016 CPT had not been uninstalled properly and the new install did not update the registry for SQL Server Configuration …

  10. Is there bug with cdc.fn_cdc_get_net_changes_.... in SQL Server 2012

    Mar 9, 2017 · Here is sample script to re-produce the error (which I assume is some sort of bug in CDC SQL 2012).