Upgrading ~250 databases to SQL 2017. - Hello All, I am looking to upgrade our SQL 2012 HADR Availability Group (3 servers) to SQL 2017. On a Test...
Full-Text Search Not Updating - Hi Having issues with FTS. Installed 2017 on Server, RTM- CU9, Os is Windows Server 2016. The issue is that FTS is not updating. Have...
Quering a Always Encrypted Column with a already encrypted value - Hi there, what I would like to do, is to query rows that have a specific encrypted value in the encrypted...
HOW TO USE EXISTS FUNCTION WITH 3 TABLES - Can you Please show me that how can we use EXISTS FUNCTION WITH 3 OR MORE TABLE. Please show me...
Retaining values between date range - Good afternoon I need to calculate rolling 12 month count I.e. 1/1/2018 - 12/31/2018 is period 1 , 2/1/2018 - 1/30/2019 is period...
Always On - I know we can have 4 secondary database using Always on. However, i am little unsure that 4 secondary means...
SQL help to match only 3 values - Hello Experts,that Needed some help with a query, the requirement is to identify all PID IN TABLE1 that has exactly...
which way is better for joins? or are both options popular? - i have a question about joining tables. I have read online people describing the two methods below.. Method 1 - joining tables...
How does the target table size impact the insert performance - I have a target table which is incrementing with 2 Million records every day from the past 30 days. Earlier...
query regarding compare-object output - Hello , Can anybody help me with below : compare-object (get-content file1.txt) (get-content file.txt) | where { $_.SideIndicator -eq '<='} InputObject SideIndicator ----------- ------------- 02-06-2019 &nbs
Subset rows with opening and closing balance - Hello All, I trying to get result as mentioned below (excel format for illustration purpose only). I try using my script and...
SQL QUERY: Request For Part Overflow - I have events on my database. Every event has datetime to be started and datetime to be ended. In every event appears...
Filtering by date crashes report\query - Hi, I have the following sql query SELECT DISTINCT scheme.ABC.users_text_field, scheme.efg.PAL_efg, scheme.efg.PAL_oqty, scheme.efg.PAL_product, scheme.efg.PAL_date, &nb
XML Path and table-Valued function? - Hello, In SQL Server 2008 R2, is it possible to return XML values comma separated from a user table-valued function? FOR...
nvarchar to smalldatetime - Im currently working on updating company database in which on one of the tables the 'CreateDt' is in the nvarchar...
register Data factory self hosted IR - I am trying to install a Self-hosted Integration Runtime on my local computer. But when doing the register, I got an...
For XML question - I am trying put some structure around my XML and running into an issue. I would like <First>, <Second>, <Third>...
SSAS users randomly losing connection - Hi all We've got 5 multidimensional cubes and access is granted by AD groups. There is one role per cube with a...
Missing backup information in backupset - Hello Folks, We have a SQL Server 2005 box (well, please don't ask why... :( ). Since last week, I have observed that...
Change column order in Flat File Destination - Hi there, I have several Flat File destinations and I need to change the output column order in each. I've opened...