About 50 results
Open links in new tab
  1. create table (s) from xml schema - social.msdn.microsoft.com

    Aug 10, 2008 · I have an XML schema that is maintained by an outside source and I'd like to use it to create the table structures. Is there a way to do this without manually creating the tables? I will be …

  2. How to use schema other than dbo? - social.msdn.microsoft.com

    May 3, 2013 · When I create a user/login called PAZADMIN .\SQLEXPRESS that has a default schema of PAZ and use SQLServer authentication instead of windows authentication, my java programs (that …

  3. Update statistics for table/schema/database in sql server

    Oct 27, 2016 · Yes, at least in SQL Server 2016, Auto Create Statistics and Auto Update Statistics is turned on by default. This can be verified in the option page of database properties. More ever, if you …

  4. Interpreting SQL Server Audit Action Groups and Actions

    Jun 15, 2010 · So any help on assimilating the numerous action groups and choose the best/distinct ones that cover what I want to capture, without duplication of effort (on SQL Engine's part) and …

  5. Migrate from Oracle to SQL server and removing the SYSDB and ssma ...

    Dec 23, 2019 · Then when we run the SSMA tool to convert and synchronize the Oracle schema to the target SQL server it creates a schema by name "oracle_schema" in the target SQL server with a lot …

  6. Create a SQL table from a dataset - social.msdn.microsoft.com

    Nov 12, 2021 · First you have a create a table in the required sql server database using sqlserver management objects and then you can use Sqlbulkcopy to copy data to the new created table in the …

  7. table name prefix - social.msdn.microsoft.com

    Apr 1, 2013 · The schema name DSN81010 appears to be machine generated, but it may make sense to employees if they use DSN... in regular business communications. Kalman Toth Database & …

  8. Stored procedure to compare columns in two tables and values within …

    Feb 15, 2016 · I want to create a stored procedure which will have parameter as source table name , target table name and Key column list from targettable. The Stored Procedure should be able to do 2 …

  9. SSIS 2008 write to XML file - social.msdn.microsoft.com

    May 21, 2012 · In this package, I am running several SQL tasks in a particular sequence to extract data from my SQL Server 2008 data base and storing the data in the variables. How do I write this data to …

  10. LINQ and SQLite - social.msdn.microsoft.com

    Nov 28, 2012 · Is there anyway where I can map xml schema to database schema using LINQ? How am I going to create classes in LINQ to Dataset which is similar to entity classes used in LINQ to SQL. Is …