About 50 results
Open links in new tab
  1. How to encrypt and decrypt password in ms sql

    Oct 7, 2021 · When insert data in ms sql database, how to encrypt and decrypt Password in ms SQL ?

  2. Ms Access linking table with nvarchar (max)

    Sep 7, 2007 · The fundamental data type for this column is SQL_VARCHAR which, I'm assuming, is being mapped to text (255) internally in Access...this seemed reasonable at the time since this data …

  3. Delete a table if it exists - social.msdn.microsoft.com

    Jun 17, 2014 · Access does not really support programming in its SQL statements. You can detect the presence or absence of the table in a SQL statement but you cannot execute a ddl command inside …

  4. invalid authorization specification Microsoft provider OLE DB for sql ...

    Jun 21, 2012 · Regarding to your description, you did success connect from MS access on Windows XP to SQL Server 2005, but failed in windows 7. Could you verify the provider in windows 7, which …

  5. Dynamic order by - social.msdn.microsoft.com

    Oct 13, 2016 · I agree with Uri. If all you need is the sorting to be dynamic, use CASE. It is not the best for performance, but dynamic SQL comes with a cost in complexity and maintenance.

  6. MS-SQL Permissions to Install \ Configure ADFS 3

    Feb 23, 2015 · I have been searching the specific MS-SQL permissions to install ADFS 3 and to configure it, but I have not found anything specific.

  7. Failing Polybase Query - social.msdn.microsoft.com

    May 27, 2019 · The possible reason is that SQL Server was not restarted after configuring PolyBase. You could restart SQL Server and then check DWEngine Server Log to make sure you don’t see …

  8. Running Classic ASP site on 64bit Windows 7

    Nov 4, 2009 · Please go easy on me! I havebeen using an old PC running Win XP Pro with IIS 5 and SQL Server 2000 which ran my development environment for my website. It uses a mixture of both …

  9. Converting comma separated data in a column to rows in MS Access

    Sep 1, 2014 · There is no easy built-in way to do this. The simplest way I can think of is using a recordset to process the table one row at a time, Split on the comma, and insert the results in the …

  10. Convert sql server express to ms sql - social.msdn.microsoft.com

    Feb 1, 2010 · I have recently created a website with Visual Web Developer Express and with that have created a database using sql server express. My website host database is ms sql. I've tried using the …