About 11,700,000 results
Open links in new tab
  1. SQL Server: how do I export entire database? - Stack Overflow

    I need to export database from one server and import it into another server. How do I export the entire database to a file, or two files mdf, ldf (either option is fine) How do I import it into a new

  2. What does <> (angle brackets) mean in MS-SQL Server?

    Nov 8, 2013 · In My Query one place some other developer using <> (angle brackets) What does it mean ?

  3. What are the differences between T-SQL, SQL Server and SQL

    Sep 19, 2013 · SQL is the basic ANSI standard for accessing data in a relational database. When you see "MSSQL" it is referring to Microsoft SQL Server, which is the entire database architecture and …

  4. Alter table add multiple columns ms sql - Stack Overflow

    Jul 8, 2016 · Possible duplicate of how to add multiple columns to sql table and add default constraint on one of them?

  5. List the queries running on SQL Server - Stack Overflow

    Is there a way to list the queries that are currently running on MS SQL Server (either through the Enterprise Manager or SQL) and/or who's connected? I think I've got a very long running query is ...

  6. How to get the list of all database users - Stack Overflow

    Sep 18, 2013 · I am going to get the list of all users, including Windows users and 'sa', who have access to a particular database in MS SQL Server. Basically, I would like the list to look like as what is shown ...

  7. Turn off constraints temporarily (MS SQL) - Stack Overflow

    I'm looking for a way to temporarily turn off all DB's constraints (eg table relationships). I need to copy (using INSERTs) one DB's tables to another DB. I know I can achieve that by executing co...

  8. Currently running queries in SQL Server - Stack Overflow

    May 26, 2012 · There's this, from SQL Server DMV's In Action book: The output shows the spid (process identifier), the ecid (this is similar to a thread within the same spid and is useful for identifying queries …

  9. Is there a way to retrieve the view definition from a SQL Server using ...

    I'm successfully extracting column definitions from databases hosted on a SQL server using the ADO Connection OpenSchema() call in its various incarnations so I can programmatically recreate those ...

  10. MS SQL Server - How to create a view from a CTE?

    MS SQL Server - How to create a view from a CTE? Asked 11 years ago Modified 1 year, 5 months ago Viewed 115k times