About 13,200 results
Open links in new tab
  1. Deadlock on insert and select on same table

    Jun 13, 2011 · But to insert into the clusterd index or non clusterd index why does SQL server need an exclusive lock on the whole index? i thought i just locks that row only.

  2. Unique ID field for sql database table - social.msdn.microsoft.com

    Jul 5, 2010 · Now I am migerating to sql as back end. I have installed sql server 2008 express R2. I have created a script for creating database and tables in sql. One of my tables have a …

  3. Best way to shuffle a SQL query ( ASP.NET C# )

    Oct 7, 2021 · I used this query, But select randomized rows from all records: select top (10) * from tbl_photo order by NewID () or SELECT * FROM tbl_photo order by NewID () OFFSET 0 …

  4. NEWBIE : how to create a new instance of ms sql server database

    Nov 26, 2012 · When you install SQL Server you can install it as a default instance or named instance. Only one default instance and a maximum of 50 named instance per server. in your …

  5. SQL SERVER 2016 Setup/Upgrade Error: Client Tools SDK and …

    Nov 22, 2018 · I tired to Update SQL Server 2014 Enterprise to SQL Server 2016 Enterprise today. All components succeeded except Client Tools SDK and Client Tools Backwards …

  6. Connecting a workstation to a database - social.msdn.microsoft.com

    May 30, 2013 · I installed SQL Server 2012 Express onto a domain server and created a database. I am able to set up a DSN to my database locally on that server, but not from a …

  7. Restore Database - Script - social.msdn.microsoft.com

    Jun 19, 2012 · I want restore more database at sql 2008 EE with sql script, start with. The backup databases are stored at on hard disk.

  8. CURSOR Performance and Alternatives - social.msdn.microsoft.com

    May 21, 2008 · Links for SQL Server Books Online: SQL 2008, SQL 2005 and SQL 2000. (Just click the link you need.)

  9. Database performance with GUID keys vs Integers

    Dec 29, 2012 · I see that one of the primary reasons to use GUID keys is for offline key creation; this is NOT a requirement for this application. We are using SQL-Server 2008 standard edition …

  10. Doubt on SQL serverv 2012 installation - social.msdn.microsoft.com

    Oct 12, 2021 · Reporting Services – Native, SQL Server Data Tools and Client Tools Connectivity. If you configure the SharePoint mode in SSRS Server, then you need to install …