Init-cap the characters in SQL server - Hi Sir, How to Init-cap the characters in SQL server in SQL query without creating any function? create table abc (Month_Name nvarchar(10)) [code...
Finding when date changes for customer in table - In table UserData, it accumulates rows for users every time there is some sort of transaction. Looking to pull in this...
Connectivity issue with a multisubnet AlwaysOn - Hello, I have a problem with a multisubnet that I can't figure out how to resolve. I have a 2 replicas AlwaysOn...
Not able to see SSIS packages when SQL Instance and Integration Services are on two separate nodes. - I have a three nodes in Failover Clustered Instance 2016 SQL Server. Also I have SSIS installed on all three...
MDS: Source Control and CI - Is there anyone out there who has a slick way of managing MDS Models & is prepared to share their experience? What...
Given table names generate a Select template these tables. - At the moment I have some time on my hands. So I want to extend a Generation procedure with some 'extra'...
Difference between two join method - Hi guys, Can anybody tell me the difference between the two below examples and why I would use one over the...
how to loop through table2 with column value in table 1 - Hi All, I have two tables table 1 and table 2. Table1 : ID Type StartDate EndDate Units AAA 1 4/3/2018 4/7/2018 1 AAA 1 4/8/2018 4/21/2018 1 AAA 1 1/8/2017 2/6/2017 2 AAA...
Select Query Assistance (Comparison) - I am modifying a Query I have. (I am using dummy data below as the set i have is quite...
Understanding the numeric and decimal data types - I am testing various values to better understand the numeric and decimal data types. First I believe they are the...
Algorithm to combine 2 integer into one value and then disintegrate back into two - Hi, I may not be the first one to ask this, but I'm looking to find a way to combine two...
Importing from XML to SQL 2014 - This is my 4th day on SQL so I am a newbie. I created a query to import from an...
MS SQL Server 2014 and TLS 1.2 settings - Dear Gurus, I have a situation here and need your kind help. 1) ONE DB SERVER with following details: OS : MS Windows 2012...
optimize sql stored proc for better performance - Hello, I have this stored proc I am trying to determine if it can be optimized for better performance. If anyone...
Database Management vs Database Administration Meaning - I have been thinking about this terminology and just wanted to get some opinions. My first effort is below: Database Management...
Information from ALL SQL Servers - Hi I would need to grab all in
sp_RefreshSQLModule run on a view completely changed the view definition - SQL Version: Microsoft SQL Server 2008 R2 (SP3) - 10.50.6000.34 (X64) Aug 19 2014 12:21:34 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on...
Got an error about Staffold-DbContext - I'm going through an training course titled, "Building Web APIswith ASP.NET Core"on Lynda.com. I tried issuing the Stafford-DbContext command, followingthe instructions...
select on .. - Hi, how do I give a login access to query ReportServer.dbo.ExecutionLog3 without granting RSExecRole? grant select on .. to does...
Extract middle part of the string in SSIS - Hi, I need to extract a part of the string which is the date. For. e.g. - to extract '310818' from the...