Tag: sql-server-2012
Found 1191 results for 'sql-server-2012'.
1) sql-server-2012 - Using Two LEFT JOIN or use AND with single LEFT JOIN?
2) sql-server - Database design considerations for unused columns with every table has same schema
3) sql-server - Is there a T-SQL equivalent for punctuation as [0-9] is for numbers and [a-z] is for letters?
4) sql-server - Exclusionary Left Joins
5) sql-server - SQL 2012: Import DB changes original data scheme
6) sql-server - SQL Bulk import vs SSIS in Simplicity
7) sql-server - Bulk Insert Permissions Issues
8) sql-server - Error message when importing data into SQL (Import & Export Data Wizard)
9) sql-server - Split String Function
10) sql-server-2012 - Update values from one table to another where key values are not unique
11) sql-server - How many rows can a SQL Server 2012 table hold, and when should I partition it?
12) database-design - Adding users to a list and sort by category?
13) sql-server-2012 - Setting Select Permission on 100+ tables in a database
14) database-design - one table for all blob with a one to one table for metadata which link to one or many tables?
15) sql-server - Implementing subtype of a subtype in type/subtype design pattern with mutually exclusive subclasses
16) sql-server - Possible to run multiple Reporting Services (SSRS) instances on different machines with databases on same machine?
17) sql-server - Remove punctuation marks, special chars and space and compare cols
18) sql-server - SQL Server Full-Text Indexer with stoplists/stopwords
19) sql-server - CHECK constraint to enforce ###.###.#### pattern match
20) sql-server - ORDER BY and comparison of mixed strings of letters and numbers
21) sql-server - Handling sql column with mixed varchar and float data types
22) sql-server - How to mention declared integer in where condition using dynamic sql?
23) sql-server - Conversions between any data type and the binary data types are not guaranteed to be the same between versions of SQL Server
24) sql-server - Why is the secondary selective index not used when the where clause filters on `value()`?
25) sql-server - Very strange performance with an XML index
26) sql-server - SHOWPLAN does not display a warning but "Include Execution Plan" does for the same query
27) sql-server - Microsoft SQL Joins and Where Clause
28) sql-server-2012 - Full outer joins, coalescing, indexes and views
29) sql-server - Get starting and ending balance, with total credit and debit transactions
30) sql-server - How to create sums/counts of grouped items over multiple tables
31) sql-server - Aggregates per half hour intervals within a time span
32) sql-server - comparing left join and outer apply doing the same thing
33) sql-server - Using WITH and IF in the same query
34) sql-server-2012 - Xquery, insert, Trigger and no place to squeeze stored procedure
35) sql-server - Linked Server to SQL Server 2000 server from SQL Server 2012
36) sql-server-2012 - Help with Replacing characters with text string chops of last character of string
37) sql-server - How to safely recreate a MS SQL table that has other objects depending on it?
38) sql-server - Outer self join filters vs subqueries
39) sql-server-2012 - Update trigger fired before insert trigger upon insert of new row
40) sql-server - INSERT INTO from 2 unrelated tables
41) sql-server-2012 - How to have more than 100 entries in case statement as a variable
42) sql-server - Syntax of INNER JOIN nested inside OUTER JOIN vs. query results
43) sql-server - How to check if a column exists in a SQL Server table
44) replication - With SQL transactional replication, does changing user permissions to a table trigger a new snapshot?
45) sql-server - Creating Non-Clustered Index on Non-Persisted Computed Column SQL Server
46) sql-server - Why is our select statement using a predicate clause with string concatenation running faster than our select statement using a single field?
47) sql-server - After update triggers that deal with multi-row updates
48) sql-server - Transactional Replication: can create 52 publication, but creating 53rd leads to problems
49) sql-server - Index planning for many columns with different usage
50) sql-server - Format column length in SSMS output