
MAX date with multiple tables - social.msdn.microsoft.com
Feb 2, 2011 · I used the following query to return data from 3 tables. This query returns the rows I require but with muliple rows for each idnumber. Being new to SQL I am unable to query only the …
how to convert to upper case after a inverted comma
Dec 12, 2010 · You'll be using the SUBSTRING function to pick out the first character of your string, using Conditional operator (?) in order to detect whether that character is an "inverted comma" (no …
Bulk Insert from Multiple .CSV files - social.msdn.microsoft.com
Jul 9, 2018 · The directory is a shared network folder, but there could be multiple .CSV files in that folder with different names. The .CSV files are all the same structure. I know the bulk insert doesn't support …
Converting Reserved Words to Upper Case - social.msdn.microsoft.com
Jun 25, 2008 · I am using SQL 2005. As I write a procedure/function/etc, I want the Reserved Words to get converted to Capital letters (upper case) automatically. How do I set that.
Executing multiple dynamic sql statements - social.msdn.microsoft.com
Apr 19, 2013 · I have inherited a project that involves working with a sql server 2008 R2 database. As part of the project, I need to automate some scripts to perform some database cleanup. Basically, we …
KRB_AP_ERR_MODIFIED error connecting to SQL from some servers …
Jan 9, 2019 · SPNs look ok when checking with the Kerberos Configuration Troubleshooting tool (and the fact that other servers in the same environment are working (there are multiple working, and …
SQL 2016 SP2CU2 - Cannot add new features "Client Tools SDK"
Jul 27, 2018 · All the sql server requirements are met (remember that I am adding these features to an already running instance.. that had zero issues). Is there any way of finding out what these (7 …
Execute dynamic query stored as varchar in a different table.
Jan 6, 2014 · All the queries are already stored in a column in a separate table.i am merely bringing them in my stored procedure ,checking conditions and sending mails accordingly.However, i cannot …
IF in DBmail string - social.msdn.microsoft.com
Mar 10, 2018 · I have a DBmail script which takes data from a database and sends i in an email. One cell is either "NULL" or "1", I would like to make an if statment, if 1 = Yes else = No.
Varias subconsultas con más de un COUNT
May 2, 2019 · Buen día estimados miembros del foro, pido de favor me ayuden a formular una consulta que incluye desde mi punto de vista, varias subconsultas y más de un COUNT. Utilizo SQL server …