About 400 results
Open links in new tab
  1. Separate DataLayer assembly causes SQL Script Generation Error …

    Oct 7, 2021 · 1. Assuming you've created SQL DB on Azure, can you connect it from SQL Server Management Studio? If yes, do you see schema matches to your local version? 2. Before …

  2. Error connecting to Azure SQL Database: A connection was …

    Jan 20, 2018 · I am trying to connect to a SQL Azure database from my local computer (Windows 10, SQL Server Management Studio v. 17.2). When I attempt to connect from the network at …

  3. How to retrieve dates between two date?

    Oct 7, 2021 · All replies 0 Sign in to vote User475983607 posted static void Main (string [] args) { List<DateTime> dates = new List<DateTime> (); DateTime start = new DateTime (2017, 7, …

  4. Exce file column data Type Issue with the column size gretar than ...

    Jul 4, 2017 · 2. If we check the excel Source advance editor -> Input/output columns -> Data Types of that columns will be applied as NText load file in sql table, execute package it will …

  5. Limiting the number of concurrent sessions per user

    Feb 12, 2019 · For example, if I am the one who login to the instance by using SQL login account 'general_user', and if I login to the instance 5 times separately at the same times, then I will be …

  6. Problem when refreshing a Data Source View using Visual Studio …

    Jul 12, 2017 · I have made a change (added a new column) to one of the underlying views in a Data Source. When I select 'Refresh Data Source View', I get a pop up window stating the …

  7. how sql server scheduler works, can it use all assigned cores smartly?

    Wednesday, November 1, 2017 10:32 PM 0 Sign in to vote further investigation: select * from sys.dm_os_schedulers where status = 'VISIBLE ONLINE', I can see only first 4 cores runnable …

  8. DTAENGINE has stopped working - social.msdn.microsoft.com

    May 21, 2017 · Question 1 Sign in to vote Hi, Operating sysyem is Windows 2016 SQL Server is 2016 SQL Server management Syudio is V17.0 Database Engine Tuning advisor is 14.0.500.272

  9. Connection with password to attached database

    Mar 25, 2014 · I have created a database (.mdf) with SQL Server Management Studio 2008R2. The only way I know how to connect it is with the 'attach' method and all is working. My …

  10. Running SSIS through C# app causing proxy error; running …

    Jan 31, 2014 · * in SQL management studio when I right-click on the SQL Agent Job and select "run", either while running sql server management studio on my local desktop or directly on the …